Minor improvement to jsoniter test

This commit is contained in:
Owen Mansel-Chan
2024-07-18 07:38:23 +01:00
parent a9bf17ef49
commit 8bc883274f

View File

@@ -9,7 +9,7 @@ class UntrustedFunction extends Function {
}
class RemoteSource extends DataFlow::Node, RemoteFlowSource::Range {
RemoteSource() { this = any(UntrustedFunction f).getACall() }
RemoteSource() { this = any(UntrustedFunction f).getACall().getResult() }
}
from CommandInjection::Flow::PathNode source, CommandInjection::Flow::PathNode sink