URI.js v1.19.11 Release Notes
Release Date: 2022-04-03 // almost 3 years ago-
- ๐ SECURITY fixing
URI.parse()
handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via https://huntr.dev/ - ๐ SECURITY fixing
URI.parse()
remove\r
(CR),\n
, (LF)\t
(TAB) - disclosed by haxatron via https://huntr.dev/
- ๐ SECURITY fixing
Previous changes from v1.19.10
-
- ๐ SECURITY fixing
URI.parse()
handle excessive colons in protocol delimiter - disclosed by huydoppa via https://huntr.dev/
- ๐ SECURITY fixing