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.
2 parents 169e67c + ba6d504 commit a02f96dCopy full SHA for a02f96d
javascript/ql/src/semmle/javascript/security/dataflow/Xss.qll
@@ -57,7 +57,7 @@ module Shared {
57
58
/**
59
* A call to `serialize-javascript`, which prevents XSS vulnerabilities unless
60
- * the `unsafe` option is set.t
+ * the `unsafe` option is set to `true`.
61
*/
62
class SerializeJavascriptSanitizer extends Sanitizer, DataFlow::CallNode {
63
SerializeJavascriptSanitizer() {
0 commit comments