mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Minor improvement to jsoniter test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user