pkgcheck.checks.glsa module¶
- class pkgcheck.checks.glsa.GlsaCheck(*args)[source]¶
- Bases: - GentooRepoCheck- Scan for vulnerable ebuilds in the tree. - Requires a GLSA directory for vulnerability info. - known_results = frozenset({<class 'pkgcheck.checks.glsa.VulnerablePackage'>})¶
 - static mangle_argparser(parser)[source]¶
- Add extra options and/or groups to the argparser. - This hook is always triggered, even if the checker is not activated (because it runs before the commandline is parsed). - Parameters:
- parser – an C{argparse.ArgumentParser} instance. 
 
 - scope = <PackageScope desc='version' @0x7fb1134c5220>¶