[mod-security-users] Accessing rule tags within Lua script
Brought to you by:
victorhora,
zimmerletw
|
From: <az...@po...> - 2021-01-14 08:29:04
|
Hi friends,
i'm having problems with getting access to rule tags within Lua script
in modsecurity 2, off course i tried (wasn't working):
m.getvars("RULE.TAG", "none")
m.getvars("RULE.TAGS", "none")
I also checked the source code and it seems that tags are not
accessible using 'RULE' variable. Is there any other way? Thanks!
azurIt
|