Implemented Erwan's feedback

This commit is contained in:
ethicalhack3r
2014-07-31 11:14:22 +02:00
parent 14be7dead5
commit 08dfa4cab2
5 changed files with 16 additions and 80 deletions

View File

@@ -11,15 +11,5 @@ class WpPlugin < WpItem
@vulns_file
end
# @return [ String ]
def identifier
@name
end
# # @return [ String ]
# def vulns_xpath
# "//plugin[@name='#{@name}']/vulnerability"
# end
end
end