Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 491 Bytes

TODO.rst

File metadata and controls

20 lines (12 loc) · 491 Bytes

TODOs

  • Support SecAuditLogType Concurrent mode

  • Support Matcher and Renderer plugin loading

  • Create a matcher and renderer expression language? e.g.:

    $ modseclogc --match '( path("XXX") or path("YYY") ) and not cookie("YYY")'
    
  • Add support for audit logs in JSON format (i.e. SecAuditLogFormat JSON) added in modsec 2.9.1

  • Auto-detect gzip-compressed input

  • (?) be able to apply a different renderer to unmatched records (beyond NativeRenderer)