modsecurity-go
modsecurity-go copied to clipboard
ModSecurity Golang port
See: https://github.com/coreruleset/coreruleset/blob/2eb17586dcb078dcc9320fe5958d005aaf7c4875/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf#L25-L26 ``` SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:920011,phase:1,pass,nolog,skipAfter:END-REQUEST-920-PROTOCOL-ENFORCEMENT" SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:920012,phase:2,pass,nolog,skipAfter:END-REQUEST-920-PROTOCOL-ENFORCEMENT" ``` Causes panic: ``` panic: unknown variable TX ``` BTW, can we add the support for comments?...
Hi @senghoo , Thanks for all the awesome work you put into this library! I noticed in a couple of your comments (such as in #2) that you mentioned stopping...