Skip to content

Commit

Permalink
Add exclusion for ClamAV CVE-2016-1405
Browse files Browse the repository at this point in the history
  • Loading branch information
sflanker committed Feb 6, 2025
1 parent fa61679 commit 353e4b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gatecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "1"

grype:
cveRiskAcceptance:
enabled: true
cves:
# Grype mis-reports this vulnerability which was fixed in clamav >= 0.99.0 even though the apk installed version is >= 1.2.2
- id: CVE-2016-1405

0 comments on commit 353e4b0

Please sign in to comment.