-
Notifications
You must be signed in to change notification settings - Fork 468
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
appsec: allow to load multiple appsec-config per appsec datasource #2999
Comments
@blotus: 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. |
@blotus: 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. |
Currently, several approaches are possible: Solution 1 : We merge/concat everything
Loking at the code, |
fixed in #3314 |
Currently, only one appsec config is allowed per appsec datasource.
This is quite limiting, as if a user wants to have multiple set of rules (for example, vpatch rules + CRS), they will need to create a custom appsec config, which might or might not get new appsec rules depending on how it is written.
We should allow to load multiple appsec config, each config would be stand-alone (ie, hooks from one config would not affect the other one)
The text was updated successfully, but these errors were encountered: