Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d66069

Browse files
author
Esben Sparre Andreasen
committed
JS: change notes for js/incomplete-hostname-regexp
1 parent 9c65277 commit 2d66069

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.21/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| 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. |
2727
| Double escaping or unescaping | More results | This rule now considers the flow of regular expressions literals. |
2828
| Expression has no effect | Fewer false-positive results | This rule now treats uses of `Object.defineProperty` more conservatively. |
29+
| Incomplete regular expression for hostnames | More results | This rule now tracks regular expressions for host names further. |
2930
| Incomplete string escaping or encoding | More results | This rule now considers the flow of regular expressions literals. |
3031
| Replacement of a substring with itself | More results | This rule now considers the flow of regular expressions literals. |
3132
| 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

Comments
 (0)