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 {
31
31
predicate doesReturnTaint ( int arg ) { none ( ) }
32
32
}
33
33
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" ] ) }
36
36
37
37
override predicate consumesTaint ( int methodArg , int lambdaArg ) { none ( ) }
38
38
You can’t perform that action at this time.
0 commit comments