Skip to content

Commit ca85f0b

Browse files
committed
Update query metadata
1 parent c2ebdf5 commit ca85f0b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

go/ql/src/Security/CWE-079/HTMLTemplateEscapingPassthrough.ql

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
/**
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.
2+
* @name HTML template escaping bypass cross-site scripting
3+
* @description Converting user input to a special type that avoids escaping
4+
* when fed into an HTML template allows for a cross-site
5+
* scripting vulnerability.
56
* @kind path-problem
6-
* @problem.severity warning
7+
* @problem.severity error
78
* @id go/html-template-escaping-bypass-xss
89
* @tags security
9-
* experimental
1010
* external/cwe/cwe-079
11+
* external/cwe/cwe-116
1112
*/
1213

1314
import go

0 commit comments

Comments
 (0)