Key Information Vulnerability Type: Security vulnerability (backslash fixes) CVE ID: CVE-2021-27515 Fix Commit: - Commit ID: - Commit Date: 2021-02-17 - Committer: Related Issues: - #197: More backslash fixes - #200: Relative paths issue Vulnerability Description Issue Description: - Previous fixes in version 1.4.5 partially addressed the issue. By adjusting the regular expression, the behavior now aligns with the browser's built-in URL parser. This change also exposed a problem: when no path is provided in the URL, the default path name becomes . Fix Details: - Ensure that during URL parsing, the path name always starts with . Related Code Changes Test Code Code Change Subsequent Impact Caused path changes, e.g., from to . Triggered other related issues with relative paths (#200). References and Associations Mentioned in multiple projects and issues, involving vulnerability fixes and version upgrades across different projects.