Release Radar
Live feed of version updates across the open-source security arsenal. Track what's shipping in your favorite tools.
34
Total Releases
33
Tools Tracked
Tracked Tools on Page (7)
Latest Updates
2026-08-22 16:05 UTC
20 Jul 2026
1 month ago
16 Jul 2026
1 month ago
dnsx
projectdiscovery/dnsx
v1.3.0
New Features
- Added automatic wildcard DNS detection with
-auto-wildcard, supporting multiple registrable roots and A/AAAA-based filtering by @Veirt in #966 - Added customizable output templates with
-output-template(-ot), including fields such as{{host}},{{a}},{{aaaa}},{{ip}}, and{{query-time}}by @dogancanbakir in #996 - Added query timing through the
query-timeresponse field by @Mzack9999 in #968 - Added inline and comma-separated host input support by @dogancanbakir in #895
Bug Fixes
- Fixed JSON and raw output filtering by the requested record type by @dogancanbakir in #988
- Fixed DNS parsing to process only the answer section and ignore unrelated AUTHORITY or ADDITIONAL records by @dogancanbakir in #926
- Improved wildcard-domain validat...
13 Jul 2026
1 month ago
25 Jun 2026
1 month ago
lynis
CISOfy/lynis
3.1.7
What's Changed
- Add Debian 13 EOL by @Skorium in https://github.com/CISOfy/lynis/pull/1680
- Add Fedora 43 EOL date by @pointydev in https://github.com/CISOfy/lynis/pull/1679
- Add AlmaLinux to EOL DB by @vofy in https://github.com/CISOfy/lynis/pull/1678
- Add EOL date for Alpine 3.22 by @kolenichsj in https://github.com/CISOfy/lynis/pull/1677
- Add openSUSE Leap to EOL DB by @mnhauke in https://github.com/CISOfy/lynis/pull/1682
- Fix OS detection for CachyOS (ID=cachyos) by @cycloarcane in https://github.com/CISOfy/lynis/pull/1683
- Add CachyOS to OS end-of-life database by @cycloarcane in https://github.com/CISOfy/lynis/pull/1684
- Update software-eol.db by @Linus-Linux in https://github.com/CISOfy/lynis/pull/1686
- Update RHEL 8 EOL and add RHEL 9 and 10 dates to software-e...
24 Jun 2026
1 month ago
osquery
osquery/osquery
5.23.1
This is a bug and security fix release.
What's Changed
Fixes
- Fix heap buffer overflow in Windows
processestable by @seph in https://github.com/osquery/osquery/pull/8934 - Fix heap buffer overflow in Windows
authenticodetable by @seph in https://github.com/osquery/osquery/pull/8923 - Fix use-after-free in Linux
process_file_events implementationby @zwass in https://github.com/osquery/osquery/pull/8950 - Fix incorrect permissions on temporary file carve directories by @zwass in https://github.com/osquery/osquery/pull/8961
- Fix documentation for
process_open_handlestable by @seph in https://github.com/osquery/osquery/pull/8853 - Fix
subject2andissuer2columns for Windowscertificatestable by @getvictor in https://github.com/osquery/osquery/pull/896...
05 May 2026
3 months ago
naabu
projectdiscovery/naabu
v2.6.1
What's Changed
Bumped version
Full Changelog: https://github.com/projectdiscovery/naabu/compare/v2.6.0...v2.6.1
30 Apr 2026
3 months ago
volatility3
volatilityfoundation/volatility3
v2.28.0
What's Changed
Some of the improvements made in this release are as follows:
- General:
- Improve Intel layer's address space scanning by @Abyss-W4tcher
- Timeliner body format repetitions fixed by @ikelos
- Better support for utf-8 on the windows console by @Androsh7
- Switch to ruff for formatting as well as linting by @ikelos
- Linux:
- Handle new bin_attribute format for module sections by @Abyss-W4tcher
- Enhance [VMA enumerat...