We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b756d7 commit 046aeaaCopy full SHA for 046aeaa
java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll
@@ -98,7 +98,7 @@ class SpringControllerRequestMappingGetMethod extends SpringControllerGetMethod
98
}
99
100
/** A concatenate expression using `(` and `)` or `);`. */
101
-class JsonpInjectionExpr extends AddExpr {
+class JsonpBuilderExpr extends AddExpr {
102
JsonpInjectionExpr() {
103
getRightOperand().toString().regexpMatch("\"\\)\"|\"\\);\"") and
104
getLeftOperand()
0 commit comments