Skip to content

Commit 046aeaa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class SpringControllerRequestMappingGetMethod extends SpringControllerGetMethod
9898
}
9999

100100
/** A concatenate expression using `(` and `)` or `);`. */
101-
class JsonpInjectionExpr extends AddExpr {
101+
class JsonpBuilderExpr extends AddExpr {
102102
JsonpInjectionExpr() {
103103
getRightOperand().toString().regexpMatch("\"\\)\"|\"\\);\"") and
104104
getLeftOperand()

0 commit comments

Comments
 (0)