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
6
6
private import semmle.code.java.security.XxeQuery
7
7
8
8
/**
9
+ * DEPRECATED: Use `XxeLocalFlow` instead.
10
+ *
9
11
* A taint-tracking configuration for unvalidated local user input that is used in XML external entity expansion.
10
12
*/
11
13
deprecated 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
6
6
private import semmle.code.java.security.XxeQuery
7
7
8
8
/**
9
+ * DEPRECATED: Use `XxeFlow` instead.
10
+ *
9
11
* A taint-tracking configuration for unvalidated remote user input that is used in XML external entity expansion.
10
12
*/
11
13
deprecated class XxeConfig extends TaintTracking:: Configuration {
You can’t perform that action at this time.
0 commit comments