Skip to content

Commit d5520d9

Browse files
author
Alvaro Muñoz
committed
Deprecate previous version
1 parent 30958f7 commit d5520d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ReflectedXssCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module ReflectedXss {
2929
}
3030

3131
/**
32-
* DEPRECATED: Gets a HeaderDefinition that defines a non-html safe content-type for `send`.
32+
* DEPRECATED: Gets a HeaderDefinition that defines a non-html content-type for `send`.
3333
*/
3434
deprecated Http::HeaderDefinition getANonHtmlHeaderDefinition(Http::ResponseSendArgument send) {
3535
exists(Http::RouteHandler h |

0 commit comments

Comments
 (0)