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.
1 parent 30958f7 commit d5520d9Copy full SHA for d5520d9
javascript/ql/lib/semmle/javascript/security/dataflow/ReflectedXssCustomizations.qll
@@ -29,7 +29,7 @@ module ReflectedXss {
29
}
30
31
/**
32
- * DEPRECATED: Gets a HeaderDefinition that defines a non-html safe content-type for `send`.
+ * DEPRECATED: Gets a HeaderDefinition that defines a non-html content-type for `send`.
33
*/
34
deprecated Http::HeaderDefinition getANonHtmlHeaderDefinition(Http::ResponseSendArgument send) {
35
exists(Http::RouteHandler h |
0 commit comments