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:
authorRobert Speicher <robert@gitlab.com>2017-08-31 03:39:21 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-09-06 20:19:57 +0300
commit841c52c8c4cc0992d87902d038cf21be2452141c (patch)
tree214ec72ae213cfd59e4fe0ea385dc04e24a46d6c /scripts/static-analysis
parent79d8b7164ddc6e653e89e8bbcdada7abca6a6f00 (diff)
Merge branch 'fix/gem-security-updates' into 'master'
Upgrade mail and nokogiri gems due to security issues See merge request !13662
Diffstat (limited to 'scripts/static-analysis')
-rwxr-xr-xscripts/static-analysis2
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],