Skip to content

Commit 52a0fda

Browse files
committed
formatting
1 parent 135923c commit 52a0fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/security/ReflectedXssCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ReflectedXss {
2222
/** A shared XSS sanitizer as a sanitizer for reflected XSS. */
2323
private class SharedXssSanitizer extends Sanitizer instanceof SharedXss::Sanitizer { }
2424

25-
/**
25+
/**
2626
* A request.Cookie method returns the request cookie, which is not user controlled in reflected XSS context.
2727
*/
2828
class CookieSanitizer extends Sanitizer {

0 commit comments

Comments
 (0)