Skip to content

Commit 4c21980

Browse files
haby0smowton
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll
Co-authored-by: Chris Smowton <smowton@github.com>
1 parent 9635a36 commit 4c21980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class JsonDataFlowConfig extends DataFlow2::Configuration {
141141
}
142142
}
143143

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

0 commit comments

Comments
 (0)