Skip to content

Commit

Permalink
check that a cve was reported
Browse files Browse the repository at this point in the history
  • Loading branch information
xolaz committed Apr 3, 2019
1 parent 0ac45f3 commit 2dcbad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/salus/scanners/bundle_audit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

expect(vuln[:name]).to eq('actionview')
expect(vuln[:version]).to eq('4.1.15')
expect(vuln[:cve]).to eq('CVE-2016-6316')
expect(vuln[:cve]).to include('CVE-')
expect(vuln[:cvss]).to eq(nil)
end
end
Expand Down

0 comments on commit 2dcbad1

Please sign in to comment.