File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ import semmle.code.java.dataflow.FlowSources
1111import semmle.code.java.security.ExternalProcess
1212import semmle.code.java.security.CommandArguments
1313
14+ /**
15+ * A taint-tracking configuration for unvalidated user input that is used to run an external process.
16+ */
1417class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking:: Configuration {
1518 RemoteUserInputToArgumentToExecFlowConfig ( ) {
1619 this = "ExecCommon::RemoteUserInputToArgumentToExecFlowConfig"
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import java
1010import semmle.code.java.dataflow.FlowSources
1111import semmle.code.java.security.QueryInjection
1212
13+ /**
14+ * A taint-tracking configuration for unvalidated user input that is used in SQL queries.
15+ */
1316class QueryInjectionFlowConfig extends TaintTracking:: Configuration {
1417 QueryInjectionFlowConfig ( ) { this = "SqlInjectionLib::QueryInjectionFlowConfig" }
1518
You can’t perform that action at this time.
0 commit comments