Versions in this module Expand all Collapse all v0 v0.0.3 May 31, 2024 Changes in this version + var ErrUnsupportedOS = xerrors.New("unsupported os") + func Detect(_, osFamily, osName string, repo *ftypes.Repository, _ time.Time, ...) ([]types.DetectedVulnerability, bool, error) + func RegisterDriver(name string, driver Driver) + type Driver interface + Detect func(string, *ftypes.Repository, []ftypes.Package) ([]types.DetectedVulnerability, error) + IsSupportedVersion func(string, string) bool