Fix mishandled semicolons in the userinfo subcomponent, bsc#1226419

OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=125
This commit is contained in:
2024-06-18 08:47:43 +00:00
committed by Git OBS Bridge
parent d4b52d880e
commit eaa23c2de5
3 changed files with 84 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 18 07:54:22 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
- Fix mishandled semicolons in the userinfo subcomponent could lead to an
insecure behavior in which data that was supposed to be in the userinfo
subcomponent is misinterpreted to be part of the host subcomponent.
[bsc#1226419, properly-re-implement-userinfo-parsing.patch]
-------------------------------------------------------------------
Sun Mar 10 20:45:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>