Skip to content

Commit 7d427e7

Browse files
authored
Merge pull request #849 from parente/vuln-reporting
Add vulnerability reporting info
2 parents 4cdbc9c + 8ca79a6 commit 7d427e7

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

docs/contributing/issues.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Project Issues
2+
3+
We appreciate your taking the time to report an issue you encountered using the
4+
Jupyter Docker Stacks. Please review the following guidelines when reporting
5+
your problem.
6+
7+
* If you believe you’ve found a security vulnerability in any of the Jupyter
8+
projects included in Jupyter Docker Stacks images, please report it to
9+
[[email protected]](mailto:[email protected]), not in the issue trackers
10+
on GitHub. If you prefer to encrypt your security reports, you can use [this
11+
PGP public
12+
key](https://jupyter-notebook.readthedocs.io/en/stable/_downloads/ipython_security.asc).
13+
* If you think your problem is unique to the Jupyter Docker Stacks images,
14+
please search the [jupyter/docker-stacks issue
15+
tracker](https://github.com/jupyter/docker-stacks/issues) to see if someone
16+
else has already reported the same problem. If not, please open a [new
17+
issue](https://github.com/jupyter/docker-stacks/issues/new) and provide all of
18+
the information requested in the issue template.
19+
* If the issue you're seeing is with one of the open source libraries included
20+
in the Docker images and is reproducible outside the images, please file a bug
21+
with the appropriate open source project.
22+
* If you have a general question about how to use the Jupyter Docker Stacks in
23+
your environment, in conjunction with other tools, with customizations, and so
24+
on, please post your question on the [Jupyter Discourse
25+
site](https://discourse.jupyter.org).

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Table of Contents
4343
:maxdepth: 2
4444
:caption: Contributor Guide
4545

46+
contributing/issues
4647
contributing/packages
4748
contributing/recipes
4849
contributing/tests
@@ -59,6 +60,6 @@ Table of Contents
5960
:maxdepth: 2
6061
:caption: Getting Help
6162

62-
Jupyter Docker Stacks Issue Tracker <https://github.com/jupyter/docker-stacks>
63-
Jupyter Google Group <https://groups.google.com/forum/#!forum/jupyter>
64-
Jupyter Website <https://jupyter.org>
63+
Jupyter Discourse Forum <https://discourse.jupyter.org>
64+
Jupyter Docker Stacks Issue Tracker <https://github.com/jupyter/docker-stacks/issues>
65+
Jupyter Website <https://jupyter.org>

0 commit comments

Comments
 (0)