Skip to content

Commit

Permalink
Update the shady-links rule to match IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiki-San committed Feb 8, 2024
1 parent 10151b7 commit 4a5563f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guarddog/analyzer/sourcecode/shady-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ rules:
- pattern-regex: (http[s]?:\/\/bit\.ly.*)$
- pattern-regex: (http[s]?:\/\/.*\.(link|xyz|tk|ml|ga|cf|gq|pw|top|club|mw|bd|ke|am|sbs|date|quest|cd|bid|cd|ws|icu|cam|uno|email|stream))$
- pattern-regex: (http[s]?:\/\/.*\.(link|xyz|tk|ml|ga|cf|gq|pw|top|club|mw|bd|ke|am|sbs|date|quest|cd|bid|cd|ws|icu|cam|uno|email|stream)\/)
- pattern-regex: (http[s]?:\/\/[^/?#]*(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))
- pattern-regex: (http[s]?://[^\[/?#]?(?:\[([A-Fa-f0-9]{1,4}:){0,7}:?[A-Fa-f0-9]{1,4}\]))
languages:
- python
- javascript
Expand Down

0 comments on commit 4a5563f

Please sign in to comment.