File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ of security issues.
1212## Reporting vulnerabilities
1313
1414If 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 [ security@ipython.org ] ( mailto:security@ipython.org ) .
15+ you can either:
16+ - directly open a GitHub Security Advisory (GHSA) in the relevant repository
17+ - report it to [ security@ipython.org ] ( mailto:security@ipython.org ) if opening a GHSA is not possible, or you are unsure
18+ where it will belong.
19+
1620If you prefer to encrypt your security reports,
1721you can use [ this PGP public key] ( assets/ipython_security.asc ) .
1822
You can’t perform that action at this time.
0 commit comments