package: debsecan severity: minor debsecan currently outputs information multiple times about the same package when it is multiarch. For example with libc6 and libc6:i386 installed: $ debsecan | grep CVE-2014-9402 CVE-2014-9402 multiarch-support CVE-2014-9402 libc6 CVE-2014-9402 libc6 CVE-2014-9402 libc-bin CVE-2014-9402 locales It would be nice to avoid the duplicate libc6 output. Best wishes, Mike