Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update csharp/ql/lib/semmle/code/csharp/security/dataflow/CommandInje…
…ctionQuery.qll

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
  • Loading branch information
GeekMasher and jcogs33 authored Jun 19, 2023
commit 861ac177b828604ad56b3a81b24137e932e918f3
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module CommandInjection = TaintTracking::Global<CommandInjectionConfig>;
/** A source of remote user input. */
class RemoteSource extends Source instanceof RemoteFlowSource { }

/** Command Injection sinks defined through CSV models. */
/** Command Injection sinks defined through Models as Data. */
private class ExternalCommandInjectionExprSink extends Sink {
ExternalCommandInjectionExprSink() { sinkNode(this, "command-injection") }
}
Expand Down