diff options
author | winh <winnie@gitlab.com> | 2017-06-12 22:45:55 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-06-12 23:12:07 +0200 |
commit | 3268b84f89a85e3dd1c64611e6c989076e0dc768 (patch) | |
tree | d98e49685ac79a20c4deb6690cf1a4cc05a9ad80 | |
parent | e889b4e8c2f9e31ceac6e456793de357d96067f7 (diff) | |
download | gitlab-ce-3268b84f89a85e3dd1c64611e6c989076e0dc768.tar.gz |
Ignore CVE-2017-5029 in Nokogiri
-rwxr-xr-x | scripts/static-analysis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis index 7dc8f679036..6d35684b97f 100755 --- a/scripts/static-analysis +++ b/scripts/static-analysis @@ -3,7 +3,7 @@ require ::File.expand_path('../lib/gitlab/popen', __dir__) tasks = [ - %w[bundle exec bundle-audit check --update --ignore CVE-2016-4658], + %w[bundle exec bundle-audit check --update --ignore CVE-2016-4658 CVE-2017-5029], %w[bundle exec rake config_lint], %w[bundle exec rake flay], %w[bundle exec rake haml_lint], |