Skip to content

Commit 38dcc1c

Browse files
committed
Fix QLDoc
1 parent 3b934b8 commit 38dcc1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ module UntrustedToTemplateExecWithConversionConfig implements DataFlow::StateCon
5252
TConverted(UnescapedType unescapedType)
5353

5454
/**
55-
* Flow state for tracking whether a conversion to an unescaped type has occurred.
55+
* The flow state for tracking whether a conversion to an unescaped type has
56+
* occurred.
5657
*/
5758
class FlowState extends TConversionState {
5859
predicate isBeforeConversion() { this instanceof TUnconverted }

0 commit comments

Comments
 (0)