Skip to content

Commit 0047536

Browse files
committed
JS: Add change note
1 parent a6c3896 commit 0047536

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
lgtm,codescanning
2+
* Some library files have been deprecated, which may affect custom queries.
3+
Queries importing a data-flow configuration from `semmle.javascript.security.dataflow` should
4+
ensure that the imported file ends with `Query`, and only import its top-level module.
5+
For example, a query that imported `DomBasedXss::DomBasedXss` should from now on import `DomBasedXssQuery`
6+
instead.

0 commit comments

Comments
 (0)