You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
---
2
2
layout: page_md
3
3
title: Security
4
-
tagline: Project Jupyter is committed to reducing the risk of using, deploying, operating, or developing Jupyter software.
4
+
tagline: Project Jupyter is committed to reducing risk in using, deploying, operating, or developing Jupyter software.
5
5
permalink: /security
6
6
---
7
7
8
-
## Report vulnerabilities
8
+
The Jupyter Security Subproject exists to provide help and advice to Jupyter
9
+
users, operators, and developers on security topics and to help coordinate handling
10
+
of security issues.
11
+
12
+
## Reporting vulnerabilities
9
13
10
14
If you believe you've found a security vulnerability in a Jupyter project,
11
15
please report it to [security@ipython.org](mailto:security@ipython.org).
@@ -16,6 +20,9 @@ you can use [this PGP public key](assets/ipython_security.asc).
16
20
17
21
Known vulnerabilities are tracked using the [CVE vendor ID 15653 for Jupyter](https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html).
18
22
23
+
[GitHub](https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies) provides alerts about vulnerable dependencies.
24
+
If your supply chain includes Jupyter projects, these alerts can help you respond to vulnerabilities quickly and easily.
25
+
19
26
## Security documentation
20
27
21
28
Several Jupyter projects maintain security-related documentation regarding usage or deployment of
We are working to identify and coordinate security efforts across the Jupyter community and within all the various subprojects.
37
+
The [Jupyter Security](https://github.com/jupyter/security) GitHub repo has information how to participate and contribute.
38
+
For discussion, please use the special Discourse [security topic](https://discourse.jupyter.org/c/special-topics/security/48) on the Jupyter Discourse server.
28
39
29
-
The Jupyter Security Subproject is working to identify and coordinate
30
-
the security efforts throughout the Jupyter community. The
0 commit comments