Skip to content

Commit

Permalink
Update Vulnerability Scanner package.size ECS field to unsigned_long …
Browse files Browse the repository at this point in the history
…for 4.12.0 (#662)

* Add custom package.size field definition with type unsigned_long

* Update package.size description

* Update main package ECS field description
  • Loading branch information
QU3B1M authored Feb 3, 2025
1 parent 20f04b5 commit 369cf3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ecs/vulnerability-detector/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 369cf3a

Please sign in to comment.