Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c3896 commit 0047536Copy full SHA for 0047536
1 file changed
javascript/change-notes/2021-08-16-query-suffix-convention2.md
@@ -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