Actions
Feature #3200
closedpcre: allow operation as transform
Effort:
Difficulty:
Label:
Description
The idea is that pcre could be used to capture a substring (just 1 I suppose) to pass for inspection or further transformation.
Artificial example:
http.request_line; pcrexform:"/[A-z]+\s+(.*)\s+HTTP/"; content:"/index.html";
Here the requestline would be passed in, pcrexform would capture the URI in substring and replace the buffer with its value. Then the content would match on that.
Updated by Victor Julien about 5 years ago
- Blocked by Feature #3199: transformation should be able to take options added
Updated by Victor Julien about 5 years ago
- Status changed from New to Feedback
I've set this to 'community' until we've reached some feedback about whether this would be useful.
Updated by Victor Julien about 5 years ago
- Subject changed from pcre: allow operation at transform to pcre: allow operation as transform
Updated by Jeff Lucovsky almost 5 years ago
- Status changed from Feedback to Assigned
- Assignee changed from Community Ticket to Jeff Lucovsky
Updated by Victor Julien almost 5 years ago
- Target version changed from TBD to 6.0.0beta1
Updated by Jeff Lucovsky over 4 years ago
- Status changed from Assigned to In Review
Updated by Victor Julien over 4 years ago
- Status changed from In Review to Closed
Actions