forked frommicrosoft/ModSecurity
- Notifications
You must be signed in to change notification settings - Fork0
Commit2b4ece1
Remove logdata and msg fields from JSON audit log rule elements
Writing macro-expanded strings to JSON elements during the post-loggingphase can be misleading, because it's possible that variable contents(such as MATCHED_VAR) could have changed after the rule match, alteringtheir expected contents. Writing macro-epanded audit data really onlymakes sense when the macros are expanded immediately following therule match. See issueowasp-modsecurity#1174 for more details.1 parent5f4a098 commit2b4ece1
1 file changed
+0
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | 562 | | |
571 | 563 | | |
572 | 564 | | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | 565 | | |
593 | 566 | | |
594 | 567 | | |
| |||
0 commit comments
Comments
(0)