We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b207c commit bf048e7Copy full SHA for bf048e7
change-notes/1.20/analysis-javascript.md
@@ -4,8 +4,11 @@
4
5
* Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following features:
6
- client-side code, for example [React](https://reactjs.org/)
7
+ - cookies and webstorage, for example [js-cookie](https://github.com/js-cookie/js-cookie)
8
- server-side code, for example [hapi](https://hapijs.com/)
9
10
+* The taint tracking library now recognizes flow through persistent storage, this may give more results for the security queries.
11
+
12
## New queries
13
14
| **Query** | **Tags** | **Purpose** |
0 commit comments