Skip to content

Commit

Permalink
Merge pull request #703 from greenbone/add-exclusions
Browse files Browse the repository at this point in the history
Add: Exclusion to http_links_in_tags
  • Loading branch information
amy-gb authored May 10, 2024
2 parents 1b2dd01 + ba4a0e8 commit 6a02760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troubadix/plugins/http_links_in_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def check_to_continue(http_link_match_group: AnyStr) -> bool:
"<http://localhost/moodle/admin/>",
"https://username:password@proxy:8080",
"sun.net.www.http.KeepAliveCache",
"www.foo.com",
]

return any(
Expand Down

0 comments on commit 6a02760

Please sign in to comment.