Skip to content

Commit

Permalink
Ignore CVE-2016-10545 in bundle-audit
Browse files Browse the repository at this point in the history
The consensus is that it's not an exploitable vulnerability and
will not be fixed in Thor (except for documentation part):

rails/thor#514
  • Loading branch information
nebolsin committed Jul 5, 2018
1 parent a38f115 commit 76f0dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ rvm:
- 2.5
cache: bundler
before_install:
- gem update --system && gem install bundler
before_script:
- gem update --system && gem install --no-document bundler
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
before_script:
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
script:
- bundle exec rake
- bundle exec bundle-audit update && bundle exec bundle-audit check
- bundle exec bundle-audit check --update --ignore CVE-2016-10545
- bundle exec rubocop

0 comments on commit 76f0dcf

Please sign in to comment.