We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49f04fa + 56c1f74 commit c8f5026Copy full SHA for c8f5026
tools/msftidy.rb
@@ -593,7 +593,7 @@ def check_udp_sock_get
593
# This module then got copied and committed 20+ times and is used in numerous other places.
594
# This ensures that this stops.
595
def check_invalid_url_scheme
596
- test = @source.scan(/^#.+http\/\/metasploit.com/)
+ test = @source.scan(/^#.+http\/\/(?:www\.)?metasploit.com/)
597
unless test.empty?
598
test.each { |item|
599
info("Invalid URL: #{item}")
0 commit comments