Skip to content

Commit ba8a6b0

Browse files
committed
Add security and support docs
1 parent e670dd5 commit ba8a6b0

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

SECURITY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Security
2+
3+
GitHub takes the security of our software products and services seriously,
4+
including all of the open source code repositories managed through our GitHub
5+
organizations, such as [GitHub](https://github.com/GitHub).
6+
7+
Even though
8+
[open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope)
9+
and therefore not eligible for bounty rewards, we will ensure that your finding
10+
gets passed along to the appropriate maintainers for remediation.
11+
12+
## Reporting Security Issues
13+
14+
If you believe you have found a security vulnerability in any GitHub-owned
15+
repository, please report it to us through coordinated disclosure.
16+
17+
**Please do not report security vulnerabilities through public GitHub issues,
18+
discussions, or pull requests.**
19+
20+
Instead, please send an email to opensource-security[@]github.com.
21+
22+
Please include as much of the information listed below as you can to help us
23+
better understand and resolve the issue:
24+
25+
- The type of issue (e.g., buffer overflow, SQL injection, or cross-site
26+
scripting)
27+
- Full paths of source file(s) related to the manifestation of the issue
28+
- The location of the affected source code (tag/branch/commit or direct URL)
29+
- Any special configuration required to reproduce the issue
30+
- Step-by-step instructions to reproduce the issue
31+
- Proof-of-concept or exploit code (if possible)
32+
- Impact of the issue, including how an attacker might exploit the issue
33+
34+
This information will help us triage your report more quickly.
35+
36+
## Policy
37+
38+
See
39+
[GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms)

SUPPORT.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub issues to track bugs and feature requests. Please
6+
search the existing issues before filing new issues to avoid duplicates. For new
7+
issues, file your bug or feature request as a new issue.
8+
9+
For help or questions about using this project, please file an issue.
10+
11+
This project is under active development and maintained by GitHub staff and the
12+
community. We will do our best to respond to support, feature requests, and
13+
community questions in a timely manner.
14+
15+
## GitHub Support Policy
16+
17+
Support for this project is limited to the resources listed above.

0 commit comments

Comments
 (0)