mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Merge remote-tracking branch 'security/topic/awelzel/215-pop3-mail-null-deref'
* security/topic/awelzel/215-pop3-mail-null-deref: POP3: Rework unbounded pending command fix (cherry picked from commit 7fea32c6edc5d4d14646366f87c9208c8c9cf555)
This commit is contained in:
parent
6dcb3291d2
commit
353c467fb4
10 changed files with 59 additions and 15 deletions
|
@ -9,6 +9,8 @@
|
|||
@load base/protocols/conn
|
||||
@load base/protocols/pop3
|
||||
|
||||
redef POP3::max_unknown_client_commands = 3;
|
||||
|
||||
event pop3_request(c: connection, is_orig: bool, cmd: string, arg: string)
|
||||
{
|
||||
print c$uid, "pop3_request", is_orig, cmd, arg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue