mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Fix Micronaut ql-for-ql alerts
This commit is contained in:
@@ -87,7 +87,7 @@ class MicronautRequestMappingParameter extends Parameter {
|
||||
}
|
||||
|
||||
private predicate isExplicitlyTaintedInput() {
|
||||
// The MicronautHttpInputAnnotations allow access to the URI path,
|
||||
// The MicronautHttpInputAnnotation allows access to the URI path,
|
||||
// request parameters, cookie values, headers, and the body of the request.
|
||||
this.getAnAnnotation() instanceof MicronautHttpInputAnnotation
|
||||
or
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import java
|
||||
import semmle.code.java.dataflow.TaintTracking
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import semmle.code.java.security.RequestForgery
|
||||
import semmle.code.java.security.UrlRedirect
|
||||
import semmle.code.java.security.ResponseSplitting
|
||||
|
||||
Reference in New Issue
Block a user