Files
codeql/javascript/ql/test/library-tests/frameworks/Cheerio/Cheerio.ql
2019-04-09 12:21:54 +01:00

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() }