File tree Expand file tree Collapse file tree 3 files changed +4
-32
lines changed
lib/semmle/code/java/security Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ deprecated class XxeLocalConfig extends TaintTracking::Configuration {
27
27
/**
28
28
* A taint-tracking configuration for unvalidated local user input that is used in XML external entity expansion.
29
29
*/
30
- module XxeLocalConfig implements DataFlow:: ConfigSig {
30
+ deprecated module XxeLocalConfig implements DataFlow:: ConfigSig {
31
31
predicate isSource ( DataFlow:: Node src ) { src instanceof LocalUserInput }
32
32
33
33
predicate isSink ( DataFlow:: Node sink ) { sink instanceof XxeSink }
@@ -40,6 +40,8 @@ module XxeLocalConfig implements DataFlow::ConfigSig {
40
40
}
41
41
42
42
/**
43
+ * DEPRECATED: Use `XxeFlow` instead and configure threat model sources to include `local`.
44
+ *
43
45
* Detect taint flow of unvalidated local user input that is used in XML external entity expansion.
44
46
*/
45
- module XxeLocalFlow = TaintTracking:: Global< XxeLocalConfig > ;
47
+ deprecated module XxeLocalFlow = TaintTracking:: Global< XxeLocalConfig > ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments