We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6a517c + cb5f255 commit eb0a88dCopy full SHA for eb0a88d
java/ql/lib/semmle/code/java/frameworks/spring/SpringHttp.qll
@@ -280,7 +280,7 @@ private DataFlow::Node getABodyBuilderWithExplicitContentType(Expr contentType)
280
.hasQualifiedName("org.springframework.http", "ResponseEntity$BodyBuilder")
281
)
282
or
283
- DataFlow::localFlow(getABodyBuilderWithExplicitContentType(contentType), result)
+ DataFlow::localFlowStep(getABodyBuilderWithExplicitContentType(contentType), result)
284
}
285
286
private DataFlow::Node getASanitizedBodyBuilder() {
0 commit comments