Actions
Feature #3199
closedtransformation should be able to take options
Effort:
Difficulty:
Label:
Description
Currently rule transformations cannot take options. This is due to the way it is implemented. It would be useful to allow options.
Updated by Victor Julien about 5 years ago
- Blocks Feature #2290: lua: use script as transform added
Updated by Victor Julien about 5 years ago
- Blocks Feature #3200: pcre: allow operation as transform added
Updated by Victor Julien almost 5 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Jeff Lucovsky
Updated by Jeff Lucovsky almost 5 years ago
This sounds like a good idea; are you suggesting it be restricted to Lua and PCRE? Or, a general purpose mechanism for these and the existing transforms?
Updated by Victor Julien almost 5 years ago
I would like it to be possible to express something like
http.uri; take:4; content:"/abc";
Here 'take' would be an transform. Currently the underlying transactions code has nowhere to store this argument.
Updated by Victor Julien 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