Changed vuln data references to url

This commit is contained in:
ethicalhack3r
2014-07-31 11:56:14 +02:00
parent 08dfa4cab2
commit 8d2ec115f5
12 changed files with 620 additions and 22 deletions

View File

@@ -11,5 +11,10 @@ class WpPlugin < WpItem
@vulns_file
end
# @return [ String ]
def identifier
@name
end
end
end