Skip to content

Commit 36f6513

Browse files
authored
Merge pull request #897 from crowdsecurity/add/count
add count item
2 parents b55a828 + c525373 commit 36f6513

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crowdsec-docs/docs/appsec/rules_syntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Match provides the pattern to match the target against, including optional trans
135135
- `trim` : remove leading and trailing spaces
136136
- `normalizepath` : normalize the path (remove double slashes, etc)
137137
- `htmlEntitydecode` : decode HTML entities
138+
- `count` : number of times the _target_ appear
138139

139140
```yaml
140141
# we want the query parameter foo to be equal to 'toto'

crowdsec-docs/versioned_docs/version-v1.7/appsec/rules_syntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Match provides the pattern to match the target against, including optional trans
135135
- `trim` : remove leading and trailing spaces
136136
- `normalizepath` : normalize the path (remove double slashes, etc)
137137
- `htmlEntitydecode` : decode HTML entities
138+
- `count` : number of times the _target_ appear
138139

139140
```yaml
140141
# we want the query parameter foo to be equal to 'toto'

0 commit comments

Comments
 (0)