mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Change note for bug fix in go/unvalidated-url-redirection
This commit is contained in:
@@ -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}`.
|
||||
Reference in New Issue
Block a user