File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed
lib/semmle/code/java/security Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ private import semmle.code.java.security.UrlRedirect
77/**
88 * A taint-tracking configuration to reason about URL redirection from local sources.
99 */
10- module UrlRedirectLocalConfig implements DataFlow:: ConfigSig {
10+ deprecated module UrlRedirectLocalConfig implements DataFlow:: ConfigSig {
1111 predicate isSource ( DataFlow:: Node source ) { source instanceof LocalUserInput }
1212
1313 predicate isSink ( DataFlow:: Node sink ) { sink instanceof UrlRedirectSink }
1414}
1515
1616/**
17+ * DEPRECATED: Use `UrlRedirectFlow` instead and configure threat model sources to include `local`.
18+ *
1719 * Taint-tracking flow for URL redirection from local sources.
1820 */
19- module UrlRedirectLocalFlow = TaintTracking:: Global< UrlRedirectLocalConfig > ;
21+ deprecated module UrlRedirectLocalFlow = TaintTracking:: Global< UrlRedirectLocalConfig > ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments