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 {
2727/**
2828 * A taint-tracking configuration for unvalidated local user input that is used in XML external entity expansion.
2929 */
30- module XxeLocalConfig implements DataFlow:: ConfigSig {
30+ deprecated module XxeLocalConfig implements DataFlow:: ConfigSig {
3131 predicate isSource ( DataFlow:: Node src ) { src instanceof LocalUserInput }
3232
3333 predicate isSink ( DataFlow:: Node sink ) { sink instanceof XxeSink }
@@ -40,6 +40,8 @@ module XxeLocalConfig implements DataFlow::ConfigSig {
4040}
4141
4242/**
43+ * DEPRECATED: Use `XxeFlow` instead and configure threat model sources to include `local`.
44+ *
4345 * Detect taint flow of unvalidated local user input that is used in XML external entity expansion.
4446 */
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