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:30 +08:00
committed by GitHub
parent 9635a36044
commit 4c21980d4f

View File

@@ -141,7 +141,7 @@ class JsonDataFlowConfig extends DataFlow2::Configuration {
}
}
/** Taint-tracking configuration tracing flow from user-controllable function name jsonp data to output jsonp data. */
/** Taint-tracking configuration tracing flow from probable jsonp data with a user-controlled function name to an outgoing HTTP entity. */
class JsonpInjectionFlowConfig extends TaintTracking::Configuration {
JsonpInjectionFlowConfig() { this = "JsonpInjectionFlowConfig" }