8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
df7fa88
Version 25.03.03 fixes a regression(#331) that brought back the wrong version of impacket (Thanks to @gooseleggs) and includes the latest bits from Greenbone's updates.
Full Changelog: 25.02.02...25.03.03
8a906ec
Updates from GB. Latest gvmd is now 25.0.0
Full Changelog: 25.02.01...25.02.02
dabd897
This is a minor version bump from Greenbone but ...
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.
pkill gvmd
sleep 1
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
6174e78
New Year ... New release.
This release resolves issue #321 where the refresh was unintentionally pulling in untested code.... I've fixed that bug and the code that was breaking the container. :)
It also includes the latest released code from Greenbone.
Full Changelog: 24.12.03...25.01.01
f1ee494
Added missing "$" to single.sh #317 Thanks @righter83 & @dustinbird
551798d
Minor updates from Greenbone.
Also added a new option to skip startup of gsad. Some folks are running the container headless, so this could reduce needed resources.
-e SKIPGSAD=true
Full Changelog: 24.12.01...24.12.02
820ed2d
Just some minor updates from GB.
Full Changelog: 24.10.1...24.12.01
330450e
OK ... The release numbering change is LONG overdue. From now on, tags will follow the date. GB had at one time long ago referred to their GVM releases by the gvmd release version and only updated once or twice a year (sometimes every other year.) Well, they have been through 23.x.x for some things and are now on 24.x.x for some things .... So ... time for change here too.
From now on, release tags will follow the %y.%m.{serial #} format. ( ie YY.MM. )
If there is a Major change, I'll announce here.
In this release, there is one noticeably major change. GSA received an interface update. (All from GB .. I only updated the login page.... )
I want to thank ALL of my paid subscribers and the folks who open issues and help me resolve bugs. You folks are ALL awesome and VERY appreciated.
If you are using this container as part of your current bussiness model or even personally on a regular basis, please consider a subscription as it will give you access to the most up-to-date feed data, an actual SLA for problems and increased influence on the future direction of the project.
Thank you, Scott
0cdb587
This release includes some updates from GB and new method of restoring the DB to postgres.
2a1dc1a
Another minor release from Greenbone, and the addition of a news updates to the login page. Thoughts? Let us know in the comments here.