Update Vulnerability Processing docs (#15939)

- Remove sentence and break out a new line to make top section more
scannable.
This commit is contained in:
Noah Talerman 2024-01-10 09:18:36 -05:00 committed by GitHub
parent 502a811ce9
commit 59cd1bf491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@
## Introduction
Vulnerability processing in Fleet detects vulnerabilities (CVEs) for the software installed on your hosts. To see what software is covered, check out the [Coverage section](#coverage). Vulnerable software can have one or more vulnerabilities (CVEs).
Vulnerability processing in Fleet detects vulnerabilities (CVEs) for the software installed on your hosts.
To see what software is covered, check out the [Coverage section](#coverage).
[Learn more](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Vulnerability-processing.md) about how it works for different platforms.