owasp-modsecurity / owasp-modsecurity/ModSecurity
feature request: cache transformed value
Open
Nobody has claimed this yet.
new feature
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.8k
- Avg merge
- 2h 46m
- Merged PRs (30d)
- 1
Description
In our case (180 rules), after cache, the performance increase about 5% - 10%.
Currently, we use a map on Transactions, and the key is key + path.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the Transactions map and the transformation path that uses a key composed of key + path; determine where transformed values could be reused, then benchmark the 180-rule case and define completion by a measurable cache-related performance improvement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100