jupyter / jupyter/security

Migrating from security@ipython.org to security@jupyter.org

Open
#124 3 comments 0 reactions 1 assignee Claimed by @Yann-P View on GitHub
good first issue
Dominant language
Jupyter Notebook
Stars
27
Forks
12
Avg merge
3d 5h
Merged PRs (30d)
3

Description

We have deprecated security@ipython.org in favor or security@jupyter.org ([internal discussion](https://github.com/jupyter/cve/issues/39)).

Emails received by security@ipython.org are now automatically transferred to security@jupyter.org, however we should gradually remove all occurences of the old email addresses.

However many occurrences remain.

Here is a small script to find them.

> [!WARNING]
> Security.md files are out of scope of this issue, see https://github.com/jupyter/security/issues/125

```
JUPYTER_ORGS=(binder-examples binderhub-ci-repos ipython jupyter jupyter-attic jupyter-book jupyter-governance jupyter-incubator jupyter-resources jupyter-server jupyter-standard jupyter-standards jupyter-widgets jupyter-xeus jupytercon jupyterhealth jupyterhub jupyterlab jupyterlite pickleshare voila-dashboards voila-gallery)

for org in $JUPYTER_ORGS; do
gh search code "security@ipython.org" --owner "$org"; sleep 10;
done
```

Results as of 2026-05

```
ipython/ipython SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

ipython/ipython-sec docs/source/security.rst
model itself, please report it to security@ipython.org.

ipython/ipython-pygments-lexers SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

ipython/comm SECURITY.md
All IPython and Jupyter related security are handled via security@ipython.org.

ipython/matplotlib-inline SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

ipython/pickleshare SECURITY.md
All Pickleshare security are handled via Jupyter/IPython security request security@ipython.org.

ipython/traitlets SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/jupyter SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/docker-stacks docs/contributing/issues.md
You may also send an email to , but the GitHub reporting system is preferred.

jupyter/jupyter.github.io .well-known/security.txt
Contact: mailto:security@ipython.org

jupyter/security meetings/2021-09-24.md
* security@ipython.org

jupyter/nbclassic docs/source/security.rst
model itself, please report it to security@ipython.org.

jupyter/jupyter docs/source/contributing/content-contributor.rst
To request access, email the security group at `security@ipython.org`, or make

jupyter/.github SECURITY.md
- send report to security@ipython.org (this email may be sunset in the future)

jupyter/jupyter docs/source/locale/en/LC_MESSAGES/developer-docs.po
"project, please report it to `security@ipython.org "
"`_. If you prefer to encrypt your security "

jupyter/security meetings/2022-02-01.md
* security@ipython.org
* security@ipython.org

jupyter/jupyter_core SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/jupyter.github.io security.md
- **Avoid** sending mass emails to `security@ipython.org` (especially when cc'ing dozens of other emails from bug bounty programs)

jupyter/jupyter docs/source/contributing/dev-contributions/contrib_guide.md
please report it to [`security@ipython.org`](mailto:security@ipython.org).

jupyter/jupyter_events SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/jupyter docs/source/locale/en/LC_MESSAGES/contributing.po
"project, please report it to `security@ipython.org "
"`_. If you prefer to encrypt your security "

jupyter/jupyter_client SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/testpath SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/notebook_shim SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/security docs/vulnerability-handling.md
If you believe you’ve found a security vulnerability in a Jupyter project, please report it to security@ipython.org. If you prefer
- **Coordinator**: Post the release and announcement dates on the Jupyter Security [Mailing List]([security@ipython.org](mailto:security@ipython.org))

jupyter/nbformat SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter/jupyter docs/source/locale/es/LC_MESSAGES/developer-docs.po
"[security@ipython.org](mailto:security@ipython.org). If you prefer to "

jupyter-incubator/sparkmagic SECURITY.md
All IPython and Jupyter security are handled via security@ipython.org.

jupyter-server/jupyter_server docs/source/operators/security.rst
model itself, please report it to security@ipython.org.

jupyter-server/.github SECURITY.md
If you find a security vulnerability in Jupyter, please report it to security@ipython.org.

jupyterhub/jupyterhub docs/source/contributing/security.md
You may also send an email to , but the GitHub reporting system is preferred.

jupyterhub/jupyterhub docs/source/explanation/websecurity.md
[security@ipython.org](mailto:security@ipython.org). If you prefer to encrypt

jupyterhub/zero-to-jupyterhub-k8s docs/source/administrator/security.md
model itself, please report it to [security@ipython.org](mailto:security@ipython.org).

jupyterhub/jupyterhub-python-repo-template SECURITY.md
project, please report it to security@ipython.org. If you prefer to

jupyterlab/jupyterlab docs/source/developer/contributing.md
any Jupyter project, please report it to [security@ipython.org](mailto:security@ipython.org). If you

jupyterlab/frontends-team-compass docs/host-guide.md
- Log in as the “Project Jupyter” host account for meeting management perks (removing spammers, muting and recording, etc.). If you would like access to this account, request access from the [Jupyter Security Team](mailto:security@ipython.org).

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.