Modsecurity is a great tool to find data leakage issues in the response body. For my current project, I want to detect data leakage issues with a configured response body size set via SecResponseBodyLimit
and the action for response body greater than this limit set to ProcessPartial
.
This works as expected however, I would like to log response which is greater than the set limit. Is there any way to do it?