Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Releases: clearlinux/cve-check-tool

v5

09 Jun 15:32
Compare
Choose a tag to compare
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

08 May 06:45
Compare
Choose a tag to compare
v4

v4 release

v3

30 Apr 11:42
Compare
Choose a tag to compare
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 and src.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

10 Apr 13:58
Compare
Choose a tag to compare
v2

v2 Release

v1

24 Mar 17:30
Compare
Choose a tag to compare
v1

Initial v1 release