JS: Remove obsolete comment

The test case actually has the correct result now
This commit is contained in:
Asger F
2025-01-09 09:37:59 +01:00
parent dd37c474d8
commit a8f93cac05

View File

@@ -105,7 +105,6 @@ module DomBasedXssConfig implements DataFlow::StateConfigSig {
state1.isTaintedUrlSuffix() and
state2.isTaintedPrefix()
or
// FIXME: this fails to work in the test case at jquery.js:37
exists(DataFlow::FunctionNode callback, DataFlow::Node arg |
any(JQuery::MethodCall c).interpretsArgumentAsHtml(arg) and
callback = arg.getABoundFunctionValue(_) and