mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
import javascript
|
|
private import semmle.javascript.heuristics.AdditionalSinks
|
|
|
|
select any(HeuristicSink s | s.getFile().getBaseName() = "sinks.js")
|