Files
vault/api
hc-github-team-secure-vault-core d94e9d1531 Backport of Update httpguts for GO-2022-0236 fix into release/1.12.x (#17524)
## Backport

This PR is auto-generated from #17520 to be assessed for backporting due to the inclusion of the label backport/1.12.x.

The below text is copied from the body of the original PR.

---

[`govulncheck`](https://go.dev/blog/vuln) reports that the `api` package has a call chain that includes
`golang.org/x/net/http/httpguts.HeaderValuesContainsToken`, a vulnerable function.

---

<details>
<summary> Overview of commits </summary>

  - 6bede50176 

</details>

Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
2022-10-12 15:27:31 -07:00
..
2020-03-11 14:22:58 +01:00
2022-09-06 14:11:04 -04:00
2015-03-11 17:46:41 -05:00

Vault API

This provides the github.com/hashicorp/vault/api package which contains code useful for interacting with a Vault server.

For examples of how to use this module, see the vault-examples repo. For a step-by-step walkthrough on using these client libraries, see the developer quickstart.

GoDoc