Change note for bug fix in go/unvalidated-url-redirection

This commit is contained in:
Owen Mansel-Chan
2025-10-02 17:03:55 +01:00
parent cce44b1f54
commit f35d28de45

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* For the query `go/unvalidated-url-redirection`, when untrusted data is assigned to the `Host` field of a `url.URL` struct, we consider the whole struct untrusted. We now also include the case when this happens during struct initialization, for example `&url.URL{Host: untrustedData}`.