
debsecan
List of commands for debsecan:
-
debsecan:tldr:26509 debsecan: List only fixed vulnerabilities.$ debsecan --suite ${release_code_name} --only-fixedtry on your machineexplain this command
-
debsecan:tldr:3e18f debsecan: List only fixed vulnerabilities of unstable ("sid") and mail to root.$ debsecan --suite ${sid} --only-fixed --format ${report} --mailto ${root} --update-historytry on your machineexplain this command
-
debsecan:tldr:4ce4f debsecan: Upgrade vulnerable installed packages.$ sudo apt upgrade $(debsecan --only-fixed --format ${packages})try on your machineexplain this command
-
debsecan:tldr:9b7e4 debsecan: List vulnerable installed packages on the current host.$ debsecantry on your machineexplain this command
-
debsecan:tldr:d9497 debsecan: List vulnerable installed packages of a specific suite.$ debsecan --suite ${release_code_name}try on your machineexplain this command