File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/src/experimental/Security/CWE/CWE-347 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ private class JwtParserInsecureParseMethods extends Method {
5050 }
5151}
5252
53- /** The `onClaimsJwt(jwt)` and `onPlaintextJwt(jwt) ` methods defined in `JwtHandler`. */
53+ /** The `on(Claims|Plaintext)Jwt ` methods defined in `JwtHandler`. */
5454private class JwtHandlerOnJwtMethods extends Method {
5555 JwtHandlerOnJwtMethods ( ) {
5656 this .hasName ( [ "onClaimsJwt" , "onPlaintextJwt" ] ) and
@@ -59,7 +59,7 @@ private class JwtHandlerOnJwtMethods extends Method {
5959 }
6060}
6161
62- /** The `onClaimsJwt(jwt)` and `onPlaintextJwt(jwt) ` methods defined in `JwtHandlerAdapter`. */
62+ /** The `on(Claims|Plaintext)Jwt ` methods defined in `JwtHandlerAdapter`. */
6363private class JwtHandlerAdapterOnJwtMethods extends Method {
6464 JwtHandlerAdapterOnJwtMethods ( ) {
6565 this .hasName ( [ "onClaimsJwt" , "onPlaintextJwt" ] ) and
You can’t perform that action at this time.
0 commit comments