mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
import semmle.javascript.YAML
|
|
|
|
from YAMLScalar s
|
|
select s, s.getStyle(), s.getValue() |