Skip to content

25.02.01

Latest
Compare
Choose a tag to compare
@immauss immauss released this 02 Feb 10:04
· 3 commits to master since this release

This is a minor version bump from Greenbone but ...

Also

I ran into some random cases during testing where, during shutdown, gvmd freaked out when the database shuts down. I've been capturing the shutdown request and ensuring the DB shuts down cleanly for a long time, but this was the first time I'd seen that. While I'm not able to reliably test this scenario, I've added a single pkill gvmd and then a sleep 1 before the DB shutdown, This should force gvmd to finish its actions before the DB shuts down and hopefully prevent it from freaking out. So far, I've not seen it happen again yet.

In other news ....

The Red Hat notus files are almost ready. I've managed to decipher the bits from the Red Hat Security API and place them all into a shiny new sqlite3 database. Now I need to write the bits to pull from the new DB and generate the actual notus files. The current plan is to only support the last 3 versions of RHEL. (7,8,9) with notus files for all minor versions ( RHEL 7.3, RHEL 8.2 etc ..)

-Scott

Full Changelog: 25.01.01...25.02.01