File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ private import semmle.code.java.dataflow.TaintTracking
66private import semmle.code.java.security.XxeQuery
77
88/**
9+ * DEPRECATED: Use `XxeLocalFlow` instead.
10+ *
911 * A taint-tracking configuration for unvalidated local user input that is used in XML external entity expansion.
1012 */
1113deprecated class XxeLocalConfig extends TaintTracking:: Configuration {
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ private import semmle.code.java.dataflow.TaintTracking
66private import semmle.code.java.security.XxeQuery
77
88/**
9+ * DEPRECATED: Use `XxeFlow` instead.
10+ *
911 * A taint-tracking configuration for unvalidated remote user input that is used in XML external entity expansion.
1012 */
1113deprecated class XxeConfig extends TaintTracking:: Configuration {
You can’t perform that action at this time.
0 commit comments