Affected by GO-2022-0618
and 11 other vulnerabilities
GO-2022-0618 : Hashicorp Vault Privilege Escalation Vulnerability in github.com/hashicorp/vault
GO-2022-0632 : Improper Removal of Sensitive Information Before Storage or Transfer in HashiCorp Vault in github.com/hashicorp/vault
GO-2023-1708 : HashiCorp Vault's PKI mount vulnerable to denial of service in github.com/hashicorp/vault
GO-2023-1849 : Hashicorp Vault vulnerable to Cross-site Scripting in github.com/hashicorp/vault
GO-2023-1897 : HashiCorp Vault's revocation list not respected in github.com/hashicorp/vault
GO-2023-1900 : Hashicorp Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation in github.com/hashicorp/vault
GO-2023-1986 : HashiCorp Vault and Vault Enterprise vulnerable to user enumeration 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-3191 : Vault Community Edition privilege escalation vulnerability in github.com/hashicorp/vault
Discover Packages
github.com/hashicorp/vault
helper
jsonutil
package
Version:
v0.8.0-beta1
Opens a new window with list of versions in this module.
Published: Jul 25, 2017
License: MPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func DecodeJSON(data []byte , out interface{}) error
DecodeJSON tries to decompress the given data. The call to decompress, fails
if the content was not compressed in the first place, which is identified by
a canary byte before the compressed data. If the data is not compressed, it
is JSON decoded directly. Otherwise the decompressed data will be JSON
decoded.
Decodes/Unmarshals the given io.Reader pointing to a JSON, into a desired object
func EncodeJSON(in interface{}) ([]byte , error )
Encodes/Marshals the given object into JSON
EncodeJSONAndCompress encodes the given input into JSON and compresses the
encoded value (using Gzip format BestCompression level, by default). A
canary byte is placed at the beginning of the returned bytes for the logic
in decompression method to identify compressed input.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.