Skip to content

Commit

Permalink
Merge branch 'master' into doc-1368-rhel-airgap
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Oct 21, 2024
2 parents 6a6a440 + 0856be1 commit 26f6f61
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ tags: ["security", "cve"]

## NIST CVE Summary

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.
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.

## Our Official Summary

Expand Down

0 comments on commit 26f6f61

Please sign in to comment.