Skip to content

Commit d6d5896

Browse files
authored
Update README_EN.md
1 parent 3afc57f commit d6d5896

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README_EN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7
4848
Connection: close
4949
```
5050

51+
## Testing Effectiveness
52+
53+
### [CloudFlare](https://www.cloudflare.com/) vs [ModSecurity](https://github.com/owasp-modsecurity/ModSecurity) vs [SafeLine](https://waf.chaitin.com/)
54+
55+
| Metric | CloudFlare, Free Version | ModSecurity, PARANOIA Level 1 | ModSecurity, PARANOIA Level 4 | SafeLine, Free Version, Balance Mode | SafeLine, Free Version, Strict Mode |
56+
| --- | --- | --- | --- | --- | --- |
57+
| Total Samples | 33669 | 33669 | 33669 | 33669 | 33669 |
58+
| Successful | 33350 | 33669 | 33669 | 33669 | 33669 |
59+
| Errors | 319 | 0 | 0 | 0 | 0 |
60+
| **Detection Rate (higher is better)** | 10.70% (Total Malicious Samples: 570, Correctly Intercepted: 61, Missed Detections: 509) | 69.74% (Total Malicious Samples: 575, Correctly Intercepted: 401, Missed Detections: 174) | 🏆 **94.61%** (Total Malicious Samples: 575, Correctly Intercepted: 544, Missed Detections: 31) | 71.65% (Total Malicious Samples: 575, Correctly Intercepted: 412, Missed Detections: 163) | 76.17% (Total Malicious Samples: 575, Correctly Intercepted: 438, Missed Detections: 137) |
61+
| **False Positive Rate (lower is better)** | 0.07% (Total Normal Samples: 32780, Correctly Passed: 32757, False Positives: 23) | 17.58% (Total Normal Samples: 33094, Correctly Passed: 27275, False Positives: 5819) | 52.46% (Total Normal Samples: 33094, Correctly Passed: 15732, False Positives: 17362) | 🏆 **0.07%** (Total Normal Samples: 33094, Correctly Passed: 33071, False Positives: 23) | 0.22% (Total Normal Samples: 33094, Correctly Passed: 33021, False Positives: 73) |
62+
| **Accuracy (higher is better)** | 98.40% (Correct Interceptions + Correct Passes) / Total Samples | 82.20% (Correct Interceptions + Correct Passes) / Total Samples | 48.34% (Correct Interceptions + Correct Passes) / Total Samples | 🏆 **99.45%** (Correct Interceptions + Correct Passes) / Total Samples | 99.38% (Correct Interceptions + Correct Passes) / Total Samples |
63+
| Average Time | 288.96 milliseconds | 31.15 milliseconds | 28.89 milliseconds | 70.05 milliseconds | 64.34 milliseconds |
64+
5165
## Installation and Usage
5266

5367
Precompiled artifacts from GitHub CI have been uploaded to Releases for direct downloads of the latest version [here](https://github.com/chaitin/blazehttp/releases).

0 commit comments

Comments
 (0)