Skip to content

Commit 3922c73

Browse files
committed
JS: Add change note
1 parent a76be91 commit 3922c73

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+
* The security queries now distinguish more clearly between different parts of `window.locaton`.
3+
When the taint source of an alert is based on `window.location`, the source will usually
4+
occur closer to where user-controlled data is obtained, such as at `location.hash`.
5+
* `js/request-forgery` no longer considers client-side path parameters to be a source due to
6+
the restricted character set usable in a path, resulting in fewer false-positive results.

0 commit comments

Comments
 (0)