We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1f71e commit bf16594Copy full SHA for bf16594
1 file changed
SECURITY.md
@@ -8,6 +8,14 @@
8
| most recent release | :white_check_mark: |
9
| older releases | :x: |
10
11
+## Scope
12
+
13
+ - **Denial of Service (DoS):** We consider DoS vectors to be ordinary bugs and not security vulnerabilities.
14
+ You may post them openly on the issue tracker. We will not issue any advisories or CVEs for them.
15
+ The reasoning here is that mitmproxy is an interactive inspection tool, not a web server for high volume traffic.
16
+ It can typically be overwhelmed by sending too many requests; any DoS is just a variation of this.
17
+ - **All other vulnerabilities:** Please report them using the process below.
18
19
## Reporting a Vulnerability
20
21
We ask that you do not report security issues to our normal GitHub issue tracker.
0 commit comments