JS: move js/resource-exhaustion to experimental

This commit is contained in:
Esben Sparre Andreasen
2021-01-21 09:02:11 +01:00
parent 3c9c79a550
commit b90dd89746
13 changed files with 20 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
import javascript
import DataFlow::PathGraph
import semmle.javascript.security.dataflow.ResourceExhaustion::ResourceExhaustion
import experimental.semmle.javascript.security.dataflow.ResourceExhaustion::ResourceExhaustion
from Configuration dataflow, DataFlow::PathNode source, DataFlow::PathNode sink
where dataflow.hasFlowPath(source, sink)