mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Fix jsoniter test
This commit is contained in:
@@ -10,6 +10,8 @@ class UntrustedFunction extends Function {
|
||||
|
||||
class RemoteSource extends DataFlow::Node, RemoteFlowSource::Range {
|
||||
RemoteSource() { this = any(UntrustedFunction f).getACall() }
|
||||
|
||||
override string getSourceType() { result = "untrusted function call" }
|
||||
}
|
||||
|
||||
from CommandInjection::Flow::PathNode source, CommandInjection::Flow::PathNode sink
|
||||
|
||||
Reference in New Issue
Block a user