package
0.0.0-20240409024651-c4af43db5027
Repository: https://github.com/ossf/package-analysis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CreateRecord associates a set of static analysis Results with an identifying Key, to produce a Record object that can be serialised.

# Constants

SchemaVersion identifies the static analysis results JSON schema version.

# Structs

EscapedString holds a string literal that contains a lot of character escaping.
FileResult holds static analysis data for a single file.
No description provided by the author
Record is the top-level struct which is serialised to produce static analysis JSON files.
Results holds the output data from static analysis data, as part of the Record struct which is a part of the Package Analysis API.
SuspiciousIdentifier is an identifier that matches a specific rule intended to pick out (potentially) suspicious names.

# Type aliases

SandboxData contains the raw output of a static analysis run, from the static analysis sandbox.