This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Releases: clearlinux/cve-check-tool
Releases · clearlinux/cve-check-tool
v5
- Begin moving to plugin-based system
- Add global package name mapping support
- Migrated to sqlite database
- Split update step into cve-check-update binary
- De-glibify many parts of the project (dirty/leak)
- Large refactor enabling more coverage and testing
- Tracked down our leaks discovered in deglibification
- Many fixes, performance improvements
- Tagging to enable work to start on the complete refactor and deglibification
v4
v4 release
v3
Sane and stable version to enable easier validation during v4 development
v3 sees a massively increased cove coverage, to increase this further we must refactor the CveDB component into something of a reusable object. Then we can introduce a great many more tests.
Currently v3 supports the following packaging formats:
- RPM, both
.spec
andsrc.rpm
. For.spec
we validate that each patch is applied. - eopkg, Solus native packaging format
- PKGBUILD, for Arch Linux. Note that due to a lack of patch name standardisation at present, it is very difficult to determine whether a CVE is currently addressed or not.
v2
v2 Release
v1
Initial v1 release