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.
1 parent 5f77d68 commit c094699Copy full SHA for c094699
.github/codeql/codeql-config.yml
@@ -1,3 +1,11 @@
1
paths-ignore:
2
# Ignore compiled JS
3
- netbox/project-static/dist
4
+
5
+query-filters:
6
+ # Exclude py/url-redirection: NetBox uses safe_for_redirect() wrapper function
7
+ # which validates all redirects via Django's url_has_allowed_host_and_scheme().
8
+ # CodeQL's taint tracking doesn't recognize wrapper functions without custom
9
+ # query configuration. See #20484.
10
+ - exclude:
11
+ id: py/url-redirection
0 commit comments