Actions
Bug #78
closeduricontent matching regression
Affected Versions:
Effort:
Difficulty:
Label:
Description
The following signature fails to fire when it should processing the attached pcap.
alert tcp any any -> any any (msg:"msg escape tests"; uricontent:"blah"; sid: 100;)
GET /blah/ HTTP/1.0
User-Agent: Wget/1.11.4
Accept: */*
Host: www.google.com
Connection: Keep-Alive
Files
Updated by Victor Julien almost 15 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Gurvinder Singh
- Priority changed from Normal to High
Updated by Gurvinder Singh almost 15 years ago
- File 0001-bug-78.patch 0001-bug-78.patch added
- Status changed from Assigned to Resolved
The issue was in the direction of stream message setting, which was causing the ALPROTO_UNKNOWN in the app-layer protocol detection. The given patch fix the issue.
Updated by Victor Julien over 5 years ago
- Related to Task #3055: Add tests for: #78 uricontent matching regression added
Actions