Skip to content

Commit

Permalink
Whitelist fixed CVEs in travis (noref)
Browse files Browse the repository at this point in the history
These were fixed in our packages but not updated in travis exclude list.
  • Loading branch information
skazi0 committed Sep 10, 2020
1 parent 6f22f99 commit 9beb3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
- bundle exec rake spec brakeman:run
# ignore rest-client issues, chef 10 requires that
- bin/bundle exec bundle-audit update
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201 CVE-2019-13117 CVE-2019-16770
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201 CVE-2019-13117 CVE-2019-16770 CVE-2020-8164 CVE-2020-8166 CVE-2020-5267 CVE-2020-8167 CVE-2020-8151 _CVE-2020-8165_ CVE-2020-10663 CVE-2020-7595 CVE-2020-5247 CVE-2020-5249 CVE-2020-11077 CVE-2020-11076 CVE-2020-8161 CVE-2020-8184 CVE-2020-8130

addons:
apt:
Expand Down

0 comments on commit 9beb3ad

Please sign in to comment.