GO-2024-3076: Trufflehog vulnerable to Blind SSRF in some Detectors in github.com/trufflesecurity/trufflehog
package
Version:
v3.31.3
Opens a new window with list of versions in this module.
Published: Apr 3, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cache is a wrapper around the go-cache library.
New constructs a new in-memory cache.
NewWithData constructs a new in-memory cache with existing data.
Clear removes all key-value pairs from the cache.
Contents returns all key-value pairs in the cache encodes as a string.
Count returns the number of key-value pairs in the cache.
Delete removes the key-value pair from the cache.
Exists returns true if the given key exists in the cache.
Get returns the value for the given key.
Set adds a key-value pair to the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.