Skip to content

Commit 2f96e32

Browse files
authored
Update 2.1.0.md
1 parent c52709a commit 2f96e32

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/change-notes/released

1 file changed

+1
-1
lines changed

javascript/ql/src/change-notes/released/2.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* Data flow is now tracked through the `Promise.try` and `Array.prototype.with` functions.
1111
* Query `js/index-out-of-bounds` no longer produces a false-positive when a strictly-less-than check overrides a previous less-than-or-equal test.
1212
* The query `js/remote-property-injection` now detects property injection vulnerabilities through object enumeration patterns such as `Object.keys()`.
13-
* The query "Permissive CORS configuration" (`js/cors-permissive-configuration`) has been promoted from experimental and is now part of the default security suite.
13+
* The query "Permissive CORS configuration" (`js/cors-permissive-configuration`) has been promoted from experimental and is now part of the default security suite. Thank you to @maikypedia who submitted the original experimental query!

0 commit comments

Comments
 (0)