owasp-modsecurity / owasp-modsecurity/ModSecurity
Having exec working with scripts other than lua
Open
@martinhsv is already working on this.
Since Oct 25, 2019.
3.x
enhancement
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.8k
- Avg merge
- 2h 46m
- Merged PRs (30d)
- 1
Description
Version 3 supports the exec action, but it is only supporting Lua script.
As per the manual state, the exec action should also support other kinds of scripts or elfs.
The manual entry that describes the exec action: ModSecurity Reference Manual#exec
Here we can find the current code for the exec action on v3 -
https://github.com/SpiderLabs/ModSecurity/blob/d5b93c1013ca9c9a96c75369576b54832e9a2b48/src/actions/exec.cc#L1-L10
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.
Assessment
This issue has not been assessed yet.