scout: undo title case for advisory db

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-08-30 10:27:04 +02:00
parent 117d7ea5a8
commit 25f965589d
2 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,8 @@
--- ---
description: More details on the Advisory Database and CVE-to-package matching service description: More details on the advisory database and CVE-to-package matching service
behind Docker Scout analysis. behind Docker Scout analysis.
keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security
title: Advisory Database sources and matching service title: Advisory database sources and matching service
--- ---
{{< include "scout-early-access.md" >}} {{< include "scout-early-access.md" >}}
@ -16,10 +16,9 @@ artifacts. This can lead to differing results between tools.
To help you understand why different tools can provide different results when To help you understand why different tools can provide different results when
assessing software for vulnerabilities, this page explains how the Docker Scout assessing software for vulnerabilities, this page explains how the Docker Scout
Advisory Database vulnerability database and CVE-to-package matching service advisory database and CVE-to-package matching service works.
works.
## Docker Scouts Advisory Database sources ## Docker Scouts advisory database sources
Docker Scout creates and maintains its vulnerability database by ingesting and Docker Scout creates and maintains its vulnerability database by ingesting and
collating vulnerability data from multiple sources continuously. These collating vulnerability data from multiple sources continuously. These
@ -103,7 +102,7 @@ system versions to make more precise matches.
In summary, Docker Scouts technique improves matching accuracy and reduces the In summary, Docker Scouts technique improves matching accuracy and reduces the
number of results that turn out to be false-positives. number of results that turn out to be false-positives.
## Package ecosystems supported by the Docker Scout Advisory Database ## Package ecosystems supported by Docker Scout
By sourcing vulnerability data from the providers above, Docker Scout is able to support analyzing the following package ecosystems: By sourcing vulnerability data from the providers above, Docker Scout is able to support analyzing the following package ecosystems:

View File

@ -1906,7 +1906,7 @@ Manuals:
- path: /scout/dashboard/ - path: /scout/dashboard/
title: Dashboard title: Dashboard
- path: /scout/advisory-db-sources/ - path: /scout/advisory-db-sources/
title: Advisory Database title: Advisory database
- path: /scout/data-handling/ - path: /scout/data-handling/
title: Data handling title: Data handling
- path: /scout/policy/ - path: /scout/policy/