mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +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")
|