* Marc Haber: > Please add an option to include the commands needed to whitelist a > vulnerability in the debsecan report for easy cut&paste.
What kind of output do you want? Something like this: CVE-2005-3624 libcupsys2 CVE-2005-3625 libcupsys2 CVE-2005-3626 libcupsys2 CVE-2005-3627 libcupsys2 CVE-2005-3628 libcupsys2 Or rather this: debsecan --add-whitelist CVE-2005-3624 libcupsys2 debsecan --add-whitelist CVE-2005-3625 libcupsys2 debsecan --add-whitelist CVE-2005-3626 libcupsys2 debsecan --add-whitelist CVE-2005-3627 libcupsys2 debsecan --add-whitelist CVE-2005-3628 libcupsys2 The former can already be generated using a "| cut -d ' -f1,2" argument. 8-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

