mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ratpack: Release note and typo fix
This commit is contained in:
2
java/change-notes/2021-05-11-ratpack-support.md
Normal file
2
java/change-notes/2021-05-11-ratpack-support.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* Add support for [Ratpack](https://ratpack.io/) HTTP framework.
|
||||
@@ -31,8 +31,8 @@ abstract private class FluentLambdaMethod extends Method {
|
||||
predicate doesReturnTaint(int arg) { none() }
|
||||
}
|
||||
|
||||
private class RatpackPromiseProviderethod extends Method, FluentLambdaMethod {
|
||||
RatpackPromiseProviderethod() { isStatic() and hasName(["flatten", "sync"]) }
|
||||
private class RatpackPromiseProviderMethod extends Method, FluentLambdaMethod {
|
||||
RatpackPromiseProviderMethod() { isStatic() and hasName(["flatten", "sync"]) }
|
||||
|
||||
override predicate consumesTaint(int methodArg, int lambdaArg) { none() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user