mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
import javascript
|
|
|
|
query DataFlow::Node test_CheerioRef() { result = Cheerio::cheerioRef() }
|
|
|
|
query Cheerio::CheerioObjectCreation test_CheerioObjectCreation() { any() }
|
|
|
|
query DOM::AttributeDefinition test_AttributeDefinition() { any() }
|
|
|
|
query DataFlow::Node test_CheerioObjectRef() { result = Cheerio::cheerioObjectRef() }
|
|
|
|
query Cheerio::XssSink test_XssSink() { any() }
|