Adds YT references and CVSS to output

This commit is contained in:
erwanlr
2020-04-15 17:02:41 +02:00
parent e606f4ce18
commit f146ee7e9f
12 changed files with 46 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
describe WPScan::Vulnerability do
subject(:vuln) { described_class.new(title, references) }
subject(:vuln) { described_class.new(title, references: references) }
let(:title) { 'Test Vuln' }
let(:references) { {} }