Skip to content

Commit

Permalink
Adapt allowedlist for vulnerabilities which won't affect us.
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Apr 11, 2023
1 parent f2c811d commit 1099d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/containerscan/allowedlist.yaml
Expand Up @@ -2,6 +2,9 @@ general:
vulnerabilities:
- CVE-2021-3999
- CVE-2022-2097 # only affects 32-bit x86 platforms. We don't offer this architecture in docker however.
- CVE-2023-0464 # only affects us, if user explicitly passes "-policy" to curl. We simply accept that case.
- CVE-2023-0465 # same as above (CVE-2023-0464)
- CVE-2023-0466 # only applies when X509_V_FLAG_POLICY_CHECK is set as a flag. curl cannot be invoked in protocurl this way.
bestPracticeViolations:
- DKL-LI-0001
- CIS-DI-0005
Expand Down

0 comments on commit 1099d95

Please sign in to comment.