Skip to content

Commit a02f96d

Browse files
authored
Merge pull request github#6043 from erik-krogh/serialize-javascript-typo
Approved by asgerf
2 parents 169e67c + ba6d504 commit a02f96d

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)