mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A few more small fixes.
This commit is contained in:
parent
f31de38c9b
commit
ed36f37643
3 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ event bro_init() &priority=3
|
|||
$email_body_sections=vector(format_sqli_samples(val$samples)),
|
||||
$src=index$host,
|
||||
$identifier=cat(index$host)]);
|
||||
}, $log=F]);
|
||||
}]);
|
||||
|
||||
Metrics::add_filter("http.sqli.victim",
|
||||
[$every=sqli_requests_interval,
|
||||
|
@ -87,7 +87,7 @@ event bro_init() &priority=3
|
|||
$email_body_sections=vector(format_sqli_samples(val$samples)),
|
||||
$src=index$host,
|
||||
$identifier=cat(index$host)]);
|
||||
}, $log=F]);
|
||||
}]);
|
||||
}
|
||||
|
||||
event http_request(c: connection, method: string, original_URI: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue