Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOpenSSFMaliciousPackageReportGenerator ¶ added in v1.12.0
func NewOpenSSFMaliciousPackageReportGenerator(config OpenSSFMaliciousPackageReportGeneratorConfig) (*openSSFMaliciousPackageReportGenerator, error)
Types ¶
type OpenSSFMaliciousPackageReportGeneratorConfig ¶ added in v1.12.0
type OpenSSFMaliciousPackageReportGeneratorConfig struct {
// We take a dir as input and generate files following the contributors
// guidelines in https://github.com/ossf/malicious-packages
Dir string
}
Common config for the generator.
type OpenSSFMaliciousPackageReportParams ¶ added in v1.12.0
type OpenSSFMaliciousPackageReportParams struct {
FinderName string
Contacts []string
VersionIntroduced string
VersionFixed string
ReferenceURL string
UseRange bool
}
Params for generating the report. For example, it can specific version range and other details.
Click to show internal directories.
Click to hide internal directories.