Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901631c commit af90b00Copy full SHA for af90b00
2 files changed
java/change-notes/2021-05-11-ratpack-support.md
@@ -0,0 +1,2 @@
1
+lgtm,codescanning
2
+* Add support for [Ratpack](https://ratpack.io/) HTTP framework.
java/ql/src/semmle/code/java/frameworks/ratpack/RatpackExec.qll
@@ -31,8 +31,8 @@ abstract private class FluentLambdaMethod extends Method {
31
predicate doesReturnTaint(int arg) { none() }
32
}
33
34
-private class RatpackPromiseProviderethod extends Method, FluentLambdaMethod {
35
- RatpackPromiseProviderethod() { isStatic() and hasName(["flatten", "sync"]) }
+private class RatpackPromiseProviderMethod extends Method, FluentLambdaMethod {
+ RatpackPromiseProviderMethod() { isStatic() and hasName(["flatten", "sync"]) }
36
37
override predicate consumesTaint(int methodArg, int lambdaArg) { none() }
38
0 commit comments