Update CHANGES, VERSION, and NEWS for 7.0.4 release

This commit is contained in:
Tim Wojtulewicz 2024-11-19 12:31:05 -07:00
parent fa5a7c4a5b
commit f300ddb9fe
3 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,7 @@
7.0.4 | 2024-11-19 12:31:05 -0700
* Update CHANGES, VERSION, and NEWS for 7.0.4 release (Tim Wojtulewicz, Corelight)
7.0.3-27 | 2024-11-19 11:19:00 -0700 7.0.3-27 | 2024-11-19 11:19:00 -0700
* Bump zeekjs to 0.13.2 (Arne Welzel, Corelight) * Bump zeekjs to 0.13.2 (Arne Welzel, Corelight)

12
NEWS
View file

@ -13,6 +13,18 @@ This release fixes the following bugs:
``connection_state_remove()``, allowing other scripts to reuse its value ``connection_state_remove()``, allowing other scripts to reuse its value
early. early.
- The input framework will no longer get stuck and use 100% of the CPU when
encountering lines not immediately terminated by a new line.
- The Modbus analyzer added some additional protocol checks and should no longer
over-match on traffic that's not specifically on port 502.
- ZeekJS was updated to version v0.13.2, which brings support for newer versions
of Node.js and a fix for a segfault when running under Alpine.
- A minor bug was fixed in the detect-sqli policy script to handle spaces being
encoded as plus signs.
Zeek 7.0.3 Zeek 7.0.3
========== ==========

View file

@ -1 +1 @@
7.0.3-27 7.0.4