Commit de20057c authored by Robert Speicher's avatar Robert Speicher

Merge branch 'winh-ignore-CVE-2017-5029' into 'master'

Ignore CVE-2017-5029 in Nokogiri

Closes #33597

See merge request !12109
parents 652eb011 3268b84f
......@@ -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],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment