Unique_ID is merely timestamp and not necessarily unique in v3.0.5-3.0.7 · Issue #2752 · owasp-modsecurity/ModSecurity (original) (raw)
Hi, i used Modsec v3.0.7 + Nginx v1.21.6
In audit log, Unique_ID look like timestamp(ex : 1653971707) and its not be identified for 1 transaction. So, How can I fix it :
- Can i configure Unique_ID is random string(ex: SorMz38AAAEAAFG2AOAAAAAA)? OR
- I added Random_ID field in transaction.cc and it show in audit log. How to add RANDOM_ID variables ?