New features
New Raspberry Pi OS(Raspbian) Scanning Method
Raspberry Pi previously supported only scan using changelog, but this release uses Debian's OVAL DB and Debian Security Tracker for common parts with Debian. The changelog is still used for the part that is deeply related to Raspberry Pi.
Refer to the table below for each scan mode.
Scan Mode | fast | fast-root | deep |
---|---|---|---|
v0.11.0 | (deep scan) | (deep scan) | changelog |
New Release |
|
|
|
For more Details, see the Document: fast scan, fast-root scan
example detect CVEs
Scan Mode | fast | fast-root | deep |
---|---|---|---|
v0.11.0 | (deep scan) | (deep scan) | 0(bug) |
v0.12.0 | 377 | 386 | 387 |
Detection using Debian OVAL DB
Detection using Debian Security Tracker
Requirements
Raspbian OVAL scan requires goval-dictionary update(need ver>=0.2.9).
Changelog
7969b34 Raspberry Pi OS(Raspbian) scanning using OVAL DB (#1019)
58cf1f4 refactor(typo): fix typos (#1041)
a5b87af delete unnecessary images (#1036)