Skip to content

Commit 92a5a74

Browse files
Add clarification about parser modifications
- Add info box explaining that modifying parsers or using custom parsers has no impact on signal validity - Clarifies distinction between scenario modifications (which affect signals) and parser modifications (which don't) - Helps users understand they can customize parsers without affecting community contribution - Apply changes to both main docs and v1.7 versioned docs
1 parent bd721e8 commit 92a5a74

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

crowdsec-docs/docs/central_api/blocklist.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ For your signals to be counted toward community contribution, they must meet spe
3535
- **Custom scenarios you write yourself**
3636
- **Tainted or modified scenarios** (even small edits). We cannot reliably vet behavior once a scenario is changed, so the consensus engine ignores those signals
3737

38+
:::info
39+
Modifying a parser or using a custom parser has no impact on signal validity.
40+
:::
41+
3842
### Example
3943

4044
If you only run a honeypot with a scenario you have modified, your local alerts will still fire, but the consensus engine will not use those signals. You can then show up as "not actively contributing," even though you see activity locally.

crowdsec-docs/versioned_docs/version-v1.7/central_api/blocklist.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ For your signals to be counted toward community contribution, they must meet spe
3535
- **Custom scenarios you write yourself**
3636
- **Tainted or modified scenarios** (even small edits). We cannot reliably vet behavior once a scenario is changed, so the consensus engine ignores those signals
3737

38+
:::info
39+
Modifying a parser or using a custom parser has no impact on signal validity.
40+
:::
41+
3842
### Example
3943

4044
If you only run a honeypot with a scenario you have modified, your local alerts will still fire, but the consensus engine will not use those signals. You can then show up as "not actively contributing," even though you see activity locally.

0 commit comments

Comments
 (0)