From 7bd96c7453b880392f177466472d7b2e66e2d857 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:26:06 +0200 Subject: [PATCH] Update vulnerability coverage table (#32149) Related to: - #30738 --- articles/vulnerability-processing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/vulnerability-processing.md b/articles/vulnerability-processing.md index a03e4cebbb..b08c657208 100644 --- a/articles/vulnerability-processing.md +++ b/articles/vulnerability-processing.md @@ -16,10 +16,10 @@ Fleet detects vulnerabilities for these software types: | Type | macOS | Windows | Linux | | ------------------- | ------------------------------------------ | ------------------------------------------------ |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Apps | ✅ | ✅ | ❌ | -| Operating system (OS) | ✅ | ✅ | ✅ | +| Apps | ✅ | ✅ | ✅
For Ubuntu, Debian, RHEL (including CentOS), and Fedora: packages defined in the [OVAL definitions](https://github.com/fleetdm/nvd/blob/master/oval_sources.json), except for vulnerabilities involving configuration files.
For Amazon Linux, packages maintained by Amazon by checking [ALAS advisories](https://alas.aws.amazon.com/).
| +| Operating system (OS) | ✅ | ✅ | ✅Linux OS vulnerabilites are the kernel vulnerabilities. Currently, Ubuntu, Debian, and Amazon Linux are supported. CentOS and Fedora [coming soon](https://github.com/fleetdm/fleet/issues/31495).
| | Browser plugins | Chrome extensions, Firefox extensions | Chrome extensions, Firefox extensions | ❌ | -| Packages | Python, Homebrew | Python, Atom, Chocolatey |For Ubuntu, Debian, RHEL (including CentOS), and Fedora: packages defined in the [OVAL definitions](https://github.com/fleetdm/nvd/blob/master/oval_sources.json), except for vulnerabilities involving configuration files.
For Amazon Linux, packages maintained by Amazon by checking [ALAS advisories](https://alas.aws.amazon.com/).
| +| Packages | Python, Homebrew | Python, Atom, Chocolatey | Python | | IDE extensions | VS Code extensions | VS Code extensions | VS Code extensions | Linux OS vulnerabilities are kernel vulnerabilities. Currently, Ubuntu, Debian, and Amazon Linux are supported. CentOS and Fedora [coming soon](https://github.com/fleetdm/fleet/issues/31495).