JS: Remove reference to deprecated step relation that's empty anyway

This commit is contained in:
Asger F
2024-12-13 16:22:14 +01:00
parent 0b2914ff13
commit 947b785d47
3 changed files with 0 additions and 5 deletions

View File

@@ -252,7 +252,6 @@ module ExternalApiUsedWithUntrustedData {
|
TaintTracking::sharedTaintStep(arg, _) or
DataFlow::SharedFlowStep::step(arg, _) or
DataFlow::SharedFlowStep::step(arg, _, _, _) or
DataFlow::SharedFlowStep::loadStep(arg, _, _) or
DataFlow::SharedFlowStep::storeStep(arg, _, _) or
DataFlow::SharedFlowStep::loadStoreStep(arg, _, _)