Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 319 Bytes

File metadata and controls

4 lines (4 loc) · 319 Bytes
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}.