Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7d28a

Browse files
haby0smowton
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll
Co-authored-by: Chris Smowton <[email protected]>
1 parent 4c21980 commit 8a7d28a

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
@@ -130,7 +130,7 @@ class RemoteFlowConfig extends DataFlow2::Configuration {
130130
}
131131
}
132132

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

0 commit comments

Comments
 (0)