mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Fix a few failing tests
This commit is contained in:
parent
c24629abf4
commit
3d22692b6e
4 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
module Heartbleed;
|
||||
# Detect the TLS heartbleed attack. See http://heartbleed.com
|
||||
|
||||
# Detect the TLS heartbleed attack. See http://heartbleed.com/
|
||||
@load base/protocols/ssl
|
||||
@load base/frameworks/notice
|
||||
|
||||
module Heartbleed;
|
||||
|
||||
# Do not disable analyzers after detection - otherwhise we will not notice encrypted attacks
|
||||
redef SSL::disable_analyzer_after_detection=F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue