Skip to content

Commit e9a0ced

Browse files
committed
up
1 parent b92ed15 commit e9a0ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crowdsec-docs/docs/appsec/rules_examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page showcases various WAF rule capabilities with real-world examples from
1111
## 1. Header Analysis - Missing User Agent Detection
1212

1313
### Description
14-
Header inspection with count transform.
14+
Header inspection with count transform. Note that empty user agent-agent field or absent user-agent field is equivalent.
1515

1616
### Rule Example
1717
```yaml
@@ -46,6 +46,7 @@ User-Agent:
4646
- **HTTP method filtering** with regex patterns
4747
- **AND logic** combining multiple conditions
4848
49+
4950
## 2. Request Body Analysis - JSON Path Extraction
5051
5152
### Description

0 commit comments

Comments
 (0)