We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ebdf5 commit ca85f0bCopy full SHA for ca85f0b
go/ql/src/Security/CWE-079/HTMLTemplateEscapingPassthrough.ql
@@ -1,13 +1,14 @@
1
/**
2
- * @name HTML template escaping passthrough
3
- * @description If a user-provided value is converted to a special type that avoids escaping when fed into a HTML
4
- * template, it may result in XSS.
+ * @name HTML template escaping bypass cross-site scripting
+ * @description Converting user input to a special type that avoids escaping
+ * when fed into an HTML template allows for a cross-site
5
+ * scripting vulnerability.
6
* @kind path-problem
- * @problem.severity warning
7
+ * @problem.severity error
8
* @id go/html-template-escaping-bypass-xss
9
* @tags security
- * experimental
10
* external/cwe/cwe-079
11
+ * external/cwe/cwe-116
12
*/
13
14
import go
0 commit comments