-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerabilities template wrong type for package size #27979
Vulnerabilities template wrong type for package size #27979
Comments
The field - name: package
title: Package
group: 2
short: Fields to describe the package relevant to an event.
description: >
The package fields describe information about a package that is
relevant to an event.
type: group
fields:
- name: size
type: <type>
level: custom
description: >
Size of the package.
The value |
PRs with changes applied for 4.12.0:
PRs with changes applied for 5.0.0: |
Description
While investigating:
It was found that there is an issue with the type used to express the package size for vulnerability events:
wazuh/src/wazuh_modules/vulnerability_scanner/indexer/template/index-template.json
Line 141 in 29263a6
The type used is long (int 64), when in reality it should be an unsigned long (unit 64)
DoD
The text was updated successfully, but these errors were encountered: