Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 444 Bytes

File metadata and controls

4 lines (4 loc) · 444 Bytes
category newQuery
  • A new query (go/html-template-escaping-bypass-xss) has been promoted to the main query suite. This query finds potential cross-site scripting (XSS) vulnerabilities when using the html/template package, caused by user input being cast to a type which bypasses the HTML autoescaping. It was originally contributed to the experimental query pack by @gagliardetto in github/codeql-go#493.