[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-rc1-7-g62b6f9f
OISF Git
noreply at openinfosecfoundation.org
Fri Jul 7 21:24:41 UTC 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 62b6f9fe25d59061eee5314cb793f2c08ac6a5aa (commit)
via 52b39a41e0fb5e61d3a16fe34881e13529946111 (commit)
via 3c05379cbd430a06714537632ddba9f033cd87f1 (commit)
via d459d0b352ed8b33ebf51d8a4abd00d33d4e7a03 (commit)
via 5781c8fc780f182c10d7c0fd3d4f4cfc7ed63faa (commit)
via c18e950d7d6a167bd2d936d3bb16bdbf18d87114 (commit)
via 320b032a8849724f0d47b3725648b8130a4d51c0 (commit)
from 5e3d8b15ec03aded50ea7821b991efda1eb30452 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62b6f9fe25d59061eee5314cb793f2c08ac6a5aa
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 16:32:50 2017 +0200
decode: add config option to disable teredo
Ticket #744.
commit 52b39a41e0fb5e61d3a16fe34881e13529946111
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 13:34:21 2017 +0200
stats: print alert count at shutdown
Bug #1855.
commit 3c05379cbd430a06714537632ddba9f033cd87f1
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 12:18:28 2017 +0200
detect: fix mix of pass and noalert
Noalert rules did not apply pass logic to the flow.
Bug #1888.
commit d459d0b352ed8b33ebf51d8a4abd00d33d4e7a03
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 11:14:04 2017 +0200
lua/alert: expose transaction if available
Bug #1748.
commit 5781c8fc780f182c10d7c0fd3d4f4cfc7ed63faa
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 10:57:47 2017 +0200
pcre: fix \xHH issue for http_host
The http_host keyword checks if the regex contains uppercase characters.
This check was rejecting valid syntax in the following format:
content:"|2E|suricata"; http_host; pcre:"/\x2Esuricata$/W";
This patch addresses this case.
Bug #1957.
commit c18e950d7d6a167bd2d936d3bb16bdbf18d87114
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 7 10:50:01 2017 +0200
isdataat: fix mem leak
commit 320b032a8849724f0d47b3725648b8130a4d51c0
Author: Abbed <Abdu.ada at gmail.com>
Date: Sun Jul 2 01:40:00 2017 +0300
doc: small typo under '4.3.1.5' section
-----------------------------------------------------------------------
Summary of changes:
doc/userguide/configuration/suricata-yaml.rst | 17 ++++++++++++
doc/userguide/rules/header-keywords.rst | 2 +-
src/counters.c | 20 ++++++++++++++
src/decode-teredo.c | 17 ++++++++++++
src/decode-teredo.h | 6 +++++
src/decode.c | 6 +++++
src/decode.h | 1 +
src/detect-engine-alert.c | 10 +------
src/detect-engine-iponly.c | 2 +-
src/detect-engine-state.c | 3 ++-
src/detect-isdataat.c | 1 +
src/detect-pcre.c | 39 ++++++++++++++++++++++++---
src/detect.c | 13 +++++++--
src/detect.h | 2 +-
src/output-lua.c | 5 ++++
src/suricata.c | 2 ++
suricata.yaml.in | 8 ++++++
17 files changed, 135 insertions(+), 19 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list