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 135923c commit 52a0fdaCopy full SHA for 52a0fda
go/ql/lib/semmle/go/security/ReflectedXssCustomizations.qll
@@ -22,7 +22,7 @@ module ReflectedXss {
22
/** A shared XSS sanitizer as a sanitizer for reflected XSS. */
23
private class SharedXssSanitizer extends Sanitizer instanceof SharedXss::Sanitizer { }
24
25
- /**
+ /**
26
* A request.Cookie method returns the request cookie, which is not user controlled in reflected XSS context.
27
*/
28
class CookieSanitizer extends Sanitizer {
0 commit comments