Search for packages
Package details: pkg:pypi/django@3.1.9
purl pkg:pypi/django@3.1.9
Next non-vulnerable version 4.2.22
Latest non-vulnerable version 5.2.2
Risk 4.5
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-1ay6-j864-aaaq
Aliases:
BIT-django-2022-36359
CVE-2022-36359
GHSA-8x94-hmjh-97hq
PYSEC-2022-245
An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.
3.2.15
Affected by 11 other vulnerabilities.
4.0a1
Affected by 7 other vulnerabilities.
4.0.7
Affected by 7 other vulnerabilities.
4.1a1
Affected by 8 other vulnerabilities.
VCID-3gge-bre2-aaac
Aliases:
BIT-django-2024-24680
CVE-2024-24680
GHSA-xxj9-f6rv-m3x4
PYSEC-2024-28
An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.
3.2.24
Affected by 2 other vulnerabilities.
4.2.10
Affected by 17 other vulnerabilities.
5.0.2
Affected by 16 other vulnerabilities.
VCID-93tt-u75s-aaab
Aliases:
BIT-2021-44420
BIT-django-2021-44420
CVE-2021-44420
GHSA-v6rh-hp5x-86rv
PYSEC-2021-439
In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths.
3.1.14
Affected by 4 other vulnerabilities.
3.2.10
Affected by 20 other vulnerabilities.
VCID-an9k-wmax-aaam
Aliases:
BIT-2021-33203
BIT-django-2021-33203
CVE-2021-33203
GHSA-68w8-qjq3-2gfm
PYSEC-2021-98
Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by application developers to also show file contents, then not only the existence but also the file contents would have been exposed. In other words, there is directory traversal outside of the template root directories.
3.1.12
Affected by 6 other vulnerabilities.
3.2.4
Affected by 22 other vulnerabilities.
VCID-dapt-wsva-ubfv
Aliases:
CVE-2024-45231
GHSA-rrqc-c2jx-6jgv
An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing).
4.2.16
Affected by 6 other vulnerabilities.
5.0.9
Affected by 5 other vulnerabilities.
5.1.1
Affected by 7 other vulnerabilities.
VCID-he7b-33hj-aaab
Aliases:
BIT-2021-33571
BIT-django-2021-33571
CVE-2021-33571
GHSA-p99v-5w3c-jqq9
PYSEC-2021-99
In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4_address and validate_ipv46_address are unaffected with Python 3.9.5+..) .
3.1.12
Affected by 6 other vulnerabilities.
3.2.4
Affected by 22 other vulnerabilities.
VCID-p9fj-m9t4-aaas
Aliases:
BIT-2021-32052
BIT-django-2021-32052
CVE-2021-32052
GHSA-qm57-vhq3-3fwf
PYSEC-2021-8
In Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.
3.1.10
Affected by 8 other vulnerabilities.
3.2a1
Affected by 15 other vulnerabilities.
3.2.2
Affected by 24 other vulnerabilities.
VCID-psfg-va2d-aaae
Aliases:
BIT-2021-35042
BIT-django-2021-35042
CVE-2021-35042
GHSA-xpfp-f569-q3p2
PYSEC-2021-109
Django 3.1.x before 3.1.13 and 3.2.x before 3.2.5 allows QuerySet.order_by SQL injection if order_by is untrusted input from a client of a web application.
3.1.13
Affected by 5 other vulnerabilities.
3.2.5
Affected by 21 other vulnerabilities.
VCID-q4q6-yfng-aaag
Aliases:
BIT-django-2024-27351
CVE-2024-27351
GHSA-vm8q-m57g-pff3
PYSEC-2024-47
In Django 3.2 before 3.2.25, 4.2 before 4.2.11, and 5.0 before 5.0.3, the django.utils.text.Truncator.words() method (with html=True) and the truncatewords_html template filter are subject to a potential regular expression denial-of-service attack via a crafted string. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232 and CVE-2023-43665.
3.2.25
Affected by 1 other vulnerability.
4.2.11
Affected by 16 other vulnerabilities.
5.0.3
Affected by 15 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-r32d-wxg1-aaap In Django 2.2 before 2.2.21, 3.1 before 3.1.9, and 3.2 before 3.2.1, MultiPartParser, UploadedFile, and FieldFile allowed directory traversal via uploaded files with suitably crafted file names. BIT-2021-31542
BIT-django-2021-31542
CVE-2021-31542
GHSA-rxjp-mfm9-w4wr
PYSEC-2021-7

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:09:17.324619+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 36.1.3
2025-06-20T16:55:13.751286+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 36.1.3
2025-06-20T16:52:37.896968+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 36.1.3
2025-06-20T16:01:39.811559+00:00 GitLab Importer Affected by VCID-1ay6-j864-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 36.1.3
2025-06-20T15:22:54.262270+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 36.1.3
2025-06-20T15:22:52.255550+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 36.1.3
2025-06-20T15:10:51.668455+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 36.1.3
2025-06-20T15:10:47.782695+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 36.1.3
2025-06-20T15:09:26.505982+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.3
2025-06-20T15:09:22.367183+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 36.1.3
2025-06-20T15:09:21.788984+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 36.1.3
2025-06-20T15:09:19.662139+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.3
2025-06-20T15:02:55.026366+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 36.1.3
2025-06-20T15:02:54.676445+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 36.1.3
2025-06-20T15:02:45.921681+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 36.1.3
2025-06-20T15:02:44.970189+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.3
2025-06-03T23:45:14.708314+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 36.1.0
2025-06-03T23:32:06.605310+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 36.1.0
2025-06-03T23:29:54.876966+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 36.1.0
2025-06-03T22:42:01.904983+00:00 GitLab Importer Affected by VCID-1ay6-j864-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 36.1.0
2025-06-03T22:04:33.836051+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 36.1.0
2025-06-03T22:04:32.151414+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 36.1.0
2025-06-03T21:53:31.547489+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 36.1.0
2025-06-03T21:53:27.555611+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 36.1.0
2025-06-03T21:52:10.550430+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.0
2025-06-03T21:52:06.809197+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 36.1.0
2025-06-03T21:52:06.166269+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 36.1.0
2025-06-03T21:52:04.281619+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.0
2025-06-03T21:46:04.431448+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 36.1.0
2025-06-03T21:46:04.087304+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 36.1.0
2025-06-03T21:45:54.985544+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 36.1.0
2025-06-03T21:45:53.951989+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.0
2025-06-02T23:43:40.687837+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 36.1.2
2025-06-02T23:29:58.027477+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 36.1.2
2025-06-02T23:27:36.427191+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 36.1.2
2025-06-02T22:30:52.652641+00:00 GitLab Importer Affected by VCID-1ay6-j864-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 36.1.2
2025-06-02T21:51:09.710037+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 36.1.2
2025-06-02T21:51:07.803434+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 36.1.2
2025-06-02T21:38:38.593195+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 36.1.2
2025-06-02T21:38:34.595133+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 36.1.2
2025-06-02T21:37:07.437371+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.2
2025-06-02T21:37:03.278992+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 36.1.2
2025-06-02T21:37:02.543190+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 36.1.2
2025-06-02T21:36:59.750004+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.2
2025-06-02T21:29:52.941704+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 36.1.2
2025-06-02T21:29:52.589902+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 36.1.2
2025-06-02T21:29:42.620589+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 36.1.2
2025-06-02T21:29:41.621765+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.2
2025-04-03T22:26:33.479553+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 36.0.0
2025-04-03T21:59:49.843875+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 36.0.0
2025-04-03T21:54:48.764070+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 36.0.0
2025-04-03T20:12:30.717840+00:00 GitLab Importer Affected by VCID-1ay6-j864-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 36.0.0
2025-04-03T19:03:36.959785+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 36.0.0
2025-04-03T19:03:32.250717+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 36.0.0
2025-04-03T18:39:20.131412+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 36.0.0
2025-04-03T18:39:15.435126+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 36.0.0
2025-04-03T18:36:23.997167+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.0.0
2025-04-03T18:36:14.864985+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 36.0.0
2025-04-03T18:36:13.092052+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 36.0.0
2025-04-03T18:36:07.659815+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.0.0
2025-04-03T18:21:35.823972+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 36.0.0
2025-04-03T18:21:35.196389+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 36.0.0
2025-04-03T18:21:16.839270+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 36.0.0
2025-04-03T18:21:15.445331+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.0.0
2025-02-18T07:56:09.371411+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 35.1.0
2025-02-18T04:07:41.968088+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 35.1.0
2025-02-18T03:50:25.218217+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 35.1.0
2025-02-18T02:55:50.591200+00:00 GitLab Importer Affected by VCID-1ay6-j864-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 35.1.0
2025-02-18T00:30:36.707897+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 35.1.0
2025-02-18T00:30:36.241928+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 35.1.0
2025-02-18T00:15:29.979003+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 35.1.0
2025-02-18T00:15:29.715812+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 35.1.0
2025-02-18T00:15:00.167159+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 35.1.0
2025-02-18T00:14:59.669443+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 35.1.0
2025-02-18T00:14:24.392714+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 35.1.0
2025-02-18T00:14:22.804546+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 35.1.0
2025-02-18T00:12:59.693409+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 35.1.0
2025-02-18T00:12:59.335228+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 35.1.0
2025-02-18T00:12:32.660992+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 35.1.0
2025-02-18T00:12:32.276129+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 35.1.0
2025-01-17T02:38:47.735534+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap None 35.1.0
2024-11-21T03:17:32.009153+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 35.0.0
2024-11-21T01:15:06.965073+00:00 GitLab Importer Affected by VCID-dapt-wsva-ubfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 35.0.0
2024-11-21T01:04:10.959036+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 35.0.0
2024-11-20T23:13:48.261247+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 35.0.0
2024-11-20T23:04:25.027845+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 35.0.0
2024-11-20T23:04:12.365795+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 35.0.0
2024-11-20T23:03:59.812377+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 35.0.0
2024-11-20T23:03:24.183345+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 35.0.0
2024-11-20T23:03:13.231113+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 35.0.0
2024-11-19T03:07:09.443590+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 34.3.2
2024-11-19T00:53:14.707452+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 34.3.2
2024-11-18T23:01:25.695823+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.3.2
2024-11-18T22:50:47.201539+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.3.2
2024-11-18T22:50:34.717018+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.3.2
2024-11-18T22:50:23.032133+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.3.2
2024-11-18T22:49:50.044298+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.3.2
2024-11-18T22:49:39.745958+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.3.2
2024-10-17T02:05:43.105034+00:00 GHSA Importer Affected by VCID-dapt-wsva-ubfv https://github.com/advisories/GHSA-rrqc-c2jx-6jgv 34.0.2
2024-10-15T18:43:47.458059+00:00 GithubOSV Importer Fixing VCID-r32d-wxg1-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rxjp-mfm9-w4wr/GHSA-rxjp-mfm9-w4wr.json 34.0.2
2024-10-08T03:43:43.113056+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 34.0.2
2024-10-08T01:24:07.834637+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 34.0.2
2024-10-08T00:00:28.142316+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.0.2
2024-10-07T23:51:21.966615+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.0.2
2024-10-07T23:51:08.752657+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.0.2
2024-10-07T23:50:55.870464+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.2
2024-10-07T23:50:21.468307+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.0.2
2024-10-07T23:50:09.923546+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.2
2024-10-07T22:05:27.338677+00:00 GHSA Importer Affected by VCID-3gge-bre2-aaac https://github.com/advisories/GHSA-xxj9-f6rv-m3x4 34.0.2
2024-10-07T20:43:27.686924+00:00 GHSA Importer Affected by VCID-1ay6-j864-aaaq https://github.com/advisories/GHSA-8x94-hmjh-97hq 34.0.2
2024-10-07T19:53:31.038845+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.2
2024-10-07T19:34:18.644344+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.2
2024-10-07T19:33:20.853755+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.2
2024-10-07T19:33:02.413682+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.2
2024-10-07T19:23:38.287262+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.2
2024-10-07T19:23:21.358111+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.2
2024-09-23T03:30:56.117614+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 34.0.1
2024-09-23T01:29:02.231704+00:00 GitLab Importer Affected by VCID-q4q6-yfng-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 34.0.1
2024-09-23T00:14:19.747995+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.0.1
2024-09-23T00:05:09.864052+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.0.1
2024-09-23T00:04:58.933795+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.0.1
2024-09-23T00:04:47.339783+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.1
2024-09-23T00:04:15.541298+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.0.1
2024-09-22T22:33:00.083705+00:00 GHSA Importer Affected by VCID-3gge-bre2-aaac https://github.com/advisories/GHSA-xxj9-f6rv-m3x4 34.0.1
2024-09-22T21:22:14.772934+00:00 GHSA Importer Affected by VCID-1ay6-j864-aaaq https://github.com/advisories/GHSA-8x94-hmjh-97hq 34.0.1
2024-09-22T20:39:16.179924+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.1
2024-09-22T20:20:21.981080+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.1
2024-09-22T20:19:33.933167+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.1
2024-09-22T20:19:16.270643+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.1
2024-09-22T20:11:33.630843+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.1
2024-09-18T12:25:18.868545+00:00 Pypa Importer Affected by VCID-93tt-u75s-aaab https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-439.yaml 34.0.1
2024-09-18T12:21:25.459467+00:00 Pypa Importer Affected by VCID-psfg-va2d-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-109.yaml 34.0.1
2024-09-18T12:21:23.416222+00:00 Pypa Importer Affected by VCID-he7b-33hj-aaab https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-99.yaml 34.0.1
2024-09-18T12:21:14.414312+00:00 Pypa Importer Affected by VCID-an9k-wmax-aaam https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-98.yaml 34.0.1
2024-09-18T12:20:58.499505+00:00 Pypa Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-8.yaml 34.0.1
2024-09-18T12:20:57.760303+00:00 Pypa Importer Fixing VCID-r32d-wxg1-aaap https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-7.yaml 34.0.1
2024-09-18T09:02:41.421963+00:00 GithubOSV Importer Fixing VCID-r32d-wxg1-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rxjp-mfm9-w4wr/GHSA-rxjp-mfm9-w4wr.json 34.0.1
2024-09-17T23:13:51.289291+00:00 PyPI Importer Affected by VCID-he7b-33hj-aaab https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:13:48.590960+00:00 PyPI Importer Affected by VCID-an9k-wmax-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:12:13.140139+00:00 PyPI Importer Affected by VCID-p9fj-m9t4-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:09:59.652634+00:00 PyPI Importer Fixing VCID-r32d-wxg1-aaap https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:05:12.777397+00:00 PyPI Importer Affected by VCID-93tt-u75s-aaab https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:57:33.104381+00:00 PyPI Importer Affected by VCID-psfg-va2d-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:26:42.903201+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.1
2024-09-17T22:13:37.440511+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.1
2024-05-17T21:15:01.943539+00:00 GHSA Importer Affected by VCID-3gge-bre2-aaac https://github.com/advisories/GHSA-xxj9-f6rv-m3x4 34.0.0rc4
2024-04-24T06:16:44.593244+00:00 GitLab Importer Affected by VCID-3gge-bre2-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 34.0.0rc4
2024-04-24T02:19:16.260313+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.0.0rc4
2024-04-24T02:19:15.761749+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc4
2024-04-24T02:12:47.668313+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.0.0rc4
2024-04-24T02:12:47.331915+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc4
2024-04-24T02:12:20.971724+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.0.0rc4
2024-04-24T02:12:20.406447+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc4
2024-04-24T02:11:53.812037+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.0rc4
2024-04-24T02:11:52.196658+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-24T02:10:48.802813+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.0.0rc4
2024-04-24T02:10:48.406899+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc4
2024-04-24T02:10:28.560014+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.0rc4
2024-04-24T02:10:28.170498+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc4
2024-04-23T22:59:18.907873+00:00 GithubOSV Importer Fixing VCID-r32d-wxg1-aaap https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rxjp-mfm9-w4wr/GHSA-rxjp-mfm9-w4wr.json 34.0.0rc4
2024-04-23T22:05:57.366185+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.0rc4
2024-04-23T22:05:55.694956+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc4
2024-04-23T21:33:42.290979+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.0rc4
2024-04-23T21:33:41.697465+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc4
2024-04-23T21:31:54.466922+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.0rc4
2024-04-23T21:31:52.308378+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc4
2024-04-23T21:31:17.561488+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-23T21:31:14.334746+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc4
2024-04-23T21:27:06.020503+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc4
2024-04-23T21:27:04.477365+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.0rc4
2024-04-23T21:26:24.258967+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc4
2024-04-23T17:41:27.669778+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc4
2024-01-10T04:53:47.717397+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.0.0rc2
2024-01-10T04:53:47.238664+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc2
2024-01-10T04:47:21.354949+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.0.0rc2
2024-01-10T04:47:21.048123+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc2
2024-01-10T04:46:50.248133+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.0.0rc2
2024-01-10T04:46:49.731898+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc2
2024-01-10T04:46:23.594975+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.0rc2
2024-01-10T04:46:21.981561+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-10T04:45:15.238389+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.0.0rc2
2024-01-10T04:45:14.856844+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc2
2024-01-10T04:44:51.104401+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.0rc2
2024-01-10T04:44:50.721327+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc2
2024-01-10T00:02:51.869825+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.0rc2
2024-01-10T00:02:50.114055+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc2
2024-01-09T23:30:55.804838+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.0rc2
2024-01-09T23:30:55.203577+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc2
2024-01-09T23:28:47.513996+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.0rc2
2024-01-09T23:28:45.280486+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc2
2024-01-09T23:28:08.014370+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-09T23:28:04.796797+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc2
2024-01-09T23:23:29.413321+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc2
2024-01-09T23:23:27.700982+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.0rc2
2024-01-09T23:22:47.895289+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc2
2024-01-09T23:22:45.422706+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc2
2024-01-03T21:41:18.956598+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 34.0.0rc1
2024-01-03T21:41:18.472519+00:00 GitLab Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc1
2024-01-03T21:34:30.960659+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 34.0.0rc1
2024-01-03T21:34:30.532774+00:00 GitLab Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc1
2024-01-03T21:33:53.906756+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 34.0.0rc1
2024-01-03T21:33:53.383182+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc1
2024-01-03T21:33:27.146462+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.0rc1
2024-01-03T21:33:25.668052+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T21:32:14.986458+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 34.0.0rc1
2024-01-03T21:32:14.604449+00:00 GitLab Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc1
2024-01-03T21:31:50.116408+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc1
2024-01-03T19:48:16.247415+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.0rc1
2024-01-03T19:48:14.588517+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc1
2024-01-03T19:16:18.762776+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.0rc1
2024-01-03T19:16:18.136932+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc1
2024-01-03T19:14:19.461843+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.0rc1
2024-01-03T19:14:17.287401+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc1
2024-01-03T19:13:40.032561+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T19:13:36.775377+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc1
2024-01-03T19:09:02.892236+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas None 34.0.0rc1
2024-01-03T19:09:01.329526+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.0rc1
2024-01-03T19:08:19.809021+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap None 34.0.0rc1
2024-01-03T18:50:59.576805+00:00 PyPI Importer Affected by VCID-he7b-33hj-aaab https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:50:56.048713+00:00 PyPI Importer Affected by VCID-an9k-wmax-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:49:52.342991+00:00 PyPI Importer Affected by VCID-p9fj-m9t4-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:48:25.250038+00:00 PyPI Importer Fixing VCID-r32d-wxg1-aaap https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:45:04.213601+00:00 PyPI Importer Affected by VCID-93tt-u75s-aaab https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:39:33.363602+00:00 PyPI Importer Affected by VCID-psfg-va2d-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:30:45.982117+00:00 Pypa Importer Affected by VCID-he7b-33hj-aaab https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-99.yaml 34.0.0rc1
2024-01-03T18:30:37.709482+00:00 Pypa Importer Affected by VCID-psfg-va2d-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-109.yaml 34.0.0rc1
2024-01-03T18:30:36.863223+00:00 Pypa Importer Affected by VCID-93tt-u75s-aaab https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-439.yaml 34.0.0rc1
2024-01-03T18:30:32.274871+00:00 Pypa Importer Affected by VCID-an9k-wmax-aaam https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-98.yaml 34.0.0rc1
2024-01-03T18:30:28.749868+00:00 Pypa Importer Fixing VCID-r32d-wxg1-aaap https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-7.yaml 34.0.0rc1
2024-01-03T18:30:24.731523+00:00 Pypa Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-8.yaml 34.0.0rc1
2024-01-03T17:52:41.595399+00:00 GitLab Importer Fixing VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.0rc1
2024-01-03T17:43:48.105565+00:00 GHSA Importer Fixing VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc1