Affected by GO-2023-1986
and 10 other vulnerabilities
GO-2023-1986 : HashiCorp Vault and Vault Enterprise vulnerable to user enumeration in github.com/hashicorp/vault
GO-2023-2063 : HashiCorp Vault Improper Input Validation vulnerability in github.com/hashicorp/vault
GO-2023-2088 : Hashicorp Vault Incorrect Permission Assignment for Critical Resource vulnerability in github.com/hashicorp/vault
GO-2023-2329 : HashiCorp Vault Missing Release of Memory after Effective Lifetime vulnerability in github.com/hashicorp/vault
GO-2024-2617 : Authentication bypass in github.com/hashicorp/vault
GO-2024-2690 : HashiCorpVault does not correctly validate OCSP responses in github.com/hashicorp/vault
GO-2024-2921 : HashiCorp Vault Incorrectly Validated JSON Web Tokens (JWT) Audience Claims in github.com/hashicorp/vault
GO-2024-2982 : Hashicorp Vault vulnerable to Improper Check or Handling of Exceptional Conditions in github.com/hashicorp/vault
GO-2024-3162 : Vault SSH Secrets Engine Configuration Did Not Restrict Valid Principals By Default in github.com/hashicorp/vault
GO-2024-3191 : Vault Community Edition privilege escalation vulnerability in github.com/hashicorp/vault
GO-2024-3246 : Hashicorp Vault vulnerable to denial of service through memory exhaustion in github.com/hashicorp/vault
Discover Packages
github.com/hashicorp/vault
helper
logging
package
Version:
v1.12.7
Opens a new window with list of versions in this module.
Published: Jun 7, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 87
Opens a new window with list of known importers.
Documentation
Documentation
¶
ParseLogLevel returns the hclog.Level that corresponds with the provided level string.
This differs hclog.LevelFromString in that it supports additional level strings.
Setup creates a new logger with the specified configuration and writer
TranslateLoggerLevel returns the string that corresponds with logging level of the hclog.Logger.
type LogConfig struct {
}
LogConfig should be used to supply configuration when creating a new Vault logger
Write is used to implement io.Writer
const (
UnspecifiedFormat LogFormat = iota
StandardFormat
JSONFormat
)
ParseLogFormat parses the log format from the provided string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.