Skip to content

Update expectation

Lucas Charles requested to merge update-expectations into master

What does this MR do?

2 Major changes:

  1. Addition of 2 new ActionView vulnerabilities
  2. Change in sorting order.

Output of diff -u <(jq -S '.vulnerabilities | map(.cve)' test/expect/gl-dependency-scanning-report.json) <(jq -S '.vulnerabilities | map(.cve)' test/fixtures/gl-dependency-scanning-report.json)

--- /dev/fd/63	2019-03-18 11:26:48.000000000 -0700
+++ /dev/fd/62	2019-03-18 11:26:48.000000000 -0700
@@ -1,11 +1,13 @@
 [
+  "sast-sample-rails/Gemfile.lock:actionview:cve:CVE-2019-5419",
+  "sast-sample-rails/Gemfile.lock:actionview:cve:CVE-2019-5418",
   "sast-sample-rails/Gemfile.lock:activejob:cve:CVE-2018-16476",
   "sast-sample-rails/Gemfile.lock:ffi:cve:CVE-2018-1000201",
-  "sast-sample-rails/Gemfile.lock:loofah:cve:CVE-2018-8048",
   "sast-sample-rails/Gemfile.lock:loofah:cve:CVE-2018-16468",
+  "sast-sample-rails/Gemfile.lock:loofah:cve:CVE-2018-8048",
+  "sast-sample-rails/Gemfile.lock:nokogiri:cve:CVE-2017-15412",
   "sast-sample-rails/Gemfile.lock:nokogiri:cve:CVE-2018-8048",
   "sast-sample-rails/Gemfile.lock:nokogiri:cve:CVE-2018-14404",
-  "sast-sample-rails/Gemfile.lock:nokogiri:cve:CVE-2017-15412",
   "sast-sample-rails/Gemfile.lock:rack:cve:CVE-2018-16471",
   "sast-sample-rails/Gemfile.lock:rails-html-sanitizer:cve:CVE-2018-3741",
   "sast-sample-rails/Gemfile.lock:sprockets:cve:CVE-2018-3760",

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports