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
Channel can be blocked due to never sending a response across the parsed ResponseChannel
At the current time of writing this has never been seen by anyone but it is a potential issue that can arise in future if we do not handle it properly.
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.
Whilst debugging various things I saw there is a chance the mux handler may get blocked due to error that can occur at runtime if we return an error:
crowdsec/pkg/acquisition/modules/appsec/appsec_runner.go
Lines 335 to 339 in 49fb24c
can create an error and return early which means:
crowdsec/pkg/acquisition/modules/appsec/appsec.go
Line 433 in 49fb24c
Channel can be blocked due to never sending a response across the parsed ResponseChannel
At the current time of writing this has never been seen by anyone but it is a potential issue that can arise in future if we do not handle it properly.
The text was updated successfully, but these errors were encountered: