# Functions
IsDuplicateErr determines if given error is a duplicate element error.
IsNotFoundErr determines if given error is a record not found error.
NewDB builds and returns a new PSQLx implementation of VulnStore interface.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Finding represents the finding of a vulnerability in a target.
FindingEvent is an event related to a finding which can indicate the finding has been found or it has been fixed.
FindingExposure represents a period of time in which a finding has been continuosly detected.
Issue represents a security vulnerability.
Source represents a source which reports vulnerabilities.
SourceFamily represents the set of sources with same name, component and target.
SourceFinding represents a finding found by a source in a target with a given score for that target.
Target represents the target scope for a check execution.
# Interfaces
VulnStore specifies the methods available for the vulnerability database adapter.
# Type aliases
SourceFamilies represents a slice of SourceFamily elements.