mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user