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 3b934b8 commit 38dcc1cCopy full SHA for 38dcc1c
go/ql/src/Security/CWE-079/HtmlTemplateEscapingBypassXss.ql
@@ -52,7 +52,8 @@ module UntrustedToTemplateExecWithConversionConfig implements DataFlow::StateCon
52
TConverted(UnescapedType unescapedType)
53
54
/**
55
- * Flow state for tracking whether a conversion to an unescaped type has occurred.
+ * The flow state for tracking whether a conversion to an unescaped type has
56
+ * occurred.
57
*/
58
class FlowState extends TConversionState {
59
predicate isBeforeConversion() { this instanceof TUnconverted }
0 commit comments