mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Methods annotated with a produces field which indicates a safe content-type should not be considered XSS sinks. For example: @RequestMapping(..., produces = "application/json")