Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-04-10 04:29:49 +08:00
committed by GitHub
parent 4c21980d4f
commit 8a7d28a2ed

View File

@@ -130,7 +130,7 @@ class RemoteFlowConfig extends DataFlow2::Configuration {
}
}
/** A data flow configuration tracing flow from json data to splicing jsonp data. */
/** A data flow configuration tracing flow from json data into the argument `json` of JSONP-like string `someFunctionName + "(" + json + ")"`. */
class JsonDataFlowConfig extends DataFlow2::Configuration {
JsonDataFlowConfig() { this = "JsonDataFlowConfig" }