You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
In ModSecurity v3, it looks like unique_id had a proper implementation, until it changed ( via a609249 ) to be only a timestamp.
It appears that this change was unintended, as the commit in question was technical in nature rather than targetting a functionality change. This means that the functionality was as intended in v3.0.4, but that it is incomplete in v3.0.5 - v3.0.7.
martinhsv
changed the title
Unique_ID not be identified for transaction
Unique_ID is merely timestamp not necessarily unique in v3.0.5-3.0.7
Jun 3, 2022
martinhsv
changed the title
Unique_ID is merely timestamp not necessarily unique in v3.0.5-3.0.7
Unique_ID is merely timestamp and not necessarily unique in v3.0.5-3.0.7
Jun 3, 2022
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 :
The text was updated successfully, but these errors were encountered: