package
0.0.0-20231113152616-82180e849a13
Repository: https://github.com/rumenvasilev/rvsecret.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
IsSafeText check against known "safe" (aka not a password) list.
Load will load all known signatures for the various match types into the session Returns a slice of loaded signatures, signatures bundle version and an error.
# Constants
the content of the file.
file extension.
file name.
the path to the file.
# Variables
SafeFunctionSignatures is a collection of safe function sigs.
# Structs
No description provided by the author
No description provided by the author
PatternSignature holds the information about a pattern signature which is a regex used to match content within a file.
SafeFunctionSignature holds the information about a safe function, that is used to detect and mitigate false positives.
SignatureConfig holds the base file structure for the signatures file.
SignatureDef maps to a signature within the yaml file.
SignaturesMetaData is used by updateSignatures to determine if/how to update the signatures.
SimpleSignature holds the information about a simple signature which is used to match a path or filename.
# Interfaces
Signature is an expression that we are looking for in a file.