mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: Remove an obsolete TODO comment (this has been fixed)
This commit is contained in:
@@ -2006,7 +2006,6 @@ deprecated private class CallAgainstEqualityCheck extends DerivedBarrierGuardNod
|
||||
* Can be added to a `isBarrier` in a data-flow configuration to block flow through such checks.
|
||||
*/
|
||||
class VarAccessBarrier extends DataFlow::Node {
|
||||
// TODO: This does not work in dataflow2 when the variable is captured, since the capture-flow library bypasses the refinement node.
|
||||
VarAccessBarrier() {
|
||||
exists(ConditionGuardNode guard, SsaRefinementNode refinement |
|
||||
this = DataFlow::ssaDefinitionNode(refinement) and
|
||||
|
||||
Reference in New Issue
Block a user