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 15d999a commit daddff0Copy full SHA for daddff0
javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomQuery.qll
@@ -106,7 +106,7 @@ private class PrefixStringSanitizer extends DomBasedXss::PrefixStringSanitizer {
106
PrefixStringSanitizer() { this = this }
107
}
108
109
-private class PrefixString extends DataFlow::FlowLabel, DomBasedXss::PrefixString {
+deprecated private class PrefixString extends DataFlow::FlowLabel, DomBasedXss::PrefixString {
110
PrefixString() { this = this }
111
112
0 commit comments