Fix Micronaut ql-for-ql alerts

This commit is contained in:
Nicolas Will
2026-02-27 17:24:02 +01:00
parent ededc8c676
commit 3869abebea
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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