mirror of
https://github.com/github/codeql.git
synced 2026-03-24 00:16:49 +01:00
Previously only the return from the request-handler method constituted a sink, and was filtered by the Produces annotation if any, even though a BodyBuilder could explicitly override. These sinks are also marked as out-barriers to avoid duplicate paths when the Produces annotation is in agreement.