forked frommicrosoft/ModSecurity
- Notifications
You must be signed in to change notification settings - Fork0
Commit7a39b4b
Make JSON audit logging a configurable option
Remove compile-time setting for generating audit logsas JSON, creating a new config option (SecAuditLogFormat).sec_audit_logger is now a wrapper for sec_audit_logger_jsonor sec_audit_logger_native. This has the disadvantage ofmaking the audit log generation code harder to maintain,but the logger function itself now is no longer pepperwith binary branches.1 parentdd79bea commit7a39b4b
File tree
5 files changed
+819
-348
lines changed- apache2
5 files changed
+819
-348
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
| 507 | + | |
| 508 | + | |
506 | 509 | | |
507 | 510 | | |
508 | 511 | | |
| |||
667 | 670 | | |
668 | 671 | | |
669 | 672 | | |
| 673 | + | |
670 | 674 | | |
671 | 675 | | |
672 | 676 | | |
| |||
1291 | 1295 | | |
1292 | 1296 | | |
1293 | 1297 | | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1294 | 1313 | | |
1295 | 1314 | | |
1296 | 1315 | | |
| |||
3232 | 3251 | | |
3233 | 3252 | | |
3234 | 3253 | | |
| 3254 | + | |
| 3255 | + | |
| 3256 | + | |
| 3257 | + | |
| 3258 | + | |
| 3259 | + | |
| 3260 | + | |
| 3261 | + | |
3235 | 3262 | | |
3236 | 3263 | | |
3237 | 3264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
522 | 525 | | |
523 | 526 | | |
524 | 527 | | |
| |||
0 commit comments
Comments
(0)