Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 436 Bytes

File metadata and controls

5 lines (3 loc) · 436 Bytes

1.3.0

New Queries

  • 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.