Skip to content

Commit

Permalink
Add SECURITY.md
Browse files Browse the repository at this point in the history
- Adds SECURITY.md similar to h2o version
- Adds Github Issue Template
- Adds a section on reporting security issues to README.md
  • Loading branch information
jfoote committed Sep 28, 2020
1 parent 2464ada commit ba46059
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: File an issue
about: For all non-security issues
title: ''
labels: ''
assignees: ''

---

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ License

The software is provided under the MIT license.
Note that additional licences apply if you use the minicrypto binding (see above).

Reporting Security Issues
---
Please report vulnerabilities to [email protected]. See [SECURITY.md](SECURITY.md) for more information.
7 changes: 7 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Report a security issue

The h2o/picotls project team welcomes security reports and is committed to providing prompt attention to security issues. Security issues should be reported privately via [email protected].

## Security advisories

Remediation of security vulnerabilities is prioritized by the project team. The project team endeavors to coordinate remediation with third-party stakeholders, and is committed to transparency in the disclosure process. The picotls/h2o team announces security issues via [h2o project Github Release notes](https://github.com/h2o/h2o/releases) as well as [the h2o website](h2o.examp1e.net) on a best-effort basis.

0 comments on commit ba46059

Please sign in to comment.