You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.21/analysis-javascript.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
| Client-side URL redirect | More results and fewer false-positive results | This rule now recognizes additional uses of the document URL. This rule now treats URLs as safe in more cases where the hostname cannot be tampered with. |
30
30
| Double escaping or unescaping | More results | This rule now considers the flow of regular expressions literals. |
31
31
| Expression has no effect | Fewer false-positive results | This rule now treats uses of `Object.defineProperty` more conservatively. |
32
+
| Incomplete regular expression for hostnames | More results | This rule now tracks regular expressions for host names further. |
32
33
| Incomplete string escaping or encoding | More results | This rule now considers the flow of regular expressions literals. |
33
34
| Replacement of a substring with itself | More results | This rule now considers the flow of regular expressions literals. |
34
35
| Server-side URL redirect | Fewer false-positive results | This rule now treats URLs as safe in more cases where the hostname cannot be tampered with. |
0 commit comments