Skip to content

Commit 4d63d0b

Browse files
committed
Fix links
1 parent cb5736e commit 4d63d0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/INCIDENT_RESPONSE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For Critical and High severity where distro pre-notification improves user safet
174174
If a security patch introduces a critical regression after release:
175175

176176
1. **Yank the release immediately** via the PyPI web interface:
177-
[https://pypi.org/manage/project/pillow/release/\<version\>/](https://pypi.org/manage/project/pillow/)
177+
[https://pypi.org/manage/project/pillow/](https://pypi.org/manage/project/pillow/)
178178
(navigate to the release, click **"Yank"**).
179179
Yanked releases remain downloadable by pinned users but are excluded from `pip install`
180180
resolution, giving time to fix without leaving users unpatched.
@@ -272,7 +272,7 @@ require a Pillow point release even if Pillow's own code is unchanged.
272272
| [libwebp](https://chromium.googlesource.com/webm/libwebp) | WebP encode/decode | [Chromium tracker](https://bugs.chromium.org/p/webm/) |
273273
| [libavif](https://github.com/AOMediaCodec/libavif) | AVIF encode/decode | [GitHub](https://github.com/AOMediaCodec/libavif/security) |
274274
| [aom](https://aomedia.googlesource.com/aom/) | AV1 codec (AVIF) | [Chromium tracker](https://bugs.chromium.org/p/aomedia/) |
275-
| [dav1d](https://code.videolan.org/videolan/dav1d) | AV1 decode (AVIF) | [VideoLAN](https://security.videolan.org/) |
275+
| [dav1d](https://code.videolan.org/videolan/dav1d) | AV1 decode (AVIF) | [VideoLAN Security](https://www.videolan.org/security/) |
276276
| [openjpeg](https://www.openjpeg.org/) | JPEG 2000 encode/decode | [GitHub](https://github.com/uclouvain/openjpeg/security) |
277277
| [freetype2](https://freetype.org/) | Font rendering | [GitLab](https://gitlab.freedesktop.org/freetype/freetype/-/issues) |
278278
| [lcms2](https://www.littlecms.com/) | ICC color management | [GitHub](https://github.com/mm2/Little-CMS) |
@@ -281,7 +281,7 @@ require a Pillow point release even if Pillow's own code is unchanged.
281281
| [fribidi](https://github.com/fribidi/fribidi) | Unicode bidi (via raqm) | [GitHub](https://github.com/fribidi/fribidi) |
282282
| [zlib](https://zlib.net/) | Deflate compression | [zlib.net](https://zlib.net/) |
283283
| [liblzma / xz-utils](https://tukaani.org/xz/) | XZ/LZMA compression | [GitHub](https://github.com/tukaani-project/xz) |
284-
| [bzip2](https://sourceware.org/bzip2/) | BZ2 compression | [Sourceware](https://sourceware.org/bzip2/) |
284+
| [bzip2](https://gitlab.com/bzip2/bzip2) | BZ2 compression | [GitLab](https://gitlab.com/bzip2/bzip2/-/issues) |
285285
| [zstd](https://github.com/facebook/zstd) | Zstandard compression | [GitHub](https://github.com/facebook/zstd/security) |
286286
| [brotli](https://github.com/google/brotli) | Brotli compression | [GitHub](https://github.com/google/brotli) |
287287
| [libyuv](https://chromium.googlesource.com/libyuv/libyuv/) | YUV conversion | [Chromium tracker](https://bugs.chromium.org/p/libyuv/) |
@@ -356,7 +356,7 @@ When a CVE is published for a bundled C library:
356356
- [Contributing Guide](CONTRIBUTING.md)
357357
- [Tidelift Security Contact](https://tidelift.com/security)
358358
- [GitHub: Privately reporting a security vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
359-
- [GitHub as a CVE Numbering Authority (CNA)](https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/about-github-security-advisories-for-repositories#cve-identification-numbers)
359+
- [GitHub as a CVE Numbering Authority (CNA)](https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/about-repository-security-advisories)
360360
- [FIRST CVSS v3.1 Calculator](https://www.first.org/cvss/calculator/3.1)
361361
- [linux-distros mailing list](https://oss-security.openwall.org/wiki/mailing-lists/distros)
362362
- [OpenSSF CVD Guide](https://github.com/ossf/oss-vulnerability-guide) *(basis for this plan)*

0 commit comments

Comments
 (0)