Updates vulnerability reference URL

This commit is contained in:
erwanlr
2020-10-16 13:08:44 +02:00
parent 89fccfe7b7
commit c07ecc58cb
4 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ module WPScan
end
def wpvulndb_url(id)
"https://wpscan.com/vulnerabilities/#{id}"
"https://wpscan.com/vulnerability/#{id}"
end
end
end