-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.6.4] Alert Context map[] if using AppSec collection #3340
Comments
@LaurenceJJones: Thanks for opening an issue, it is currently awaiting triage. In the meantime, you can:
DetailsI 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.
DetailsI 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. |
Update: we have merged a fix to the context file itself, please run:
To download the latest context file, and then run |
link to problematic code: crowdsec/pkg/alertcontext/alertcontext.go Lines 171 to 210 in fdd3737
The default case is hit and |
We have found that if you are currently using the AppSec collection and a scenario triggers, the context will get flooded with
map[]
for properties that should be empty.We are investigating from CrowdSec side what is happening here, however, from the console side we are working to flush any contexts that are
map[]
as this is not real data and should be removed.The text was updated successfully, but these errors were encountered: