mirror of
https://github.com/github/codeql.git
synced 2026-03-11 01:56:47 +01:00
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
import semmle.javascript.frameworks.React
|
|
|
|
from ReactComponent c, string n
|
|
select c, n, c.getAPropRead(n) |