Land #11361, Add URL scheme and Base64.encode64 checks to msftidy
parent
e895201c11
commit
182e339a44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue