Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-06-12 23:45:55 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-06-13 09:34:28 +0300
commitb83972f9633e865c1f7ddbfd2d03919ca7c40ae3 (patch)
tree305171cf324508c705167bb4bda88e51261cdfc6 /scripts
parentcd40278beeec41f900f53d1c2df6be944b018647 (diff)
Ignore CVE-2017-5029 in Nokogiri
Diffstat (limited to 'scripts')
-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],