Skip to content

Commit 16ad04a

Browse files
committed
Ignore CVE-2017-1002201 in CI builds (bsc#1155089)
Relevant package (rubygem-haml) is going to be fixed to address the security issue and this occurence can be ignored is at is only affecting internal CI. (cherry picked from commit 825f6d1)
1 parent 8da4d26 commit 16ad04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- bundle exec rake spec brakeman:run
2525
# ignore rest-client issues, chef 10 requires that
2626
- bin/bundle exec bundle-audit update
27-
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477
27+
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201
2828
- name: "Validate Cookbooks (RSpec)"
2929
gemfile: chef/cookbooks/barclamp/Gemfile
3030
script:

0 commit comments

Comments
 (0)