JS: remove slow test Security/heuristics/AdditionalCommandInjections

This commit is contained in:
Esben Sparre Andreasen
2018-12-17 10:58:46 +01:00
parent b8877f1d5f
commit 50cba92f5f
5 changed files with 0 additions and 15 deletions

View File

@@ -1 +0,0 @@
| additionalCommandInjections.js:2:11:2:45 | "prgm - ... place() | additionalCommandInjections.js:2:28:2:35 | password |

View File

@@ -1,9 +0,0 @@
import javascript
import semmle.javascript.security.dataflow.CommandInjection::CommandInjection
private import semmle.javascript.heuristics.all
// tests that the imports above changes the behavior of the standard taint tracking query
from Configuration cfg, Source source, Sink sink
where cfg.hasFlow(source, sink)
select sink, source

View File

@@ -1,4 +1,3 @@
| additionalCommandInjections.js:2:11:2:45 | "prgm - ... place() |
| sinks.js:2:14:2:17 | sink |
| sinks.js:3:5:3:17 | script + sink |
| sinks.js:4:9:4:12 | sink |

View File

@@ -1,3 +1,2 @@
| additionalCommandInjections.js:2:28:2:35 | password |
| sources.js:2:5:2:12 | password |
| sources.js:3:5:3:20 | JSON.stringify() |

View File

@@ -1,3 +0,0 @@
(function() {
o.run("prgm --pass " + password.replace())
})();