diff options
author | Markus Koller <markus-koller@gmx.ch> | 2017-08-31 00:39:21 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-08-31 00:39:21 +0000 |
commit | b2178c1d851411bb2d630246f45541cd1bceecc7 (patch) | |
tree | 3500dc1ed6da504b1dad678356d26c06377dddd8 /scripts/static-analysis | |
parent | 3cc6e4c602177177f975f7457f849643ba633996 (diff) | |
download | gitlab-ce-b2178c1d851411bb2d630246f45541cd1bceecc7.tar.gz |
Upgrade mail and nokogiri gems due to security issues
Diffstat (limited to 'scripts/static-analysis')
-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 e4f80e8fc6f..52529e64b30 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 CVE-2017-5029], + %w[bundle exec bundle-audit check --update], %w[bundle exec rake config_lint], %w[bundle exec rake flay], %w[bundle exec rake haml_lint], |