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
Currently when using CRS with AppSec you cannot follow the chain of analysis from CRS.
You will see ruleid 901340 as this is the init rule but is not all the rules that matched, if you change the log_level to debug you can see the debug logs from coraza, however, if you had one false trigger and didnt have the debug logs at the time then it can be a mystery of how to replicate or even debug the rule chain.
There 2 ways we can do this either:
Log all matched rules no matter if vpatch or CRS.
Allow the user to define a log file which outputs modsecurity formatted logs.
Option 1 would be best for "native" compatibility, however, this can cause a lot of log lines in our crowdsec.log file, so maybe allowing them to have another option might not be so bad.
The text was updated successfully, but these errors were encountered:
Check Releases to make sure your agent is on the latest version.
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
@LaurenceJJones: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind feature
/kind enhancement
/kind refactoring
/kind bug
/kind packaging
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
Currently when using CRS with AppSec you cannot follow the chain of analysis from CRS.
You will see ruleid
901340
as this is the init rule but is not all the rules that matched, if you change thelog_level
to debug you can see the debug logs from coraza, however, if you had one false trigger and didnt have the debug logs at the time then it can be a mystery of how to replicate or even debug the rule chain.There 2 ways we can do this either:
Option 1 would be best for "native" compatibility, however, this can cause a lot of log lines in our crowdsec.log file, so maybe allowing them to have another option might not be so bad.
The text was updated successfully, but these errors were encountered: