Commit 5f62f985 authored by Aleksandr Soborov's avatar Aleksandr Soborov

Trim E2E fixture Dependency Scanning report

parent 0203b813
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@ require 'pathname'
module QA
context 'Secure', :docker do
let(:number_of_dependencies_in_fixture) { 1309 }
let(:number_of_dependencies_in_fixture) { 7 }
let(:dependency_scan_example_vuln) { 'Prototype pollution attack in mixin-deep' }
let(:container_scan_example_vuln) { 'CVE-2017-18269 in glibc' }
let(:sast_scan_example_vuln) { 'Cipher with no integrity' }
......
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