mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
fix typo in SerializeJavascriptSanitizer qldoc
This commit is contained in:
@@ -57,7 +57,7 @@ module Shared {
|
||||
|
||||
/**
|
||||
* A call to `serialize-javascript`, which prevents XSS vulnerabilities unless
|
||||
* the `unsafe` option is set.t
|
||||
* the `unsafe` option is set to `true`.
|
||||
*/
|
||||
class SerializeJavascriptSanitizer extends Sanitizer, DataFlow::CallNode {
|
||||
SerializeJavascriptSanitizer() {
|
||||
|
||||
Reference in New Issue
Block a user