Versions in this module Expand all Collapse all v0 v0.1.4 Aug 8, 2020 Changes in this version + func Check(chk Checker, pkg, distro, cve string) (bool, error) + func FilterFixedPackages(chk Checker, pkgs []string, distro, cve string) ([]string, error) + func LabelCompare(l1, l2 Label) int + func ToWFN(attr *wfn.Attributes, s string) error + type Checker interface + Check func(pkg *Package, distro *wfn.Attributes, cve string) bool + func CheckAll(chks ...Checker) Checker + func CheckAny(chks ...Checker) Checker + type Label struct + Epoch string + Release string + Version string + type Package struct + Arch string + Name string + func Parse(pkg string) (*Package, error)