1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: debsecan
Section: admin
Maintainer: Debsecan Maintainers <debsecan@packages.debian.org>
Uploaders: Florian Weimer <fw@deneb.enyo.de>,
Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-apt
Build-Depends-Indep: po-debconf
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/debsecan
Vcs-Git: https://salsa.debian.org/debian/debsecan.git
Homepage: https://security-team.debian.org/security_tracker.html
Package: debsecan
Architecture: all
Depends: ca-certificates,
debconf | debconf-2.0,
python3-apt,
${misc:Depends},
${python3:Depends}
Recommends: cron | cron-daemon, default-mta | mail-transport-agent
Description: Debian Security Analyzer
debsecan is a tool to generate a list of vulnerabilities which affect
a particular Debian installation. debsecan runs on the host which is
to be checked, and downloads vulnerability information over the
Internet. It can send mail to interested parties when new
vulnerabilities are discovered or when security updates become
available.
|