Skip to content

Commit 7830074

Browse files
authored
Add SECURITY.md, update security doc to point to GitHub vulnerability reporting (#2301)
1 parent f9a75e5 commit 7830074

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Reporting a Vulnerability
2+
3+
If you believe you’ve found a security vulnerability in a Jupyter project, please report it!
4+
See the [security documentation](https://jupyterhub.readthedocs.io/en/latest/contributing/security.html) for how.

docs/contributing/issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
We appreciate you taking the time to report an issue you encountered while using the Jupyter Docker Stacks.
44
Please review the following guidelines when reporting your problem.
55

6-
- If you believe you've found a security vulnerability in any of the Jupyter projects included in Jupyter Docker Stacks images,
7-
please report it to [security@ipython.org](mailto:security@ipython.org), **not in the issue trackers on GitHub**.
8-
If you prefer to encrypt your security reports, you can use [this PGP public key](https://github.com/jupyter/jupyter.github.io/blob/HEAD/assets/ipython_security.asc).
6+
- Please use GitHub's "Report a Vulnerability" button under Security > Advisories on the appropriate repo,
7+
e.g. [report here for Jupyter Docker Stacks](https://github.com/jupyter/docker-stacks/security/advisories).
8+
You may also send an email to <mailto:security@ipython.org>, but the GitHub reporting system is preferred.
99
- If you think your problem is unique to the Jupyter Docker Stacks images,
1010
please search the [jupyter/docker-stacks issue tracker](https://github.com/jupyter/docker-stacks/issues?q=is%3Aissue%20)
1111
to see if someone else has already reported the same problem.

0 commit comments

Comments
 (0)