Land #11361, Add URL scheme and Base64.encode64 checks to msftidy

GSoC/Meterpreter_Web_Console
Brent Cook 2019-02-07 08:13:27 -06:00
commit 7cd477b495
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class Msftidy
end
if @source =~ /^# This module requires Metasploit: http:/
warn("Module license comment link does not use https:// URL scheme.")
fixed('# This module requires Metasploit: https://metasploit.com/download', idx)
fixed('# This module requires Metasploit: https://metasploit.com/download', 1)
end
end