]> code.ossystems Code Review - openembedded-core.git/commit
cve-extra-exclusions.inc: add exclusion list for intractable CVE's
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 May 2021 17:12:32 +0000 (07:12 -1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 May 2021 12:57:57 +0000 (13:57 +0100)
commit4a70af7b89d2ddff341b724a97cb96987874a3b0
tree1fa602ce80517435c30449a6c03531f15d8af558
parenta1130182a086eebeff5dfc5bebc708a3191fb5be
cve-extra-exclusions.inc: add exclusion list for intractable CVE's

The preferred methods for CVE resolution are:

1. Version upgrades where possible
2. Patches where not possible
3. Database updates where version info is incorrect
4. Exclusion from checking where it is determined that the CVE
   does not apply to our environment

In some cases none of these methods are possible. For example the
CVE may be decades old with no apparent resolution, and with broken
links that make further research impractical. Some CVEs are vauge
with no specific action the project can take too.

This patch creates a mechanism for users to remove this type of
CVE from the cve-check results via an optional include file.

Based on an initial patch from Steve Sakoman <steve@sakoman.com>
but extended heavily by RP.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/cve-extra-exclusions.inc [new file with mode: 0644]