summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-06-12 21:52:56 +0000
committerkushalpandya <kushal@gitlab.com>2017-06-13 13:19:19 +0530
commit0d9311624754fbc3e0b8f4a28be576e48783bf81 (patch)
treea914700b4ed164682adfeb5999f6404cbfe1ccae
parent2865d0c3da01ef84add236b2bb09c96ca726c87e (diff)
downloadgitlab-ce-0d9311624754fbc3e0b8f4a28be576e48783bf81.tar.gz
Merge branch 'winh-ignore-CVE-2017-5029' into 'master'
Ignore CVE-2017-5029 in Nokogiri Closes #33597 See merge request !12109
-rwxr-xr-xscripts/static-analysis2
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],