Merge pull request #697 from esben-semmle/js/fix-heuristics-compilation-time

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2018-12-18 09:07:36 +00:00
committed by GitHub
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())
})();