security/zeek: Update to 7.0.7
https://github.com/zeek/zeek/releases/tag/v7.0.7
This release fixes the following bugs:
- The LDAP analyzer now handles GSSAPI-signed traffic correctly if the response token is missing.
The QUIC analyzer gained the following fixes:
- Traffic where ClientHello/ServerHello messages are fragmented over multiple packets should now be parsed correctly.
- The wrong connection ID could be used for decryption if the client started using a different one later in the INITIAL packet.
- ACK ranges should now be parsed correctly.
- Parsing of INITIAL packets could consume the remainder of a UDP datagram, even if there were possibly other PACKET types in that datagram.
Reported by: Tim Wojtulewicz