# Variables
ErrCWEInvalidFormat is returned when the CWE field is not in the expected format.
ErrCWEInvalidNumber is returned when the CWE number is not a valid number.
ErrCWEMissingPrefix is returned when the CWE field is missing the `CWE-` prefix.
# Structs
Extra contains extra info needed for semgrep issue.
Metadata contains semgrep issue metadata.
Metavars currently is empty but could represent more metavariables for semgrep.
Position represents where in the file the finding is located.
SemgrepIssue represents a semgrep issue.
SemgrepResults represents a series of semgrep issues.
# Type aliases
FlexibleIntField is a field that can be either a single int or a list of ints.