mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: Fix performance problem due to transitive step.
This commit is contained in:
@@ -280,7 +280,7 @@ private DataFlow::Node getABodyBuilderWithExplicitContentType(Expr contentType)
|
||||
.hasQualifiedName("org.springframework.http", "ResponseEntity$BodyBuilder")
|
||||
)
|
||||
or
|
||||
DataFlow::localFlow(getABodyBuilderWithExplicitContentType(contentType), result)
|
||||
DataFlow::localFlowStep(getABodyBuilderWithExplicitContentType(contentType), result)
|
||||
}
|
||||
|
||||
private DataFlow::Node getASanitizedBodyBuilder() {
|
||||
|
||||
Reference in New Issue
Block a user