Skip to content

Commit 34284cb

Browse files
authored
Mention experimental features in the security policy (#3746)
1 parent 14223c4 commit 34284cb

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,22 @@ When reporting a potential vulnerability, confirm that it reproduces against
2828
the latest 2.x version.
2929

3030

31+
## Out of Scope Experimental Features
32+
33+
urllib3 contains two experimental modules: `emscripten` and `http2`.
34+
35+
- **http2**: Issues in the HTTP/2 module are not considered security
36+
vulnerabilities and should be opened as public GitHub issues after
37+
checking missing features tracked in issue
38+
https://github.com/urllib3/urllib3/issues/3000.
39+
- **emscripten**: Potential security issues in the `emscripten` module should
40+
be reported privately. Project maintainers will decide if they qualify as
41+
security issues to be handled through the standard flow or if they should be
42+
considered simple bugs and fixed publicly. Issues that would be considered
43+
security vulnerabilities in the core package may not qualify as such for the
44+
`emscripten` module.
45+
46+
3147
## Our Process
3248

3349
We follow the [Tidelift security process](https://support.tidelift.com/hc/en-us/articles/4406287910036-Security-process)

0 commit comments

Comments
 (0)