Skip to content

Commit 19b9b85

Browse files
author
Max Schaefer
committed
JavaScript: Add change note.
1 parent b058854 commit 19b9b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

change-notes/1.19/analysis-javascript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* The taint tracking library now recognizes additional sanitization patterns. This may give fewer false-positive results for the security queries.
88

9+
* Support for AMD modules has been improved. This may give additional results for the security queries as well as any queries that use type inference on code bases that use such modules.
10+
911
* Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following features:
1012
- file system access, for example through [fs-extra](https://github.com/jprichardson/node-fs-extra) or [globby](https://www.npmjs.com/package/globby)
1113
- outbound network access, for example through the [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)

0 commit comments

Comments
 (0)