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 a9bf17e commit 8bc8832Copy full SHA for 8bc8832
go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql
@@ -9,7 +9,7 @@ class UntrustedFunction extends Function {
9
}
10
11
class RemoteSource extends DataFlow::Node, RemoteFlowSource::Range {
12
- RemoteSource() { this = any(UntrustedFunction f).getACall() }
+ RemoteSource() { this = any(UntrustedFunction f).getACall().getResult() }
13
14
15
from CommandInjection::Flow::PathNode source, CommandInjection::Flow::PathNode sink
0 commit comments