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

4.x
Brent Cook 2019-02-07 08:13:27 -06:00 committed by Jeffrey Martin
parent e895201c11
commit 182e339a44
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
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