[Oisf-devel] [COMMIT] OISF branch, master,	updated. suricata-2.0beta2-236-g1ac805f
    noreply at openinfosecfoundation.org 
    noreply at openinfosecfoundation.org
       
    Thu Feb  6 12:11:18 UTC 2014
    
    
  
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  1ac805f1b3018dad46e87eeb77fb8ee4116048fa (commit)
      from  55f8672a0469d87445591b93ad955e492c586943 (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 1ac805f1b3018dad46e87eeb77fb8ee4116048fa
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 6 09:38:58 2014 +0100
    Fix address parsing issues
    
    Fix issue where negating a range containing a negation would fail.
    
    E.g. HOME_NET: [192.168.0.0/16,!192.168.10.0], can be used in a rule
         as !$HOME_NET.
    
    Also, fix another parsing issue:
    
    If the negation range would be bigger than the 'positive' range, parsing
    wouldn't be correct. Now this case is rejected.
    
    E.g. [192.168.1.3,!192.168.0.0/16] is now explicitly rejected
    
    Ticket 1079.
-----------------------------------------------------------------------
Summary of changes:
 src/detect-engine-address.c |  445 ++++++++++++++++++++++++++++++++++++++++++-
 src/detect-parse.c          |   26 +++
 src/util-rule-vars.c        |    2 +-
 3 files changed, 464 insertions(+), 9 deletions(-)
hooks/post-receive
-- 
OISF
    
    
More information about the Oisf-devel
mailing list