mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/bump-spicy'
This commit is contained in:
commit
e4dbba20a4
4 changed files with 10 additions and 4 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
7.1.0-dev.467 | 2024-11-06 11:50:12 +0100
|
||||||
|
|
||||||
|
* Make Spicy hook execution order deterministic in test (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
|
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
7.1.0-dev.464 | 2024-11-05 17:38:41 +0100
|
7.1.0-dev.464 | 2024-11-05 17:38:41 +0100
|
||||||
|
|
||||||
* Fix potential nullptr deref in Spicy plugin runtime (Benjamin Bannier, Corelight)
|
* Fix potential nullptr deref in Spicy plugin runtime (Benjamin Bannier, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.1.0-dev.464
|
7.1.0-dev.467
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7347a2be4188a7ec2b3b71cf620fd3e3267c78af
|
Subproject commit 135c1c98220b514dd3684ec940b8734f78a2fd2e
|
|
@ -30,7 +30,7 @@ public type Banner = unit {
|
||||||
protocol analyzer spicy::SSH over TCP:
|
protocol analyzer spicy::SSH over TCP:
|
||||||
parse originator with SSH::Banner;
|
parse originator with SSH::Banner;
|
||||||
|
|
||||||
on SSH::Banner::%error(msg: string) -> event Banner::error(msg);
|
on SSH::Banner::%error(msg: string) -> event Banner::error(msg) &priority=2;
|
||||||
on SSH::Banner::%error() -> event Banner::error("n/a");
|
on SSH::Banner::%error() -> event Banner::error("n/a") &priority=1;
|
||||||
|
|
||||||
# @TEST-END-FILE
|
# @TEST-END-FILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue