← 返回命令列表

Linux command

debsecan 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

debsecan

Example

debsecan --suite [release_code_name]

Example

debsecan --suite [release_code_name] --only-fixed

Example

debsecan --suite [sid] --only-fixed --format report --mailto [root] --update-history

Upgrade

sudo apt upgrade $(debsecan --only-fixed --format packages)

说明

debsecan (Debian Security Analyzer) lists known vulnerabilities in installed packages. It checks against Debian's security tracker database and reports CVEs affecting the system. Useful for security auditing and identifying packages that need updates.

参数

--suite _suite_
Debian release (stretch, buster, bullseye, sid)
--only-fixed
Only show vulnerabilities with available fixes
--format _format_
Output format (summary, detail, report, packages)
--mailto _address_
Email report to address
--update-history
Track vulnerability history

FAQ

What is the debsecan command used for?

debsecan (Debian Security Analyzer) lists known vulnerabilities in installed packages. It checks against Debian's security tracker database and reports CVEs affecting the system. Useful for security auditing and identifying packages that need updates.

How do I run a basic debsecan example?

Run `debsecan` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --suite _suite_ do in debsecan?

Debian release (stretch, buster, bullseye, sid)