# Packages
No description provided by the author
# Functions
ScanResultToProto converts a ScanResult go struct into the equivalent proto.
ValidExtension returns an error if the file extension is not a proto file.
Write writes a proto message to a .textproto or .binproto file, based on the file extension.
WriteWithFormat writes a proto message to a .textproto or .binproto file, based on the value of the format parameter ("textproto" or "binproto").
# Variables
ErrAdvisoryIDMissing will be returned if the Advisory ID is not set on a finding.
ErrAdvisoryMissing will be returned if the Advisory is not set on a finding.