Skip to content

Commit 847b100

Browse files
Carreaukrassowski
andauthored
Update reporting guidelines. (#763)
Co-authored-by: Michał Krassowski <[email protected]>
1 parent 956f7e6 commit 847b100

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/validate.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
--check-links-ignore ".github/images/netlify-preview.png" \
8686
--check-links-ignore ".*help.medium.com.*" \
8787
--check-links-ignore "https://twitter.com/.*" \
88-
--check-links-ignore "https://jupytercon.com"
88+
--check-links-ignore "https://jupytercon.com" \
89+
--check-links-ignore "https://www.netapp.com" \
90+
--check-links-ignore "https://github.com/[^/]+/?$" # 429 too many requests checking GitHub user profiles in about.html
8991
9092
lighthouse:
9193

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
- href: https://www.nasa.gov
214214
src: NASA.svg
215215
alt: NASA
216-
- href: https://www.netapp.com/us/
216+
- href: https://www.netapp.com/
217217
src: netapp.svg
218218
alt: NetApp
219219
- href: https://www.linkedin.com/company/nsite-llc/about/

security.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ of security issues.
1212
## Reporting vulnerabilities
1313

1414
If you believe you've found a security vulnerability in a [Jupyter Subproject](https://jupyter.org/governance/list_of_subprojects.html),
15-
please report it to [[email protected]](mailto:[email protected]).
15+
you can either:
16+
- directly open a GitHub Security Advisory (GHSA) in the relevant repository
17+
- report it to [[email protected]](mailto:[email protected]) if opening a GHSA is not possible, or you are unsure
18+
where it will belong.
19+
1620
If you prefer to encrypt your security reports,
1721
you can use [this PGP public key](assets/ipython_security.asc).
1822

0 commit comments

Comments
 (0)