# Functions
BuildFindingsFromFile read a json file of Findings and build an array of findings that can be used for further processing.
BuildFindingsFromOWASPDepCheckFile read a json file of Findings and build an array of findings that can be used for further processing.
Compare Two Arrays.
CompareFileAndArray wraps Compare.
CompareFiles findings in files, wrapping Compare.
GetGithubClient gets a client to work with.
Timing calculates timing since a start time and outputs a message with the detail of timing.
No description provided by the author
# Structs
CVSS2 is a CVSS Score.
CVSS3 is a CVSS3 Score.
OWASPDepCheckDependency captures a dependency.
OWASPDepCheckFinding captures a finding.
OWASPDepCheckFindingID captures a finding.
OWASPDepCheckReport captures the top level report structure.
Reference is a reference.