-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from UKHomeOffice/enhancement/anchore_scan
ASL-4129 Add Anchore Image Scanning as part of build pipelines
- Loading branch information
Showing
5 changed files
with
297 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"comments": [ | ||
"1002373 - this is a lodash vuln that has been withdrawn, see https://github.com/advisories/GHSA-8p5q-j9m2-g8wr", | ||
"1002482 - this is an objection vuln that is disputed, see https://github.com/advisories/GHSA-r659-8xfp-j327" | ||
"GHSA-4jv9-3563-23j3 - this is a SQL injection vulnerability that only affects MySQL see https://github.com/advisories/GHSA-4jv9-3563-23j3, https://github.com/knex/knex/issues/1227 & https://www.ghostccamm.com/blog/knex_sqli/" | ||
], | ||
"allowlist": [ | ||
1002373, | ||
1002482 | ||
"GHSA-4jv9-3563-23j3" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
CVE-2021-32761 | ||
CVE-2018-12326 | ||
CVE-2022-3734 | ||
CVE-2018-12453 | ||
CVE-2017-18589 | ||
CVE-2021-27482 | ||
CVE-2019-10193 | ||
CVE-2021-29940 | ||
CVE-2021-27478 | ||
CVE-2021-27498 | ||
CVE-2022-24735 | ||
CVE-2019-10192 | ||
CVE-2020-14147 | ||
CVE-2018-11218 | ||
CVE-2017-18589 | ||
CVE-2022-0323 | ||
CVE-2021-27500 | ||
CVE-2022-32511 | ||
CVE-2021-32626 | ||
CVE-2022-0543 | ||
CVE-2016-10517 | ||
CVE-2018-11219 | ||
CVE-2009-4592 | ||
CVE-2009-4591 | ||
CVE-2021-35065 | ||
GHSA-4jv9-3563-23j3 |
Oops, something went wrong.