Search for packages
Package details: pkg:pypi/pillow@8.2.0
purl pkg:pypi/pillow@8.2.0
Next non-vulnerable version 10.3.0
Latest non-vulnerable version 10.3.0
Risk 10.0
Vulnerabilities affecting this package (15)
Vulnerability Summary Fixed by
VCID-4qfp-jk4u-aaaf
Aliases:
GHSA-4fx9-vc88-q2xc
GMS-2022-347
Infinite loop in Pillow
9.0.0
Affected by 10 other vulnerabilities.
VCID-5557-vu7d-aaaa
Aliases:
CVE-2023-4863
GHSA-j7hp-h8jx-5ppr
Heap buffer overflow in WebP in Google Chrome prior to 116.0.5845.187 allowed a remote attacker to perform an out of bounds memory write via a crafted HTML page. (Chromium security severity: Critical)
10.0.1
Affected by 2 other vulnerabilities.
VCID-74p8-mazs-aaae
Aliases:
BIT-2022-22816
BIT-pillow-2022-22816
CVE-2022-22816
GHSA-xrcv-f9gm-v42c
PYSEC-2022-9
path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path.
9.0.0
Affected by 10 other vulnerabilities.
VCID-9rup-wxea-aaab
Aliases:
GHSA-56pw-mpj4-fxww
GMS-2023-3137
Bundled libwebp in Pillow vulnerable
10.0.1
Affected by 2 other vulnerabilities.
VCID-ar3g-bygk-aaan
Aliases:
BIT-2022-22817
BIT-pillow-2022-22817
CVE-2022-22817
GHSA-8vj2-vxx3-667w
PYSEC-2022-10
PIL.ImageMath.eval in Pillow before 9.0.0 allows evaluation of arbitrary expressions, such as ones that use the Python exec method. A lambda expression could also be used.
9.0.0
Affected by 10 other vulnerabilities.
9.0.1
Affected by 8 other vulnerabilities.
VCID-bnjc-ytj1-aaaq
Aliases:
BIT-2021-23437
BIT-pillow-2021-23437
CVE-2021-23437
GHSA-98vv-pw6r-q6q4
PYSEC-2021-317
SNYK-PYTHON-PILLOW-1319443
The package pillow 5.2.0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function.
8.3.2
Affected by 13 other vulnerabilities.
VCID-frct-6cfh-aaae
Aliases:
BIT-2022-24303
BIT-pillow-2022-24303
CVE-2022-24303
GHSA-9j59-75qj-795w
GMS-2022-348
PYSEC-2022-168
Pillow before 9.0.1 allows attackers to delete files because spaces in temporary pathnames are mishandled.
9.0.1
Affected by 8 other vulnerabilities.
VCID-fxbu-9mp4-aaap
Aliases:
BIT-2022-45199
BIT-pillow-2022-45199
CVE-2022-45199
GHSA-q4mp-jvh2-76fj
PYSEC-2022-42980
Pillow before 9.3.0 allows denial of service via SAMPLESPERPIXEL.
9.3.0
Affected by 6 other vulnerabilities.
VCID-htzr-e6cg-aaar
Aliases:
BIT-2022-22815
BIT-pillow-2022-22815
CVE-2022-22815
GHSA-pw3c-h7wp-cvhx
PYSEC-2022-8
path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path.
9.0.0
Affected by 10 other vulnerabilities.
VCID-j3u2-u8bx-aaam
Aliases:
PYSEC-2023-175
Pillow versions before v10.0.1 bundled libwebp binaries in wheels that are vulnerable to CVE-2023-4863. imagecodecs v10.0.1 upgrades the bundled libwebp binary to v1.3.2.
10.0.1
Affected by 2 other vulnerabilities.
VCID-qs47-4gpq-aaas
Aliases:
BIT-2021-34552
BIT-pillow-2021-34552
CVE-2021-34552
GHSA-7534-mm45-c74v
PYSEC-2021-331
Pillow through 8.2.0 and PIL (aka Python Imaging Library) through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c.
8.3.0
Affected by 14 other vulnerabilities.
VCID-rhnd-s6hv-aaar
Aliases:
BIT-2022-45198
BIT-pillow-2022-45198
CVE-2022-45198
GHSA-m2vv-5vj5-2hm7
PYSEC-2022-42979
Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification).
9.2.0
Affected by 7 other vulnerabilities.
VCID-vyep-db8n-aaar
Aliases:
BIT-pillow-2023-44271
CVE-2023-44271
GHSA-8ghj-p4vj-mr35
PYSEC-2023-227
An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having it run out of memory. This occurs for truetype in ImageFont when textlength in an ImageDraw instance operates on a long text argument.
10.0.0
Affected by 5 other vulnerabilities.
VCID-ydt8-c1kr-aaak
Aliases:
CVE-2023-50447
GHSA-3f63-hfp8-52jq
Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter).
10.2.0
Affected by 1 other vulnerability.
VCID-zbbs-5sps-aaas
Aliases:
CVE-2024-28219
GHSA-44wm-f244-xhp3
In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy.
10.3.0
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (7)
Vulnerability Summary Aliases
VCID-emwt-ezmx-aaap An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could use this to perform a DoS of Pillow in the open phase, before an image was accepted for opening. BIT-2021-28677
BIT-pillow-2021-28677
CVE-2021-28677
GHSA-q5hq-fp76-qmrc
PYSEC-2021-93
VCID-exhd-udnk-aaah An issue was discovered in Pillow before 8.2.0. PSDImagePlugin.PsdImageFile lacked a sanity check on the number of input layers relative to the size of the data block. This could lead to a DoS on Image.open prior to Image.load. BIT-2021-28675
BIT-pillow-2021-28675
CVE-2021-28675
GHSA-g6rj-rv7j-xwp4
PYSEC-2021-139
VCID-mwb8-9e71-aaaj An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la. BIT-2021-25287
BIT-pillow-2021-25287
CVE-2021-25287
GHSA-77gc-v2xv-rvvh
PYSEC-2021-137
VCID-nf4x-jfmp-aaak An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i. BIT-2021-25288
BIT-pillow-2021-25288
CVE-2021-25288
GHSA-rwv7-3v45-hg29
PYSEC-2021-138
VCID-qav5-qfe9-aaan An issue was discovered in Pillow before 8.2.0. For BLP data, BlpImagePlugin did not properly check that reads (after jumping to file offsets) returned data. This could lead to a DoS where the decoder could be run a large number of times on empty data. BIT-2021-28678
BIT-pillow-2021-28678
CVE-2021-28678
GHSA-hjfx-8p6c-g7gx
PYSEC-2021-94
VCID-sbr2-5baf-aaaf An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is an out-of-bounds read in TiffreadRGBATile via invalid tile boundaries. BIT-2021-25291
BIT-pillow-2021-25291
CVE-2021-25291
GHSA-mvg9-xffr-p774
PYSEC-2021-37
VCID-zvvz-7rud-aaae An issue was discovered in Pillow before 8.2.0. For FLI data, FliDecode did not properly check that the block advance was non-zero, potentially leading to an infinite loop on load. BIT-2021-28676
BIT-pillow-2021-28676
CVE-2021-28676
GHSA-7r7m-5h27-29hp
PYSEC-2021-92

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T16:56:13.540072+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 36.1.3
2025-06-20T16:51:16.949458+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 36.1.3
2025-06-20T16:47:20.302008+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 36.1.3
2025-06-20T16:44:44.615706+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 36.1.3
2025-06-20T16:44:42.959273+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 36.1.3
2025-06-20T16:44:42.552688+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 36.1.3
2025-06-20T16:42:19.428081+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 36.1.3
2025-06-20T16:42:05.619448+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 36.1.3
2025-06-20T16:13:19.165608+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 36.1.3
2025-06-20T16:13:18.589248+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 36.1.3
2025-06-20T16:13:17.291076+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 36.1.3
2025-06-20T16:13:16.706852+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 36.1.3
2025-06-20T15:33:43.511792+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 36.1.3
2025-06-20T15:33:42.066966+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 36.1.3
2025-06-20T15:33:40.513822+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 36.1.3
2025-06-20T15:33:31.602974+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 36.1.3
2025-06-20T15:25:09.313679+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 36.1.3
2025-06-20T15:25:07.767247+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 36.1.3
2025-06-20T15:25:06.389752+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 36.1.3
2025-06-20T15:25:06.056320+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 36.1.3
2025-06-20T15:25:03.166364+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 36.1.3
2025-06-20T15:24:57.535986+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 36.1.3
2025-06-20T15:16:15.878298+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 36.1.3
2025-06-20T15:16:14.332064+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 36.1.3
2025-06-20T15:11:13.340880+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 36.1.3
2025-06-20T15:11:12.528320+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 36.1.3
2025-06-20T15:09:05.833985+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 36.1.3
2025-06-20T15:09:05.507468+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 36.1.3
2025-06-20T15:09:05.176837+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 36.1.3
2025-06-20T15:09:04.823664+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 36.1.3
2025-06-20T15:09:04.119328+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 36.1.3
2025-06-20T15:09:03.607201+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 36.1.3
2025-06-20T15:09:02.681398+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 36.1.3
2025-06-20T15:09:02.380265+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 36.1.3
2025-06-20T15:09:02.058930+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 36.1.3
2025-06-20T15:09:01.763957+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 36.1.3
2025-06-20T15:09:01.452470+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 36.1.3
2025-06-20T15:09:01.057550+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 36.1.3
2025-06-03T23:33:02.733584+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 36.1.0
2025-06-03T23:28:37.352740+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 36.1.0
2025-06-03T23:25:07.660380+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 36.1.0
2025-06-03T23:22:53.308688+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 36.1.0
2025-06-03T23:22:51.943158+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 36.1.0
2025-06-03T23:22:51.627161+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 36.1.0
2025-06-03T23:20:45.565758+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 36.1.0
2025-06-03T23:20:33.128399+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 36.1.0
2025-06-03T22:53:16.903912+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 36.1.0
2025-06-03T22:53:16.345307+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 36.1.0
2025-06-03T22:53:15.068140+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 36.1.0
2025-06-03T22:53:14.526654+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 36.1.0
2025-06-03T22:14:22.552617+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 36.1.0
2025-06-03T22:14:21.154509+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 36.1.0
2025-06-03T22:14:19.615238+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 36.1.0
2025-06-03T22:14:11.422781+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 36.1.0
2025-06-03T22:06:37.297675+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 36.1.0
2025-06-03T22:06:35.987692+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 36.1.0
2025-06-03T22:06:34.931069+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 36.1.0
2025-06-03T22:06:34.647117+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 36.1.0
2025-06-03T22:06:32.165204+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 36.1.0
2025-06-03T22:06:29.132407+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 36.1.0
2025-06-03T21:58:24.630059+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 36.1.0
2025-06-03T21:58:23.219359+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 36.1.0
2025-06-03T21:53:51.664049+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 36.1.0
2025-06-03T21:53:50.988412+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 36.1.0
2025-06-03T21:51:51.233678+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 36.1.0
2025-06-03T21:51:50.914745+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 36.1.0
2025-06-03T21:51:50.606560+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 36.1.0
2025-06-03T21:51:50.240956+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 36.1.0
2025-06-03T21:51:49.162425+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 36.1.0
2025-06-03T21:51:48.664021+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 36.1.0
2025-06-03T21:51:47.785918+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 36.1.0
2025-06-03T21:51:47.489753+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 36.1.0
2025-06-03T21:51:47.179439+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 36.1.0
2025-06-03T21:51:46.880877+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 36.1.0
2025-06-03T21:51:46.572967+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 36.1.0
2025-06-03T21:51:46.263807+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 36.1.0
2025-06-02T23:30:56.554612+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 36.1.2
2025-06-02T23:26:16.407497+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 36.1.2
2025-06-02T23:22:38.421955+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 36.1.2
2025-06-02T23:20:15.257559+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 36.1.2
2025-06-02T23:20:13.345047+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 36.1.2
2025-06-02T23:20:12.989440+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 36.1.2
2025-06-02T23:17:56.495129+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 36.1.2
2025-06-02T23:17:42.846223+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 36.1.2
2025-06-02T22:49:17.697367+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 36.1.2
2025-06-02T22:49:17.018381+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 36.1.2
2025-06-02T22:49:15.715586+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 36.1.2
2025-06-02T22:49:15.111791+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 36.1.2
2025-06-02T22:02:26.717724+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 36.1.2
2025-06-02T22:02:25.038274+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 36.1.2
2025-06-02T22:02:23.303379+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 36.1.2
2025-06-02T22:02:13.013782+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 36.1.2
2025-06-02T21:53:31.905715+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 36.1.2
2025-06-02T21:53:30.563246+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 36.1.2
2025-06-02T21:53:29.462762+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 36.1.2
2025-06-02T21:53:29.119293+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 36.1.2
2025-06-02T21:53:26.459548+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 36.1.2
2025-06-02T21:53:22.998348+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 36.1.2
2025-06-02T21:44:16.250482+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 36.1.2
2025-06-02T21:44:14.707057+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 36.1.2
2025-06-02T21:39:01.177514+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 36.1.2
2025-06-02T21:39:00.336819+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 36.1.2
2025-06-02T21:36:45.794079+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 36.1.2
2025-06-02T21:36:45.447624+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 36.1.2
2025-06-02T21:36:45.094227+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 36.1.2
2025-06-02T21:36:44.701190+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 36.1.2
2025-06-02T21:36:44.135962+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 36.1.2
2025-06-02T21:36:43.612179+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 36.1.2
2025-06-02T21:36:42.578906+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 36.1.2
2025-06-02T21:36:42.236285+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 36.1.2
2025-06-02T21:36:41.896902+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 36.1.2
2025-06-02T21:36:41.554364+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 36.1.2
2025-06-02T21:36:41.204715+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 36.1.2
2025-06-02T21:36:40.866854+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 36.1.2
2025-06-01T23:06:30.634119+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 36.0.0
2025-04-03T22:01:40.209428+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 36.0.0
2025-04-03T21:51:53.587051+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 36.0.0
2025-04-03T21:43:50.974956+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 36.0.0
2025-04-03T21:38:34.804321+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 36.0.0
2025-04-03T21:38:33.831915+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 36.0.0
2025-04-03T21:33:53.818413+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 36.0.0
2025-04-03T21:33:34.451732+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 36.0.0
2025-04-03T20:34:02.315392+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 36.0.0
2025-04-03T20:34:00.716208+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 36.0.0
2025-04-03T20:33:56.786482+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 36.0.0
2025-04-03T20:33:54.906858+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 36.0.0
2025-04-03T19:24:45.285388+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 36.0.0
2025-04-03T19:24:41.793802+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 36.0.0
2025-04-03T19:24:37.917817+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 36.0.0
2025-04-03T19:24:19.055915+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 36.0.0
2025-04-03T19:07:43.698164+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 36.0.0
2025-04-03T19:07:40.897339+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 36.0.0
2025-04-03T19:07:38.532668+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 36.0.0
2025-04-03T19:07:37.592961+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 36.0.0
2025-04-03T19:07:33.202346+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 36.0.0
2025-04-03T19:07:24.645759+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 36.0.0
2025-04-03T18:50:23.729622+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 36.0.0
2025-04-03T18:50:21.240896+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 36.0.0
2025-04-03T18:40:03.466445+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 36.0.0
2025-04-03T18:40:01.283731+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 36.0.0
2025-04-03T18:35:42.729510+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 36.0.0
2025-04-03T18:35:41.747115+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 36.0.0
2025-04-03T18:35:40.786412+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 36.0.0
2025-04-03T18:35:39.730288+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 36.0.0
2025-04-03T18:35:38.450056+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 36.0.0
2025-04-03T18:35:37.233058+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 36.0.0
2025-04-03T18:35:35.220764+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 36.0.0
2025-04-03T18:35:34.294398+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 36.0.0
2025-04-03T18:35:33.345912+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 36.0.0
2025-04-03T18:35:32.389342+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 36.0.0
2025-04-03T18:35:31.397784+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 36.0.0
2025-04-03T18:35:30.427914+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 36.0.0
2025-03-28T15:58:35.897552+00:00 Pypa Importer Affected by VCID-j3u2-u8bx-aaam https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-175.yaml 36.0.0
2025-02-18T06:39:25.541298+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 35.1.0
2025-02-18T06:39:18.944319+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 35.1.0
2025-02-18T05:03:14.222179+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 35.1.0
2025-02-18T05:03:12.415920+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 35.1.0
2025-02-18T04:48:22.086864+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 35.1.0
2025-02-18T04:48:21.185565+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 35.1.0
2025-02-18T03:52:08.861449+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 35.1.0
2025-02-18T03:42:02.278606+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 35.1.0
2025-02-18T03:37:53.995887+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 35.1.0
2025-02-18T03:00:48.226231+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 35.1.0
2025-02-18T03:00:46.870350+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 35.1.0
2025-02-18T02:41:06.463374+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 35.1.0
2025-02-18T00:49:57.211091+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 35.1.0
2025-02-18T00:49:55.427903+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 35.1.0
2025-02-18T00:37:46.411545+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 35.1.0
2025-02-18T00:36:33.266513+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 35.1.0
2025-02-18T00:36:31.551907+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 35.1.0
2025-02-18T00:36:30.664700+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 35.1.0
2025-02-18T00:36:28.941318+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 35.1.0
2025-02-18T00:36:27.216599+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 35.1.0
2025-02-18T00:36:26.313070+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 35.1.0
2025-02-18T00:15:25.869248+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 35.1.0
2025-02-18T00:15:24.995960+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 35.1.0
2025-02-18T00:11:19.147783+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 35.1.0
2025-02-18T00:11:18.282659+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 35.1.0
2025-02-18T00:11:16.613558+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 35.1.0
2025-02-18T00:11:15.750428+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 35.1.0
2025-02-18T00:11:13.283827+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 35.1.0
2025-02-18T00:11:12.350514+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 35.1.0
2025-02-18T00:11:10.692495+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 35.1.0
2025-02-18T00:11:09.828731+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 35.1.0
2025-02-18T00:07:34.150310+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 35.1.0
2025-02-18T00:07:33.286032+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 35.1.0
2025-02-18T00:07:31.624842+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 35.1.0
2025-02-18T00:07:30.756598+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 35.1.0
2025-02-18T00:05:51.156578+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 35.1.0
2025-02-18T00:05:50.619776+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 35.1.0
2025-01-17T07:57:32.437818+00:00 PyPI Importer Affected by VCID-fxbu-9mp4-aaap None 35.1.0
2025-01-17T02:37:54.958903+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan None 35.1.0
2025-01-17T02:37:54.925577+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap None 35.1.0
2025-01-17T02:37:54.898358+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae None 35.1.0
2025-01-17T02:37:54.847393+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah None 35.1.0
2025-01-17T02:37:43.382101+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak None 35.1.0
2025-01-17T02:37:43.348922+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj None 35.1.0
2024-11-21T02:36:40.513096+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 35.0.0
2024-11-21T01:41:06.297473+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 35.0.0
2024-11-21T01:37:38.184543+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 35.0.0
2024-11-21T01:05:09.497988+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 35.0.0
2024-11-21T00:59:54.725632+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 35.0.0
2024-11-21T00:58:04.209301+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 35.0.0
2024-11-21T00:39:21.366217+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 35.0.0
2024-11-21T00:32:03.553188+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 35.0.0
2024-11-20T23:20:49.178471+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 35.0.0
2024-11-20T23:15:59.045405+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 35.0.0
2024-11-20T23:15:58.145456+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 35.0.0
2024-11-20T23:15:57.231694+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 35.0.0
2024-11-20T23:04:22.914729+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 35.0.0
2024-11-20T23:02:45.116274+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 35.0.0
2024-11-20T23:02:44.218734+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 35.0.0
2024-11-20T23:02:43.325608+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 35.0.0
2024-11-20T23:02:42.411710+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 35.0.0
2024-11-20T23:01:15.975372+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 35.0.0
2024-11-20T23:01:15.104111+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 35.0.0
2024-11-20T23:00:24.986707+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 35.0.0
2024-11-19T02:26:48.262232+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.3.2
2024-11-19T01:31:49.851204+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.3.2
2024-11-19T01:28:11.180098+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.3.2
2024-11-19T00:54:13.771422+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 34.3.2
2024-11-19T00:48:32.599262+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 34.3.2
2024-11-19T00:39:37.023052+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.3.2
2024-11-19T00:25:03.519504+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.3.2
2024-11-19T00:17:22.647513+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.3.2
2024-11-18T23:08:28.030591+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.3.2
2024-11-18T23:03:33.451908+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.3.2
2024-11-18T23:03:32.559354+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.3.2
2024-11-18T23:03:31.662165+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.3.2
2024-11-18T22:50:45.193776+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.3.2
2024-11-18T22:49:11.498413+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.3.2
2024-11-18T22:49:10.631755+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.3.2
2024-11-18T22:49:09.773950+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.3.2
2024-11-18T22:49:08.910606+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.3.2
2024-11-18T22:47:49.651652+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.3.2
2024-11-18T22:47:48.786340+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.3.2
2024-11-18T22:47:03.525044+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.3.2
2024-10-15T10:21:11.883854+00:00 GithubOSV Importer Fixing VCID-emwt-ezmx-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-q5hq-fp76-qmrc/GHSA-q5hq-fp76-qmrc.json 34.0.2
2024-10-15T10:21:11.798406+00:00 GithubOSV Importer Fixing VCID-qav5-qfe9-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-hjfx-8p6c-g7gx/GHSA-hjfx-8p6c-g7gx.json 34.0.2
2024-10-12T06:19:16.042046+00:00 GithubOSV Importer Fixing VCID-zvvz-7rud-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-7r7m-5h27-29hp/GHSA-7r7m-5h27-29hp.json 34.0.2
2024-10-11T00:09:50.489238+00:00 GitLab Importer Fixing VCID-sbr2-5baf-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25291.yml 34.0.2
2024-10-10T20:46:45.521437+00:00 GithubOSV Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-mvg9-xffr-p774/GHSA-mvg9-xffr-p774.json 34.0.2
2024-10-10T20:46:45.461864+00:00 GithubOSV Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-77gc-v2xv-rvvh/GHSA-77gc-v2xv-rvvh.json 34.0.2
2024-10-10T20:46:45.395274+00:00 GithubOSV Importer Fixing VCID-exhd-udnk-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-g6rj-rv7j-xwp4/GHSA-g6rj-rv7j-xwp4.json 34.0.2
2024-10-10T20:46:45.324985+00:00 GithubOSV Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rwv7-3v45-hg29/GHSA-rwv7-3v45-hg29.json 34.0.2
2024-10-10T10:03:35.313111+00:00 GHSA Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/advisories/GHSA-mvg9-xffr-p774 34.0.2
2024-10-08T03:44:10.043220+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.0.2
2024-10-08T03:01:24.291238+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.0.2
2024-10-08T02:03:45.609859+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.0.2
2024-10-08T02:00:05.696068+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.0.2
2024-10-08T01:25:05.603700+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 34.0.2
2024-10-08T01:20:27.316377+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 34.0.2
2024-10-08T01:18:50.031990+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.0.2
2024-10-08T01:07:46.258526+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.0.2
2024-10-08T00:07:41.095939+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.0.2
2024-10-08T00:02:42.027908+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.0.2
2024-10-08T00:02:41.099887+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.0.2
2024-10-08T00:02:40.161380+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.0.2
2024-10-07T23:51:19.317490+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.0.2
2024-10-07T23:49:41.797967+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.0.2
2024-10-07T23:49:40.870402+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.0.2
2024-10-07T23:49:39.949094+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.0.2
2024-10-07T23:49:39.045634+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.0.2
2024-10-07T23:48:09.197426+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.0.2
2024-10-07T23:48:08.286681+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.0.2
2024-10-07T23:47:18.638977+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.0.2
2024-10-07T22:08:55.061391+00:00 GHSA Importer Affected by VCID-zbbs-5sps-aaas https://github.com/advisories/GHSA-44wm-f244-xhp3 34.0.2
2024-10-07T21:49:12.612728+00:00 GHSA Importer Affected by VCID-ydt8-c1kr-aaak https://github.com/advisories/GHSA-3f63-hfp8-52jq 34.0.2
2024-10-07T21:47:45.022726+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 34.0.2
2024-10-07T21:44:15.902863+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar https://github.com/advisories/GHSA-8ghj-p4vj-mr35 34.0.2
2024-10-07T20:57:00.842955+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/advisories/GHSA-m2vv-5vj5-2hm7 34.0.2
2024-10-07T20:11:27.486361+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae https://github.com/advisories/GHSA-9j59-75qj-795w 34.0.2
2024-10-07T20:06:52.712316+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan https://github.com/advisories/GHSA-8vj2-vxx3-667w 34.0.2
2024-10-07T20:06:51.784819+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae https://github.com/advisories/GHSA-xrcv-f9gm-v42c 34.0.2
2024-10-07T20:06:50.860549+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 34.0.2
2024-10-07T19:34:15.633372+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas https://github.com/advisories/GHSA-7534-mm45-c74v 34.0.2
2024-10-07T19:08:46.220424+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 34.0.2
2024-10-07T19:08:45.637786+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap https://github.com/advisories/GHSA-q5hq-fp76-qmrc 34.0.2
2024-10-07T19:08:44.741527+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae https://github.com/advisories/GHSA-7r7m-5h27-29hp 34.0.2
2024-10-07T19:08:43.817253+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 34.0.2
2024-10-07T19:05:52.803949+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/advisories/GHSA-rwv7-3v45-hg29 34.0.2
2024-10-07T19:05:52.010843+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/advisories/GHSA-77gc-v2xv-rvvh 34.0.2
2024-10-07T19:04:52.454838+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/advisories/GHSA-98vv-pw6r-q6q4 34.0.2
2024-10-07T16:06:18.330022+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab https://github.com/advisories/GHSA-56pw-mpj4-fxww 34.0.2
2024-10-07T16:05:05.916268+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf https://github.com/advisories/GHSA-4fx9-vc88-q2xc 34.0.2
2024-09-23T03:31:23.367292+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.0.1
2024-09-23T02:51:29.542472+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.0.1
2024-09-23T02:03:49.647535+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.0.1
2024-09-23T01:54:02.955361+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.0.1
2024-09-23T01:29:57.431547+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 34.0.1
2024-09-23T01:25:54.602371+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 34.0.1
2024-09-23T01:24:38.401519+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.0.1
2024-09-23T01:15:07.759297+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.0.1
2024-09-23T00:21:11.539672+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.0.1
2024-09-23T00:16:22.092816+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.0.1
2024-09-23T00:16:21.198193+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.0.1
2024-09-23T00:16:20.296015+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.0.1
2024-09-23T00:01:31.743762+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.0.1
2024-09-22T22:36:08.701791+00:00 GHSA Importer Affected by VCID-zbbs-5sps-aaas https://github.com/advisories/GHSA-44wm-f244-xhp3 34.0.1
2024-09-22T22:18:32.220964+00:00 GHSA Importer Affected by VCID-ydt8-c1kr-aaak https://github.com/advisories/GHSA-3f63-hfp8-52jq 34.0.1
2024-09-22T22:17:07.936512+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 34.0.1
2024-09-22T22:13:46.818562+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar https://github.com/advisories/GHSA-8ghj-p4vj-mr35 34.0.1
2024-09-22T21:34:10.335724+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/advisories/GHSA-m2vv-5vj5-2hm7 34.0.1
2024-09-22T20:55:09.506199+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae https://github.com/advisories/GHSA-9j59-75qj-795w 34.0.1
2024-09-22T20:50:49.826264+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan https://github.com/advisories/GHSA-8vj2-vxx3-667w 34.0.1
2024-09-22T20:50:48.911681+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae https://github.com/advisories/GHSA-xrcv-f9gm-v42c 34.0.1
2024-09-22T20:50:47.995744+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 34.0.1
2024-09-22T20:20:19.428651+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas https://github.com/advisories/GHSA-7534-mm45-c74v 34.0.1
2024-09-22T19:54:44.127363+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/advisories/GHSA-98vv-pw6r-q6q4 34.0.1
2024-09-22T16:31:45.196049+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab https://github.com/advisories/GHSA-56pw-mpj4-fxww 34.0.1
2024-09-22T16:30:34.843077+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf https://github.com/advisories/GHSA-4fx9-vc88-q2xc 34.0.1
2024-09-18T12:29:23.789029+00:00 Pypa Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-317.yaml 34.0.1
2024-09-18T12:27:10.391945+00:00 Pypa Importer Affected by VCID-frct-6cfh-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-168.yaml 34.0.1
2024-09-18T12:26:00.093103+00:00 Pypa Importer Affected by VCID-ar3g-bygk-aaan https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-10.yaml 34.0.1
2024-09-18T12:25:59.586124+00:00 Pypa Importer Affected by VCID-74p8-mazs-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-9.yaml 34.0.1
2024-09-18T12:25:59.080504+00:00 Pypa Importer Affected by VCID-htzr-e6cg-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-8.yaml 34.0.1
2024-09-18T12:21:25.308800+00:00 Pypa Importer Affected by VCID-qs47-4gpq-aaas https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-331.yaml 34.0.1
2024-09-18T12:11:31.967644+00:00 Pypa Importer Fixing VCID-qav5-qfe9-aaan https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-94.yaml 34.0.1
2024-09-18T12:11:31.498847+00:00 Pypa Importer Fixing VCID-emwt-ezmx-aaap https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-93.yaml 34.0.1
2024-09-18T12:11:31.030282+00:00 Pypa Importer Fixing VCID-zvvz-7rud-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-92.yaml 34.0.1
2024-09-18T12:11:30.571244+00:00 Pypa Importer Fixing VCID-exhd-udnk-aaah https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-139.yaml 34.0.1
2024-09-18T12:11:12.162685+00:00 Pypa Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-138.yaml 34.0.1
2024-09-18T12:11:11.697531+00:00 Pypa Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-137.yaml 34.0.1
2024-09-18T12:06:09.892797+00:00 Pypa Importer Affected by VCID-vyep-db8n-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-227.yaml 34.0.1
2024-09-18T12:05:12.824875+00:00 Pypa Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-42979.yaml 34.0.1
2024-09-18T11:59:15.064003+00:00 Pypa Importer Affected by VCID-j3u2-u8bx-aaam https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-175.yaml 34.0.1
2024-09-18T09:04:36.182701+00:00 GithubOSV Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-mvg9-xffr-p774/GHSA-mvg9-xffr-p774.json 34.0.1
2024-09-18T09:02:49.205332+00:00 GithubOSV Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-77gc-v2xv-rvvh/GHSA-77gc-v2xv-rvvh.json 34.0.1
2024-09-18T09:02:45.925786+00:00 GithubOSV Importer Fixing VCID-exhd-udnk-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-g6rj-rv7j-xwp4/GHSA-g6rj-rv7j-xwp4.json 34.0.1
2024-09-18T09:02:45.110045+00:00 GithubOSV Importer Fixing VCID-emwt-ezmx-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-q5hq-fp76-qmrc/GHSA-q5hq-fp76-qmrc.json 34.0.1
2024-09-18T09:02:36.033840+00:00 GithubOSV Importer Fixing VCID-zvvz-7rud-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-7r7m-5h27-29hp/GHSA-7r7m-5h27-29hp.json 34.0.1
2024-09-18T09:02:31.514059+00:00 GithubOSV Importer Fixing VCID-qav5-qfe9-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-hjfx-8p6c-g7gx/GHSA-hjfx-8p6c-g7gx.json 34.0.1
2024-09-18T09:02:31.277196+00:00 GithubOSV Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rwv7-3v45-hg29/GHSA-rwv7-3v45-hg29.json 34.0.1
2024-09-17T23:18:08.027865+00:00 PyPI Importer Affected by VCID-vyep-db8n-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:17:31.050335+00:00 PyPI Importer Affected by VCID-j3u2-u8bx-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:16:38.538779+00:00 PyPI Importer Affected by VCID-74p8-mazs-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:16:33.642784+00:00 PyPI Importer Affected by VCID-htzr-e6cg-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:16:00.997093+00:00 PyPI Importer Affected by VCID-rhnd-s6hv-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:14:55.553049+00:00 PyPI Importer Affected by VCID-frct-6cfh-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:13:52.898195+00:00 PyPI Importer Affected by VCID-ar3g-bygk-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:13:46.212450+00:00 PyPI Importer Fixing VCID-qav5-qfe9-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:13:45.746882+00:00 PyPI Importer Fixing VCID-emwt-ezmx-aaap https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:13:45.271409+00:00 PyPI Importer Fixing VCID-zvvz-7rud-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:03:25.214154+00:00 PyPI Importer Affected by VCID-qs47-4gpq-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:03:21.024617+00:00 PyPI Importer Affected by VCID-bnjc-ytj1-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:57:57.018177+00:00 PyPI Importer Fixing VCID-exhd-udnk-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:57:56.536408+00:00 PyPI Importer Fixing VCID-nf4x-jfmp-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:57:56.064306+00:00 PyPI Importer Fixing VCID-mwb8-9e71-aaaj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:27:04.658505+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.0.1
2024-09-17T22:27:04.131139+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.0.1
2024-09-17T22:27:03.724138+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.0.1
2024-09-17T22:27:03.177252+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.0.1
2024-09-17T22:27:03.108632+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.0.1
2024-09-17T22:27:02.869615+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.0.1
2024-09-17T22:27:02.774431+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.0.1
2024-09-17T22:15:07.558328+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/advisories/GHSA-rwv7-3v45-hg29 34.0.1
2024-09-17T22:15:07.523234+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/advisories/GHSA-77gc-v2xv-rvvh 34.0.1
2024-09-17T22:13:50.348655+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 34.0.1
2024-09-17T22:13:50.314355+00:00 GHSA Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/advisories/GHSA-mvg9-xffr-p774 34.0.1
2024-09-17T22:13:50.257177+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 34.0.1
2024-09-17T22:13:37.244267+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae https://github.com/advisories/GHSA-7r7m-5h27-29hp 34.0.1
2024-09-17T22:13:12.079813+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap https://github.com/advisories/GHSA-q5hq-fp76-qmrc 34.0.1
2024-05-18T00:35:07.662377+00:00 GitLab Importer Affected by VCID-zbbs-5sps-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 34.0.0rc4
2024-05-17T21:01:03.727397+00:00 GHSA Importer Affected by VCID-ydt8-c1kr-aaak https://github.com/advisories/GHSA-3f63-hfp8-52jq 34.0.0rc4
2024-05-17T20:58:20.947286+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa None 34.0.0rc4
2024-05-17T20:57:57.681641+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 34.0.0rc4
2024-04-24T06:17:39.312060+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.0.0rc4
2024-04-24T05:29:39.912945+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 34.0.0rc4
2024-04-24T05:29:35.713815+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.0.0rc4
2024-04-24T04:23:55.994144+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc4
2024-04-24T04:23:55.007791+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.0.0rc4
2024-04-24T04:18:16.004053+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc4
2024-04-24T04:18:15.070105+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.0.0rc4
2024-04-24T03:58:27.936685+00:00 GitLab Importer Affected by VCID-ydt8-c1kr-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 34.0.0rc4
2024-04-24T03:53:41.035523+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.0.0rc4
2024-04-24T03:33:44.468371+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.0.0rc4
2024-04-24T03:33:43.474244+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 34.0.0rc4
2024-04-24T02:35:15.243935+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 34.0.0rc4
2024-04-24T02:35:14.296992+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.0.0rc4
2024-04-24T02:25:13.770539+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 34.0.0rc4
2024-04-24T02:24:14.528967+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 34.0.0rc4
2024-04-24T02:24:13.588581+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.0.0rc4
2024-04-24T02:24:12.581790+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 34.0.0rc4
2024-04-24T02:24:11.645136+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.0.0rc4
2024-04-24T02:24:10.696988+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.0.0rc4
2024-04-24T02:24:09.757506+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 34.0.0rc4
2024-04-24T02:12:43.807394+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.0.0rc4
2024-04-24T02:12:42.886724+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc4
2024-04-24T02:09:30.214197+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.0.0rc4
2024-04-24T02:09:29.280990+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc4
2024-04-24T02:09:28.373838+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc4
2024-04-24T02:09:27.454428+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.0.0rc4
2024-04-24T02:09:25.678290+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.0.0rc4
2024-04-24T02:09:24.751275+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc4
2024-04-24T02:09:23.844950+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.0.0rc4
2024-04-24T02:09:22.919791+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc4
2024-04-24T02:06:37.089165+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc4
2024-04-24T02:06:36.165489+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.0.0rc4
2024-04-24T02:06:35.248670+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc4
2024-04-24T02:06:34.361604+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.0.0rc4
2024-04-24T02:05:14.166088+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.0.0rc4
2024-04-24T02:05:13.573087+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc4
2024-04-24T00:50:45.105905+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar None 34.0.0rc4
2024-04-24T00:50:44.148850+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar https://github.com/advisories/GHSA-8ghj-p4vj-mr35 34.0.0rc4
2024-04-23T23:51:03.973731+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar None 34.0.0rc4
2024-04-23T23:51:02.999013+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/advisories/GHSA-m2vv-5vj5-2hm7 34.0.0rc4
2024-04-23T23:00:57.672650+00:00 GithubOSV Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-mvg9-xffr-p774/GHSA-mvg9-xffr-p774.json 34.0.0rc4
2024-04-23T22:59:25.772876+00:00 GithubOSV Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-77gc-v2xv-rvvh/GHSA-77gc-v2xv-rvvh.json 34.0.0rc4
2024-04-23T22:59:22.927654+00:00 GithubOSV Importer Fixing VCID-exhd-udnk-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-g6rj-rv7j-xwp4/GHSA-g6rj-rv7j-xwp4.json 34.0.0rc4
2024-04-23T22:59:22.236693+00:00 GithubOSV Importer Fixing VCID-emwt-ezmx-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-q5hq-fp76-qmrc/GHSA-q5hq-fp76-qmrc.json 34.0.0rc4
2024-04-23T22:59:13.831156+00:00 GithubOSV Importer Fixing VCID-zvvz-7rud-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-7r7m-5h27-29hp/GHSA-7r7m-5h27-29hp.json 34.0.0rc4
2024-04-23T22:59:09.560180+00:00 GithubOSV Importer Fixing VCID-qav5-qfe9-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-hjfx-8p6c-g7gx/GHSA-hjfx-8p6c-g7gx.json 34.0.0rc4
2024-04-23T22:59:09.350086+00:00 GithubOSV Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rwv7-3v45-hg29/GHSA-rwv7-3v45-hg29.json 34.0.0rc4
2024-04-23T22:35:15.230591+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae https://github.com/advisories/GHSA-9j59-75qj-795w 34.0.0rc4
2024-04-23T22:35:13.427698+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae None 34.0.0rc4
2024-04-23T22:22:35.520887+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan https://github.com/advisories/GHSA-8vj2-vxx3-667w 34.0.0rc4
2024-04-23T22:22:34.594629+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan None 34.0.0rc4
2024-04-23T22:22:31.131237+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae None 34.0.0rc4
2024-04-23T22:22:30.207717+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae https://github.com/advisories/GHSA-xrcv-f9gm-v42c 34.0.0rc4
2024-04-23T22:22:26.704730+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar None 34.0.0rc4
2024-04-23T22:22:25.793634+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 34.0.0rc4
2024-04-23T21:33:34.217959+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas https://github.com/advisories/GHSA-7534-mm45-c74v 34.0.0rc4
2024-04-23T21:33:32.459233+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc4
2024-04-23T21:06:40.225679+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 34.0.0rc4
2024-04-23T21:06:39.623414+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc4
2024-04-23T21:06:37.321012+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc4
2024-04-23T21:06:33.018077+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc4
2024-04-23T21:06:28.690545+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 34.0.0rc4
2024-04-23T21:06:27.793393+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc4
2024-04-23T20:59:56.713846+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/advisories/GHSA-rwv7-3v45-hg29 34.0.0rc4
2024-04-23T20:59:55.210206+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc4
2024-04-23T20:59:54.435976+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/advisories/GHSA-77gc-v2xv-rvvh 34.0.0rc4
2024-04-23T20:59:52.945705+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc4
2024-04-23T20:58:06.504093+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/advisories/GHSA-98vv-pw6r-q6q4 34.0.0rc4
2024-04-23T20:58:04.442660+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc4
2024-04-23T17:41:30.070860+00:00 GHSA Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/advisories/GHSA-mvg9-xffr-p774 34.0.0rc4
2024-04-23T17:41:27.555330+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae https://github.com/advisories/GHSA-7r7m-5h27-29hp 34.0.0rc4
2024-04-23T17:41:16.793116+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap https://github.com/advisories/GHSA-q5hq-fp76-qmrc 34.0.0rc4
2024-04-23T17:14:44.063903+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab https://github.com/advisories/GHSA-56pw-mpj4-fxww 34.0.0rc4
2024-04-23T17:14:43.094532+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc4
2024-04-23T17:13:18.810198+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf https://github.com/advisories/GHSA-4fx9-vc88-q2xc 34.0.0rc4
2024-04-23T17:13:17.858514+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc4
2024-01-10T08:48:38.485825+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.0.0rc2
2024-01-10T08:01:32.408278+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 34.0.0rc2
2024-01-10T08:01:28.350852+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.0.0rc2
2024-01-10T07:00:58.095711+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc2
2024-01-10T07:00:57.128183+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.0.0rc2
2024-01-10T06:54:41.919884+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc2
2024-01-10T06:54:40.994492+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.0.0rc2
2024-01-10T06:34:41.280867+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.0.0rc2
2024-01-10T06:14:49.280555+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.0.0rc2
2024-01-10T06:14:48.329618+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 34.0.0rc2
2024-01-10T05:10:34.714416+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 34.0.0rc2
2024-01-10T05:10:33.787951+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.0.0rc2
2024-01-10T05:00:12.896882+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 34.0.0rc2
2024-01-10T04:59:12.046931+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 34.0.0rc2
2024-01-10T04:59:11.077815+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.0.0rc2
2024-01-10T04:59:10.165397+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 34.0.0rc2
2024-01-10T04:59:09.255920+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.0.0rc2
2024-01-10T04:59:08.338434+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.0.0rc2
2024-01-10T04:59:07.407944+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 34.0.0rc2
2024-01-10T04:47:14.522980+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.0.0rc2
2024-01-10T04:47:13.624124+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc2
2024-01-10T04:43:53.616347+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.0.0rc2
2024-01-10T04:43:52.737492+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc2
2024-01-10T04:43:51.861509+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc2
2024-01-10T04:43:50.963541+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.0.0rc2
2024-01-10T04:43:49.219604+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.0.0rc2
2024-01-10T04:43:48.301552+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc2
2024-01-10T04:43:47.390956+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.0.0rc2
2024-01-10T04:43:46.505559+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc2
2024-01-10T04:40:33.369434+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc2
2024-01-10T04:40:32.495829+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.0.0rc2
2024-01-10T04:40:31.685094+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc2
2024-01-10T04:40:30.856383+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.0.0rc2
2024-01-10T04:38:42.737714+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.0.0rc2
2024-01-10T04:38:42.168800+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc2
2024-01-10T03:06:17.959927+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa None 34.0.0rc2
2024-01-10T03:05:48.714147+00:00 GHSA Importer Affected by VCID-5557-vu7d-aaaa https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 34.0.0rc2
2024-01-10T02:57:25.997607+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar https://github.com/advisories/GHSA-8ghj-p4vj-mr35 34.0.0rc2
2024-01-10T02:57:25.049583+00:00 GHSA Importer Affected by VCID-vyep-db8n-aaar None 34.0.0rc2
2024-01-10T01:50:25.590752+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar None 34.0.0rc2
2024-01-10T01:50:24.647009+00:00 GHSA Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/advisories/GHSA-m2vv-5vj5-2hm7 34.0.0rc2
2024-01-10T00:32:25.464588+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae https://github.com/advisories/GHSA-9j59-75qj-795w 34.0.0rc2
2024-01-10T00:32:23.692782+00:00 GHSA Importer Affected by VCID-frct-6cfh-aaae None 34.0.0rc2
2024-01-10T00:19:55.702776+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan https://github.com/advisories/GHSA-8vj2-vxx3-667w 34.0.0rc2
2024-01-10T00:19:53.003502+00:00 GHSA Importer Affected by VCID-ar3g-bygk-aaan None 34.0.0rc2
2024-01-10T00:19:49.520697+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae None 34.0.0rc2
2024-01-10T00:19:48.603133+00:00 GHSA Importer Affected by VCID-74p8-mazs-aaae https://github.com/advisories/GHSA-xrcv-f9gm-v42c 34.0.0rc2
2024-01-10T00:19:46.806327+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 34.0.0rc2
2024-01-10T00:19:45.029018+00:00 GHSA Importer Affected by VCID-htzr-e6cg-aaar None 34.0.0rc2
2024-01-09T23:30:46.248801+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas https://github.com/advisories/GHSA-7534-mm45-c74v 34.0.0rc2
2024-01-09T23:30:44.510261+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc2
2024-01-09T23:03:34.938610+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 34.0.0rc2
2024-01-09T23:03:34.329588+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc2
2024-01-09T23:03:33.726626+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap https://github.com/advisories/GHSA-q5hq-fp76-qmrc 34.0.0rc2
2024-01-09T23:03:31.983660+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc2
2024-01-09T23:03:28.564285+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc2
2024-01-09T23:03:27.653536+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae https://github.com/advisories/GHSA-7r7m-5h27-29hp 34.0.0rc2
2024-01-09T23:03:25.060180+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 34.0.0rc2
2024-01-09T23:03:24.110310+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc2
2024-01-09T22:56:08.577415+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/advisories/GHSA-rwv7-3v45-hg29 34.0.0rc2
2024-01-09T22:56:07.017882+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc2
2024-01-09T22:56:06.217385+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/advisories/GHSA-77gc-v2xv-rvvh 34.0.0rc2
2024-01-09T22:56:04.662931+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc2
2024-01-09T22:53:52.301017+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/advisories/GHSA-98vv-pw6r-q6q4 34.0.0rc2
2024-01-09T22:53:50.081440+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc2
2024-01-09T19:04:55.646285+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab https://github.com/advisories/GHSA-56pw-mpj4-fxww 34.0.0rc2
2024-01-09T19:04:54.690749+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc2
2024-01-09T19:02:50.042185+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf https://github.com/advisories/GHSA-4fx9-vc88-q2xc 34.0.0rc2
2024-01-09T19:02:49.133108+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc2
2024-01-04T01:33:58.019185+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 34.0.0rc1
2024-01-04T00:46:40.940177+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa None 34.0.0rc1
2024-01-04T00:46:36.273055+00:00 GitLab Importer Affected by VCID-5557-vu7d-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 34.0.0rc1
2024-01-03T23:46:51.107708+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc1
2024-01-03T23:46:50.161766+00:00 GitLab Importer Affected by VCID-9rup-wxea-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2023-3137.yml 34.0.0rc1
2024-01-03T23:40:44.002237+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc1
2024-01-03T23:40:43.104734+00:00 GitLab Importer Affected by VCID-4qfp-jk4u-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 34.0.0rc1
2024-01-03T23:21:00.624715+00:00 GitLab Importer Affected by VCID-vyep-db8n-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 34.0.0rc1
2024-01-03T23:01:45.057551+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45199.yml 34.0.0rc1
2024-01-03T23:01:44.127006+00:00 GitLab Importer Affected by VCID-fxbu-9mp4-aaap None 34.0.0rc1
2024-01-03T21:58:18.135213+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar None 34.0.0rc1
2024-01-03T21:58:17.139040+00:00 GitLab Importer Affected by VCID-rhnd-s6hv-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 34.0.0rc1
2024-01-03T21:47:59.303998+00:00 GitLab Importer Affected by VCID-frct-6cfh-aaae None 34.0.0rc1
2024-01-03T21:46:57.384514+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan None 34.0.0rc1
2024-01-03T21:46:56.450941+00:00 GitLab Importer Affected by VCID-ar3g-bygk-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 34.0.0rc1
2024-01-03T21:46:55.490157+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae None 34.0.0rc1
2024-01-03T21:46:54.552642+00:00 GitLab Importer Affected by VCID-74p8-mazs-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 34.0.0rc1
2024-01-03T21:46:53.635159+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 34.0.0rc1
2024-01-03T21:46:52.715111+00:00 GitLab Importer Affected by VCID-htzr-e6cg-aaar None 34.0.0rc1
2024-01-03T21:34:24.795453+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc1
2024-01-03T21:30:48.235753+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc1
2024-01-03T21:30:47.323527+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc1
2024-01-03T21:30:43.893595+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc1
2024-01-03T21:30:42.153233+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc1
2024-01-03T21:27:31.473437+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc1
2024-01-03T21:27:29.733479+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc1
2024-01-03T21:25:36.643092+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 34.0.0rc1
2024-01-03T21:25:36.049452+00:00 GitLab Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc1
2024-01-03T19:16:09.094945+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas https://github.com/advisories/GHSA-7534-mm45-c74v 34.0.0rc1
2024-01-03T19:16:07.358338+00:00 GHSA Importer Affected by VCID-qs47-4gpq-aaas None 34.0.0rc1
2024-01-03T18:54:25.596584+00:00 PyPI Importer Affected by VCID-vyep-db8n-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:53:49.774707+00:00 PyPI Importer Affected by VCID-j3u2-u8bx-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:53:04.741440+00:00 PyPI Importer Affected by VCID-74p8-mazs-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:53:00.947147+00:00 PyPI Importer Affected by VCID-htzr-e6cg-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:52:34.647653+00:00 PyPI Importer Affected by VCID-rhnd-s6hv-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:51:39.360707+00:00 PyPI Importer Affected by VCID-frct-6cfh-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:50:59.274541+00:00 PyPI Importer Affected by VCID-ar3g-bygk-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:50:54.358799+00:00 PyPI Importer Fixing VCID-qav5-qfe9-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:50:53.942285+00:00 PyPI Importer Fixing VCID-emwt-ezmx-aaap https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:50:53.525777+00:00 PyPI Importer Fixing VCID-zvvz-7rud-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:43:48.796367+00:00 PyPI Importer Affected by VCID-qs47-4gpq-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:43:45.704923+00:00 PyPI Importer Affected by VCID-bnjc-ytj1-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:40:12.708632+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/advisories/GHSA-98vv-pw6r-q6q4 34.0.0rc1
2024-01-03T18:39:56.695260+00:00 PyPI Importer Fixing VCID-exhd-udnk-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:39:56.272297+00:00 PyPI Importer Fixing VCID-nf4x-jfmp-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:39:55.854857+00:00 PyPI Importer Fixing VCID-mwb8-9e71-aaaj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:15:34.758186+00:00 Pypa Importer Affected by VCID-ar3g-bygk-aaan https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-10.yaml 34.0.0rc1
2024-01-03T18:15:34.266164+00:00 Pypa Importer Affected by VCID-vyep-db8n-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-227.yaml 34.0.0rc1
2024-01-03T18:15:33.059516+00:00 Pypa Importer Affected by VCID-bnjc-ytj1-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-317.yaml 34.0.0rc1
2024-01-03T18:15:32.626141+00:00 Pypa Importer Fixing VCID-qav5-qfe9-aaan https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-94.yaml 34.0.0rc1
2024-01-03T18:15:31.282214+00:00 Pypa Importer Fixing VCID-exhd-udnk-aaah https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-139.yaml 34.0.0rc1
2024-01-03T18:15:30.258541+00:00 Pypa Importer Affected by VCID-rhnd-s6hv-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-42979.yaml 34.0.0rc1
2024-01-03T18:15:28.997082+00:00 Pypa Importer Affected by VCID-qs47-4gpq-aaas https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-331.yaml 34.0.0rc1
2024-01-03T18:15:27.058510+00:00 Pypa Importer Fixing VCID-zvvz-7rud-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-92.yaml 34.0.0rc1
2024-01-03T18:15:25.567538+00:00 Pypa Importer Affected by VCID-htzr-e6cg-aaar https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-8.yaml 34.0.0rc1
2024-01-03T18:15:23.613654+00:00 Pypa Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-137.yaml 34.0.0rc1
2024-01-03T18:15:22.283543+00:00 Pypa Importer Fixing VCID-emwt-ezmx-aaap https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-93.yaml 34.0.0rc1
2024-01-03T18:15:21.839382+00:00 Pypa Importer Affected by VCID-frct-6cfh-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-168.yaml 34.0.0rc1
2024-01-03T18:15:21.400856+00:00 Pypa Importer Affected by VCID-74p8-mazs-aaae https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-9.yaml 34.0.0rc1
2024-01-03T18:15:20.616637+00:00 Pypa Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-138.yaml 34.0.0rc1
2024-01-03T18:15:18.982173+00:00 Pypa Importer Affected by VCID-j3u2-u8bx-aaam https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-175.yaml 34.0.0rc1
2024-01-03T17:52:58.852092+00:00 GitLab Importer Affected by VCID-qs47-4gpq-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 34.0.0rc1
2024-01-03T17:52:58.466504+00:00 GitLab Importer Fixing VCID-exhd-udnk-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 34.0.0rc1
2024-01-03T17:52:58.093819+00:00 GitLab Importer Fixing VCID-zvvz-7rud-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 34.0.0rc1
2024-01-03T17:52:57.749357+00:00 GitLab Importer Fixing VCID-mwb8-9e71-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 34.0.0rc1
2024-01-03T17:52:57.679827+00:00 GitLab Importer Fixing VCID-emwt-ezmx-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 34.0.0rc1
2024-01-03T17:52:57.530100+00:00 GitLab Importer Fixing VCID-qav5-qfe9-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 34.0.0rc1
2024-01-03T17:52:57.427713+00:00 GitLab Importer Fixing VCID-nf4x-jfmp-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 34.0.0rc1
2024-01-03T17:45:56.751100+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap https://github.com/advisories/GHSA-q5hq-fp76-qmrc 34.0.0rc1
2024-01-03T17:45:12.811459+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak https://github.com/advisories/GHSA-rwv7-3v45-hg29 34.0.0rc1
2024-01-03T17:45:12.777315+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj https://github.com/advisories/GHSA-77gc-v2xv-rvvh 34.0.0rc1
2024-01-03T17:44:00.324187+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 34.0.0rc1
2024-01-03T17:44:00.290107+00:00 GHSA Importer Fixing VCID-sbr2-5baf-aaaf https://github.com/advisories/GHSA-mvg9-xffr-p774 34.0.0rc1
2024-01-03T17:44:00.234554+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 34.0.0rc1
2024-01-03T17:43:47.830861+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae https://github.com/advisories/GHSA-7r7m-5h27-29hp 34.0.0rc1
2024-01-03T17:26:24.741325+00:00 GHSA Importer Fixing VCID-qav5-qfe9-aaan None 34.0.0rc1
2024-01-03T17:26:23.360379+00:00 GHSA Importer Fixing VCID-emwt-ezmx-aaap None 34.0.0rc1
2024-01-03T17:26:20.073189+00:00 GHSA Importer Fixing VCID-zvvz-7rud-aaae None 34.0.0rc1
2024-01-03T17:26:17.303476+00:00 GHSA Importer Fixing VCID-exhd-udnk-aaah None 34.0.0rc1
2024-01-03T17:21:37.397361+00:00 GHSA Importer Fixing VCID-nf4x-jfmp-aaak None 34.0.0rc1
2024-01-03T17:21:35.922619+00:00 GHSA Importer Fixing VCID-mwb8-9e71-aaaj None 34.0.0rc1
2024-01-03T17:20:11.250053+00:00 GHSA Importer Affected by VCID-bnjc-ytj1-aaaq None 34.0.0rc1
2024-01-03T14:56:46.327150+00:00 GHSA Importer Affected by VCID-9rup-wxea-aaab None 34.0.0rc1
2024-01-03T14:55:41.804583+00:00 GHSA Importer Affected by VCID-4qfp-jk4u-aaaf None 34.0.0rc1