Skip to content

Commit ba6d504

Browse files
committed
fix typo in SerializeJavascriptSanitizer qldoc
1 parent 378a357 commit ba6d504

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/security/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/Xss.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module Shared {
5757

5858
/**
5959
* A call to `serialize-javascript`, which prevents XSS vulnerabilities unless
60-
* the `unsafe` option is set.t
60+
* the `unsafe` option is set to `true`.
6161
*/
6262
class SerializeJavascriptSanitizer extends Sanitizer, DataFlow::CallNode {
6363
SerializeJavascriptSanitizer() {

0 commit comments

Comments
 (0)