Skip to content

Commit

Permalink
Merge pull request #47 from coinbase/green-specs
Browse files Browse the repository at this point in the history
check that a cve was reported
  • Loading branch information
xolaz authored Apr 3, 2019
2 parents 0ac45f3 + 2dcbad1 commit 469e5b6
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 469e5b6

Please sign in to comment.