File tree 1 file changed +4
-2
lines changed
java/ql/lib/semmle/code/java/security
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ private import semmle.code.java.security.CommandArguments
7
7
private import semmle.code.java.security.Sanitizers
8
8
9
9
/** A taint-tracking configuration to reason about use of externally controlled strings to make command line commands. */
10
- module ExecTaintedLocalConfig implements DataFlow:: ConfigSig {
10
+ deprecated module ExecTaintedLocalConfig implements DataFlow:: ConfigSig {
11
11
predicate isSource ( DataFlow:: Node src ) { src instanceof LocalUserInput }
12
12
13
13
predicate isSink ( DataFlow:: Node sink ) { sink .asExpr ( ) instanceof ArgumentToExec }
@@ -20,6 +20,8 @@ module ExecTaintedLocalConfig implements DataFlow::ConfigSig {
20
20
}
21
21
22
22
/**
23
+ * DEPRCATED: Unused.
24
+ *
23
25
* Taint-tracking flow for use of externally controlled strings to make command line commands.
24
26
*/
25
- module ExecTaintedLocalFlow = TaintTracking:: Global< ExecTaintedLocalConfig > ;
27
+ deprecated module ExecTaintedLocalFlow = TaintTracking:: Global< ExecTaintedLocalConfig > ;
You can’t perform that action at this time.
0 commit comments