mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45: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")