Fix jsoniter test

This commit is contained in:
Ed Minnix
2024-06-07 10:43:15 -04:00
parent 53dd269f9f
commit b6adff6377

View File

@@ -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