From 182e339a445dce4e8cc4b89b081fdea6edec66ba Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 7 Feb 2019 08:13:27 -0600 Subject: [PATCH] Land #11361, Add URL scheme and Base64.encode64 checks to msftidy --- tools/dev/msftidy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev/msftidy.rb b/tools/dev/msftidy.rb index c5590ae0d0..e89a54ba42 100755 --- a/tools/dev/msftidy.rb +++ b/tools/dev/msftidy.rb @@ -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