mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Fix doc/test that broke due to a Bro script change.
This commit is contained in:
parent
da8a1d2489
commit
5ebda7cc09
5 changed files with 10 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.3-beta-22 | 2014-06-11 12:31:38 -0500
|
||||
|
||||
* Fix doc/test that broke due to a Bro script change. (Jon Siwek)
|
||||
|
||||
* Remove unused --with-libmagic configure option. (Jon Siwek)
|
||||
|
||||
2.3-beta-20 | 2014-06-10 18:16:51 -0700
|
||||
|
||||
* Fix use-after-free in some cases of reassigning a table index.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3-beta-20
|
||||
2.3-beta-22
|
||||
|
|
|
@ -1222,7 +1222,7 @@ from the connection relative to the behavior that has been observed by
|
|||
Bro.
|
||||
|
||||
.. btest-include:: ${BRO_SRC_ROOT}/scripts/policy/protocols/ssl/expiring-certs.bro
|
||||
:lines: 60-63
|
||||
:lines: 64-68
|
||||
|
||||
In the :doc:`/scripts/policy/protocols/ssl/expiring-certs.bro` script
|
||||
which identifies when SSL certificates are set to expire and raises
|
||||
|
|
|
@ -5,4 +5,5 @@ expiring-certs.bro
|
|||
NOTICE([$note=Certificate_Expires_Soon,
|
||||
$msg=fmt("Certificate %s is going to expire at %T", cert$subject, cert$not_valid_after),
|
||||
$conn=c, $suppress_for=1day,
|
||||
$identifier=cat(c$id$resp_h, c$id$resp_p, hash),
|
||||
$fuid=fuid]);
|
||||
|
|
|
@ -5,4 +5,5 @@ expiring-certs.bro
|
|||
NOTICE([$note=Certificate_Expires_Soon,
|
||||
$msg=fmt("Certificate %s is going to expire at %T", cert$subject, cert$not_valid_after),
|
||||
$conn=c, $suppress_for=1day,
|
||||
$identifier=cat(c$id$resp_h, c$id$resp_p, hash),
|
||||
$fuid=fuid]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue