mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
399 B
399 B
lgtm,codescanning
- Some library files have been deprecated, which may affect custom queries.
Queries importing a data-flow configuration from
semmle.javascript.security.dataflowshould ensure that the imported file ends withQuery, and only import its top-level module. For example, a query that importedDomBasedXss::DomBasedXssshould from now on importDomBasedXssQueryinstead.