Total vulnerabilities in the database
JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath("https://go.dev", "../go") returns the URL "https://go.dev/../go", despite the JoinPath documentation stating that ../ path elements are removed from the result.
Software | From | Fixed in |
---|---|---|
golang / go | 1.19.0-beta1 | 1.19.0-beta1.x |
golang / go | 1.19.0-rc1 | 1.19.0-rc1.x |
golang / go | 1.19.0-rc2 | 1.19.0-rc2.x |
golang / go | 1.19.0 | 1.19.0.x |