From ca09fa509b92381d26a0dea530f158a2565b6c4e Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Thu, 22 May 2025 18:05:51 -0500 Subject: [PATCH] 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. - [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 --- changes/29345-new-ubuntus | 1 + server/vulnerabilities/oval/oval_platform.go | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changes/29345-new-ubuntus diff --git a/changes/29345-new-ubuntus b/changes/29345-new-ubuntus new file mode 100644 index 0000000000..44b00e87b4 --- /dev/null +++ b/changes/29345-new-ubuntus @@ -0,0 +1 @@ +* Added vulnerability detection via OVAL for Ubuntu 24.10 and 25.04. diff --git a/server/vulnerabilities/oval/oval_platform.go b/server/vulnerabilities/oval/oval_platform.go index b89a069eba..8d137eb0ab 100644 --- a/server/vulnerabilities/oval/oval_platform.go +++ b/server/vulnerabilities/oval/oval_platform.go @@ -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",