Skip to content

Commit

Permalink
add jake whitelist to ignore CVE-2018-20225
Browse files Browse the repository at this point in the history
  • Loading branch information
crest42 committed Dec 21, 2023
1 parent 8c547a4 commit 87effb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype-jack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
pip3 freeze > frozen.requirements.txt
pip3 install jake
jake ddt
jake ddt --whitelist jake-whitelist.json
1 change: 1 addition & 0 deletions jake-whitelist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ignore": [{"id": "CVE-2018-20225", "reason": "Only valid if private indexes are used"}]}

0 comments on commit 87effb6

Please sign in to comment.