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

# Functions

AllDynamicPhases lists each phase of dynamic analysis in order that they are run.
DefaultDynamicPhases the subset of AllDynamicPhases that are supported by every ecosystem, and are run by default for dynamic analysis.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
DynamicAnalysisData holds all data obtained from running dynamic analysis.
DynamicAnalysisRecord is a generic top-level struct which is used to produce JSON results files for dynamic analysis in the current schema format.
DynamicAnalysisStraceRecord is a specialisation of DynamicAnalysisRecord that can be used for deserializing JSON files from the original strace-only dynamic analysis results.
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
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DynamicPhase represents a way to 'run' a package during its usage lifecycle.
No description provided by the author