File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ql/src/semmle/code/java/frameworks/ratpack Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ lgtm,codescanning
2+ * Add support for [ Ratpack] ( https://ratpack.io/ ) HTTP framework.
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ abstract private class FluentLambdaMethod extends Method {
3131 predicate doesReturnTaint ( int arg ) { none ( ) }
3232}
3333
34- private class RatpackPromiseProviderethod extends Method , FluentLambdaMethod {
35- RatpackPromiseProviderethod ( ) { isStatic ( ) and hasName ( [ "flatten" , "sync" ] ) }
34+ private class RatpackPromiseProviderMethod extends Method , FluentLambdaMethod {
35+ RatpackPromiseProviderMethod ( ) { isStatic ( ) and hasName ( [ "flatten" , "sync" ] ) }
3636
3737 override predicate consumesTaint ( int methodArg , int lambdaArg ) { none ( ) }
3838
You can’t perform that action at this time.
0 commit comments