mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-26 15:27:26 +00:00
## 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>
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.
