mirror of
https://github.com/hashicorp/go-secure-stdlib
synced 2026-04-05 18:57:23 +00:00
No description
- Go 99.8%
- Dockerfile 0.2%
Resolve GHSA-x744-4wpc-v9h2 and GHSA-pxq6-2prw-chj9 in `plugincontainer` replacing `github.com/docker/docker` with `github.com/moby/moby/client` @ `v0.3.0` and `github.com/moby/moby/api` @ `v1.54.0.`. This is necessary as `docker/docker` is no longer maintained as the fixes are not available in it. We also upgrade our dependencies to their respective latest compatible versions. Signed-off-by: Ryan Cragun <me@ryan.ec> |
||
|---|---|---|
| .github | ||
| awsutil | ||
| base62 | ||
| configutil | ||
| cryptoutil | ||
| fileutil | ||
| gatedwriter | ||
| httputil | ||
| kv-builder | ||
| listenerutil | ||
| mlock | ||
| nonceutil | ||
| parseutil | ||
| password | ||
| permitpool | ||
| plugincontainer | ||
| pluginutil | ||
| random | ||
| regexp | ||
| reloadutil | ||
| strutil | ||
| temperror | ||
| tlsutil | ||
| toggledlogger | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
Stdlib for HashiCorp Secure products
These libraries are maintained by engineers in the HashiCorp's Secure division as a stdlib for its projects -- Vault, Vault plugins, Boundary, etc. -- to reduce code duplication and increase consistency.
Each library is its own Go module, although some of them may have dependencies on others within the repo. The libraries follow Go module versioning rules.
Most of the libraries in here were originally pulled from vault/helper/metricsutil, vault/sdk/helper, and vault/internalshared; see there for contribution and change history prior to their move here.
All modules are licensed according to MPLv2 as contained in the LICENSE file; this file is duplicated in each module.