mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update CHANGES, VERSION, and NEWS for 7.0.4 release
This commit is contained in:
parent
fa5a7c4a5b
commit
f300ddb9fe
3 changed files with 17 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Bump zeekjs to 0.13.2 (Arne Welzel, Corelight)
|
||||
|
|
12
NEWS
12
NEWS
|
@ -13,6 +13,18 @@ This release fixes the following bugs:
|
|||
``connection_state_remove()``, allowing other scripts to reuse its value
|
||||
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
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.3-27
|
||||
7.0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue