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 @@ -8,7 +8,7 @@ private import semmle.code.java.security.XSS
8
8
/**
9
9
* A taint-tracking configuration for reasoning about cross-site scripting vulnerabilities from a local source.
10
10
*/
11
- module XssLocalConfig implements DataFlow:: ConfigSig {
11
+ deprecated module XssLocalConfig implements DataFlow:: ConfigSig {
12
12
predicate isSource ( DataFlow:: Node source ) { source instanceof LocalUserInput }
13
13
14
14
predicate isSink ( DataFlow:: Node sink ) { sink instanceof XssSink }
@@ -23,6 +23,8 @@ module XssLocalConfig implements DataFlow::ConfigSig {
23
23
}
24
24
25
25
/**
26
+ * DEPRECATED: Use `XssFlow` instead and configure threat model sources to include `local`.
27
+ *
26
28
* Taint-tracking flow for cross-site scripting vulnerabilities from a local source.
27
29
*/
28
- module XssLocalFlow = TaintTracking:: Global< XssLocalConfig > ;
30
+ deprecated module XssLocalFlow = TaintTracking:: Global< XssLocalConfig > ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments