We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dd269 commit b6adff6Copy full SHA for b6adff6
go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql
@@ -10,6 +10,8 @@ class UntrustedFunction extends Function {
10
11
class RemoteSource extends DataFlow::Node, RemoteFlowSource::Range {
12
RemoteSource() { this = any(UntrustedFunction f).getACall() }
13
+
14
+ override string getSourceType() { result = "untrusted function call" }
15
}
16
17
from CommandInjection::Flow::PathNode source, CommandInjection::Flow::PathNode sink
0 commit comments