Skip to content

Commit af90b00

Browse files
committed
Ratpack: Release note and typo fix
1 parent 901631c commit af90b00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)