@@ -11,7 +11,7 @@ Support for FreeType 2.7 is deprecated and will be removed in Pillow 9.0.0 (2022
1111when FreeType 2.8 will be the minimum supported.
1212
1313We recommend upgrading to at least FreeType `2.10.4 `_, which fixed a severe
14- vulnerability introduced in FreeType 2.6 (:cve: `CVE- 2020-15999 `).
14+ vulnerability introduced in FreeType 2.6 (:cve: `2020-15999 `).
1515
1616.. _2.10.4 : https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
1717
@@ -40,13 +40,13 @@ This release includes security fixes.
4040
4141* An out-of-bounds read when saving TIFFs with custom metadata through LibTIFF
4242* An out-of-bounds read when saving a GIF of 1px width
43- * :cve: `CVE- 2020-35653 ` Buffer read overrun in PCX decoding
43+ * :cve: `2020-35653 ` Buffer read overrun in PCX decoding
4444
4545The PCX image decoder used the reported image stride to calculate the row buffer,
4646rather than calculating it from the image size. This issue dates back to the PIL fork.
4747Thanks to Google's `OSS-Fuzz `_ project for finding this.
4848
49- * :cve: `CVE- 2020-35654 ` Fix TIFF out-of-bounds write error
49+ * :cve: `2020-35654 ` Fix TIFF out-of-bounds write error
5050
5151Out-of-bounds write in ``TiffDecode.c `` when reading corrupt YCbCr files in some
5252LibTIFF versions (4.1.0/Ubuntu 20.04, but not 4.0.9/Ubuntu 18.04). In some cases
@@ -55,7 +55,7 @@ an out-of-bounds write in ``TiffDecode.c``. This potentially affects Pillow vers
5555from 6.0.0 to 8.0.1, depending on the version of LibTIFF. This was reported through
5656`Tidelift `_.
5757
58- * :cve: `CVE- 2020-35655 ` Fix for SGI Decode buffer overrun
58+ * :cve: `2020-35655 ` Fix for SGI Decode buffer overrun
5959
60604 byte read overflow in ``SgiRleDecode.c ``, where the code was not correctly checking the
6161offsets and length tables. Independently reported through `Tidelift `_ and Google's
0 commit comments