table of contents
other versions
Lintian::Info::Hardening(3) | Debian Package Checker | Lintian::Info::Hardening(3) |
NAME¶
Lintian::Info::Hardening - access to collected hardening data
SYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Info::Hardening provides an interface to collected hardening data.
INSTANCE METHODS¶
- hardening_info
- Returns a hashref mapping a FILE to its hardening issues.
NB: This is generally only useful for checks/binaries to emit the hardening-no-* tags.
Needs-Info requirements for using hardening_info: hardening-info
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source
2020-02-20 | Lintian v2.54.0 |