mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: Remove obsolete comment
The test case actually has the correct result now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user