From 59cd1bf491422976ac5f328397b138234140eb16 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:18:36 -0500 Subject: [PATCH] Update Vulnerability Processing docs (#15939) - Remove sentence and break out a new line to make top section more scannable. --- docs/Using Fleet/Vulnerability-Processing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Using Fleet/Vulnerability-Processing.md b/docs/Using Fleet/Vulnerability-Processing.md index eb4bf2700d..41e076712b 100644 --- a/docs/Using Fleet/Vulnerability-Processing.md +++ b/docs/Using Fleet/Vulnerability-Processing.md @@ -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.