Skip to content

Commit

Permalink
Update states-vulnerabilities package.size field type to unsigned_long (
Browse files Browse the repository at this point in the history
#663)

* Add custom package ECS definition with package.size as unsigned_long

* Update package.size description

* Update main package ECS field description
  • Loading branch information
QU3B1M authored Feb 3, 2025
1 parent 75a45e8 commit 56f72b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ecs/states-vulnerabilities/fields/custom/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- name: package
title: Package
group: 2
short: These fields contain information about an installed software package.
description: >
These fields contain information about an installed software package.
It contains general information about a package, such as name, version or size.
It also contains installation details, such as time or location.
type: group
fields:
- name: size
type: unsigned_long
level: custom
description: >
Package size in bytes.

0 comments on commit 56f72b8

Please sign in to comment.