Add OVAL supported OS mappings for Ubuntu 24.10 and 25.04 (#29381)

For #29345.

Tested with Ubuntu 24.10. Can test again with 25.04 once
https://github.com/fleetdm/nvd/pull/42 is merged.

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [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.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Ian Littman 2025-05-22 18:05:51 -05:00 committed by GitHub
parent bb09925d73
commit ca09fa509b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
* Added vulnerability detection via OVAL for Ubuntu 24.10 and 25.04.

View file

@ -104,6 +104,8 @@ func (op Platform) IsSupported() bool {
"ubuntu_2304",
"ubuntu_2310",
"ubuntu_2404",
"ubuntu_2410",
"ubuntu_2504",
"rhel_05",
"rhel_06",
"rhel_07",