fleet/server/vulnerabilities/oval
Jonathan Katz fd45d302f5
Add false-positive filtering for OVAL scanning (#33357)
**Related issue:** Resolves #31968 

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [x] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [ ] Confirmed that the fix is not expected to adversely impact load
test results
- [ ] Alerted the release DRI if additional load testing is needed
2025-09-25 16:28:27 -04:00
..
input
parsed Enable staticcheck Go linter. (#23487) 2024-11-05 11:16:24 -06:00
analyzer.go Add false-positive filtering for OVAL scanning (#33357) 2025-09-25 16:28:27 -04:00
analyzer_test.go Add false-positive filtering for OVAL scanning (#33357) 2025-09-25 16:28:27 -04:00
downloader.go
downloader_test.go
mappers.go
mappers_test.go
matching_rules.go Add false-positive filtering for OVAL scanning (#33357) 2025-09-25 16:28:27 -04:00
matching_rules_test.go Add false-positive filtering for OVAL scanning (#33357) 2025-09-25 16:28:27 -04:00
oval_platform.go Add OVAL supported OS mappings for Ubuntu 24.10 and 25.04 (#29381) 2025-05-22 18:05:51 -05:00
oval_platform_test.go validate generate-cve.yml outputs (#26752) 2025-03-12 14:49:47 -05:00
parser.go
parser_test.go
sync.go
sync_test.go