Search for packages
Package details: pkg:pypi/django@3.0.10
purl pkg:pypi/django@3.0.10
Next non-vulnerable version 4.2.22
Latest non-vulnerable version 5.2.2
Risk 4.5
Vulnerabilities affecting this package (12)
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-632q-8e7a-aaac
Aliases:
BIT-2021-3281
BIT-django-2021-3281
CVE-2021-3281
GHSA-fvgf-6h6h-3322
PYSEC-2021-9
In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with absolute paths or relative paths with dot segments.
3.0.12
Affected by 11 other vulnerabilities.
3.1.6
Affected by 12 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-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.
VCID-r32d-wxg1-aaap
Aliases:
BIT-2021-31542
BIT-django-2021-31542
CVE-2021-31542
GHSA-rxjp-mfm9-w4wr
PYSEC-2021-7
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.
3.1.9
Affected by 9 other vulnerabilities.
3.2.1
Affected by 25 other vulnerabilities.
VCID-uqjc-jjph-aaaf
Aliases:
BIT-2021-28658
BIT-django-2021-28658
CVE-2021-28658
GHSA-xgxc-v2qg-chmh
PYSEC-2021-6
In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability.
3.0.14
Affected by 9 other vulnerabilities.
3.1a1
Affected by 11 other vulnerabilities.
3.1.8
Affected by 10 other vulnerabilities.
3.2a1
Affected by 15 other vulnerabilities.
VCID-y3pv-b3df-aaah
Aliases:
CVE-2021-23336
The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.
3.0.13
Affected by 10 other vulnerabilities.
3.1a1
Affected by 11 other vulnerabilities.
3.1.7
Affected by 11 other vulnerabilities.
3.2a1
Affected by 15 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-3a3r-69cy-aaac An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command. BIT-2020-24583
BIT-django-2020-24583
CVE-2020-24583
GHSA-m6gj-h9gm-gw44
PYSEC-2020-33
VCID-xt1e-w2jw-aaaq An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077. BIT-2020-24584
BIT-django-2020-24584
CVE-2020-24584
GHSA-fr28-569j-53c4
PYSEC-2020-34

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:09:17.289855+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.720940+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.866740+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.781876+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:56.354694+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:17:14.200416+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:09:26.473661+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.3
2025-06-20T15:09:22.334760+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.756512+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.629634+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.3
2025-06-20T15:09:10.049536+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.3
2025-06-20T15:00:51.675191+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 36.1.3
2025-06-20T15:00:50.517648+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 36.1.3
2025-06-20T14:59:34.673437+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 36.1.3
2025-06-20T14:59:32.676750+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 36.1.3
2025-06-20T14:58:03.698134+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 36.1.3
2025-06-20T14:58:03.548509+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 36.1.3
2025-06-20T14:57:11.831336+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 36.1.3
2025-06-20T14:57:08.735192+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 36.1.3
2025-06-03T23:45:14.681714+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.578564+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.850405+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.878121+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:35.732467+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-03T21:59:14.895102+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:52:10.522749+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.0
2025-06-03T21:52:06.782528+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.139647+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.255147+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.0
2025-06-03T21:51:55.583599+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.0
2025-06-03T21:44:07.030789+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 36.1.0
2025-06-03T21:44:06.147251+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 36.1.0
2025-06-03T21:42:51.940740+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 36.1.0
2025-06-03T21:42:50.590854+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 36.1.0
2025-06-03T21:41:24.103194+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 36.1.0
2025-06-03T21:41:23.950145+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 36.1.0
2025-06-03T21:40:36.099208+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 36.1.0
2025-06-03T21:40:32.733012+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 36.1.0
2025-06-02T23:43:40.654784+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:57.992951+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.394057+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.618390+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:11.673912+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:45:09.253787+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:37:07.401704+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.1.2
2025-06-02T21:37:03.241331+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.504956+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.714443+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.2
2025-06-02T21:36:50.218002+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.1.2
2025-06-02T21:27:43.890424+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 36.1.2
2025-06-02T21:27:43.146143+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 36.1.2
2025-06-02T21:26:21.433588+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 36.1.2
2025-06-02T21:26:19.517682+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 36.1.2
2025-06-02T21:24:45.842298+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 36.1.2
2025-06-02T21:24:45.685565+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 36.1.2
2025-06-02T21:23:42.415227+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 36.1.2
2025-06-02T21:23:38.450218+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 36.1.2
2025-04-03T22:26:33.390196+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.750492+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.673984+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.632142+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:41.430385+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-03T18:51:57.335839+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:36:23.911319+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 36.0.0
2025-04-03T18:36:14.774640+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.001277+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.568656+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.0.0
2025-04-03T18:35:49.060246+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 36.0.0
2025-04-03T18:17:26.437631+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 36.0.0
2025-04-03T18:17:24.594561+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 36.0.0
2025-04-03T18:14:50.140009+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 36.0.0
2025-04-03T18:14:46.914504+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 36.0.0
2025-04-03T18:11:49.886598+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 36.0.0
2025-04-03T18:11:49.489975+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 36.0.0
2025-04-03T18:10:07.446432+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 36.0.0
2025-04-03T18:09:59.598438+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 36.0.0
2025-03-28T20:04:45.940890+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq None 36.0.0
2025-03-28T20:04:45.892665+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac None 36.0.0
2025-02-18T07:56:09.285581+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.883339+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.132135+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.505164+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-18T02:30:45.443068+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-18T02:10:48.507478+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-18T02:08:27.371315+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 35.1.0
2025-02-18T01:47:44.371754+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 35.1.0
2025-02-18T01:47:43.946491+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 35.1.0
2025-02-18T00:15:00.081369+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.584619+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 35.1.0
2025-02-18T00:14:24.304781+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.719125+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 35.1.0
2025-02-18T00:13:46.886474+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 35.1.0
2025-02-18T00:13:46.512438+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 35.1.0
2025-02-18T00:11:06.307801+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 35.1.0
2025-02-18T00:11:05.515913+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 35.1.0
2025-02-18T00:03:48.125305+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 35.1.0
2025-02-18T00:03:47.741584+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 35.1.0
2024-11-21T03:17:31.918971+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.880229+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.873999+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-21T00:26:46.385060+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-21T00:12:40.727182+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-21T00:11:27.886322+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 35.0.0
2024-11-20T23:59:42.456757+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 35.0.0
2024-11-20T23:59:42.012002+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 35.0.0
2024-11-20T23:04:12.279711+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.722624+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:42.625513+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 35.0.0
2024-11-20T23:02:40.459527+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 35.0.0
2024-11-20T22:59:31.408702+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 35.0.0
2024-11-20T07:24:32.822848+00:00 GithubOSV Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-fr28-569j-53c4/GHSA-fr28-569j-53c4.json 34.3.2
2024-11-19T19:10:04.079418+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.3.2
2024-11-19T03:07:09.351316+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.622666+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-19T00:07:11.730855+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-19T00:02:22.536592+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-19T00:01:13.822956+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.3.2
2024-11-18T23:48:49.297798+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 34.3.2
2024-11-18T23:48:48.868601+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 34.3.2
2024-11-18T22:50:34.634087+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:22.949168+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:50:07.756720+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.3.2
2024-11-18T22:49:07.071380+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.3.2
2024-11-18T22:46:08.354276+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.3.2
2024-10-17T02:05:43.012303+00:00 GHSA Importer Affected by VCID-dapt-wsva-ubfv https://github.com/advisories/GHSA-rrqc-c2jx-6jgv 34.0.2
2024-10-15T18:32:43.647646+00:00 GithubOSV Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-fr28-569j-53c4/GHSA-fr28-569j-53c4.json 34.0.2
2024-10-15T18:32:43.116875+00:00 GithubOSV Importer Fixing VCID-3a3r-69cy-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json 34.0.2
2024-10-08T03:43:43.020576+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.746024+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:51:12.502929+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-08T00:47:45.141886+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-08T00:46:47.310370+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.2
2024-10-08T00:39:43.251764+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 34.0.2
2024-10-08T00:39:42.812839+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 34.0.2
2024-10-07T23:51:08.674198+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.786649+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:39.812442+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.0.2
2024-10-07T23:49:37.117259+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.0.2
2024-10-07T23:46:22.197349+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.0.2
2024-10-07T22:05:27.251007+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.603241+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:30.954365+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.560838+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.770959+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.330626+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.2
2024-10-07T19:32:31.983787+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac https://github.com/advisories/GHSA-fvgf-6h6h-3322 34.0.2
2024-10-07T19:23:21.268214+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.2
2024-10-07T19:08:41.185442+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/advisories/GHSA-xgxc-v2qg-chmh 34.0.2
2024-10-07T18:30:31.569213+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.0.2
2024-10-07T18:30:29.850283+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac https://github.com/advisories/GHSA-m6gj-h9gm-gw44 34.0.2
2024-09-29T09:30:23.141111+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-29T09:27:02.404067+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-29T09:26:13.540221+00:00 GitLab Importer Affected by VCID-r32d-wxg1-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 34.0.1
2024-09-23T03:30:56.034432+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.139517+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:04:58.851103+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.257146+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:32.548570+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.0.1
2024-09-23T00:03:35.216491+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.0.1
2024-09-23T00:00:38.902209+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.0.1
2024-09-22T22:32:59.996529+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.676913+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.084403+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.895617+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.848436+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.184709+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.1
2024-09-22T20:18:45.162730+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac https://github.com/advisories/GHSA-fvgf-6h6h-3322 34.0.1
2024-09-22T20:11:16.812989+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.1
2024-09-22T19:58:25.319267+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/advisories/GHSA-xgxc-v2qg-chmh 34.0.1
2024-09-18T12:21:23.331755+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.331367+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:21:11.905244+00:00 Pypa Importer Affected by VCID-632q-8e7a-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-9.yaml 34.0.1
2024-09-18T12:11:29.673878+00:00 Pypa Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-6.yaml 34.0.1
2024-09-18T12:10:03.590920+00:00 Pypa Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-34.yaml 34.0.1
2024-09-18T12:10:03.166815+00:00 Pypa Importer Fixing VCID-3a3r-69cy-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-33.yaml 34.0.1
2024-09-18T09:04:47.635826+00:00 GithubOSV Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-fr28-569j-53c4/GHSA-fr28-569j-53c4.json 34.0.1
2024-09-18T09:04:35.602964+00:00 GithubOSV Importer Fixing VCID-3a3r-69cy-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json 34.0.1
2024-09-17T23:13:51.206147+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.512400+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:13:43.022828+00:00 PyPI Importer Affected by VCID-632q-8e7a-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:07:42.219229+00:00 PyPI Importer Affected by VCID-uqjc-jjph-aaaf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:56:52.742968+00:00 PyPI Importer Fixing VCID-xt1e-w2jw-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:56:41.106803+00:00 PyPI Importer Fixing VCID-3a3r-69cy-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:26:50.678957+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 34.0.1
2024-09-17T22:26:49.269794+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 34.0.1
2024-09-17T22:13:46.496704+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.0.1
2024-09-17T22:13:46.347831+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac https://github.com/advisories/GHSA-m6gj-h9gm-gw44 34.0.1
2024-05-17T21:15:01.862050+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.499995+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:12:20.887269+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.312087+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc4
2024-04-24T02:11:53.724354+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.107851+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-24T02:11:24.235236+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.0.0rc4
2024-04-24T02:11:23.822090+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc4
2024-04-24T02:09:19.922347+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc4
2024-04-24T02:09:19.470541+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.0.0rc4
2024-04-24T02:03:43.144830+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.0.0rc4
2024-04-24T02:03:42.741553+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc4
2024-04-23T23:01:08.861937+00:00 GithubOSV Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-fr28-569j-53c4/GHSA-fr28-569j-53c4.json 34.0.0rc4
2024-04-23T23:00:57.012146+00:00 GithubOSV Importer Fixing VCID-3a3r-69cy-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json 34.0.0rc4
2024-04-23T22:05:57.286111+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.614873+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc4
2024-04-23T21:33:42.218651+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.617985+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc4
2024-04-23T21:31:54.386330+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.228769+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc4
2024-04-23T21:31:17.485811+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-23T21:31:14.254928+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc4
2024-04-23T21:30:10.641774+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac https://github.com/advisories/GHSA-fvgf-6h6h-3322 34.0.0rc4
2024-04-23T21:30:09.249756+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc4
2024-04-23T21:26:24.841162+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc4
2024-04-23T21:26:24.179659+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap None 34.0.0rc4
2024-04-23T21:06:24.472004+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/advisories/GHSA-xgxc-v2qg-chmh 34.0.0rc4
2024-04-23T21:06:22.815852+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc4
2024-04-23T20:18:27.101501+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq None 34.0.0rc4
2024-04-23T20:18:26.306440+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac https://github.com/advisories/GHSA-m6gj-h9gm-gw44 34.0.0rc4
2024-04-23T20:18:24.513451+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac None 34.0.0rc4
2024-04-23T17:41:28.584276+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.0.0rc4
2024-01-10T04:46:50.167915+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.652759+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc2
2024-01-10T04:46:23.503948+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.902442+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-10T04:45:49.877788+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.0.0rc2
2024-01-10T04:45:49.461362+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc2
2024-01-10T04:43:43.575296+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc2
2024-01-10T04:43:43.131761+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.0.0rc2
2024-01-10T04:36:30.540722+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.0.0rc2
2024-01-10T04:36:30.138278+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc2
2024-01-10T00:02:51.784888+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.030236+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc2
2024-01-09T23:30:55.725433+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.124801+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc2
2024-01-09T23:28:47.434680+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.196567+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc2
2024-01-09T23:28:07.935447+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-09T23:28:04.717493+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc2
2024-01-09T23:26:49.984832+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac https://github.com/advisories/GHSA-fvgf-6h6h-3322 34.0.0rc2
2024-01-09T23:26:48.569369+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc2
2024-01-09T23:22:47.816015+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc2
2024-01-09T23:22:45.341114+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap None 34.0.0rc2
2024-01-09T23:03:20.903369+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/advisories/GHSA-xgxc-v2qg-chmh 34.0.0rc2
2024-01-09T23:03:19.211636+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc2
2024-01-09T22:08:58.441890+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.0.0rc2
2024-01-09T22:08:56.565596+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq None 34.0.0rc2
2024-01-09T22:08:55.561663+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac https://github.com/advisories/GHSA-m6gj-h9gm-gw44 34.0.0rc2
2024-01-09T22:08:53.525941+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac None 34.0.0rc2
2024-01-03T21:33:53.826678+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.304152+00:00 GitLab Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc1
2024-01-03T21:33:27.063373+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.589042+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T21:32:51.108146+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 34.0.0rc1
2024-01-03T21:32:50.679679+00:00 GitLab Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc1
2024-01-03T21:30:39.431464+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc1
2024-01-03T21:30:38.982218+00:00 GitLab Importer Affected by VCID-uqjc-jjph-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 34.0.0rc1
2024-01-03T21:23:16.687243+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 34.0.0rc1
2024-01-03T21:23:16.275300+00:00 GitLab Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc1
2024-01-03T19:48:16.168254+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.509949+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc1
2024-01-03T19:16:18.683287+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.058846+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 34.0.0rc1
2024-01-03T19:14:19.381807+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.215063+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 34.0.0rc1
2024-01-03T19:13:39.953281+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T19:13:36.695795+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc1
2024-01-03T19:12:15.366609+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac https://github.com/advisories/GHSA-fvgf-6h6h-3322 34.0.0rc1
2024-01-03T19:12:13.958612+00:00 GHSA Importer Affected by VCID-632q-8e7a-aaac None 34.0.0rc1
2024-01-03T19:08:22.136955+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc1
2024-01-03T19:08:19.730139+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap None 34.0.0rc1
2024-01-03T18:50:59.495798+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:55.968688+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:50:50.965507+00:00 PyPI Importer Affected by VCID-632q-8e7a-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:49:03.554676+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/advisories/GHSA-xgxc-v2qg-chmh 34.0.0rc1
2024-01-03T18:47:05.044925+00:00 PyPI Importer Affected by VCID-uqjc-jjph-aaaf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:38:56.152662+00:00 PyPI Importer Fixing VCID-xt1e-w2jw-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:38:49.151081+00:00 PyPI Importer Fixing VCID-3a3r-69cy-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:30:51.070693+00:00 Pypa Importer Affected by VCID-632q-8e7a-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-9.yaml 34.0.0rc1
2024-01-03T18:30:46.716620+00:00 Pypa Importer Affected by VCID-uqjc-jjph-aaaf https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-6.yaml 34.0.0rc1
2024-01-03T18:30:45.902222+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:42.090593+00:00 Pypa Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-34.yaml 34.0.0rc1
2024-01-03T18:30:34.888055+00:00 Pypa Importer Fixing VCID-3a3r-69cy-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-33.yaml 34.0.0rc1
2024-01-03T18:30:32.195368+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-03T17:52:48.003218+00:00 GitLab Importer Fixing VCID-xt1e-w2jw-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 34.0.0rc1
2024-01-03T17:52:46.676828+00:00 GitLab Importer Fixing VCID-3a3r-69cy-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 34.0.0rc1
2024-01-03T17:43:56.511670+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq https://github.com/advisories/GHSA-fr28-569j-53c4 34.0.0rc1
2024-01-03T17:43:56.362581+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac https://github.com/advisories/GHSA-m6gj-h9gm-gw44 34.0.0rc1
2024-01-03T17:26:13.761481+00:00 GHSA Importer Affected by VCID-uqjc-jjph-aaaf None 34.0.0rc1
2024-01-03T16:53:04.037055+00:00 GHSA Importer Fixing VCID-xt1e-w2jw-aaaq None 34.0.0rc1
2024-01-03T16:53:02.240359+00:00 GHSA Importer Fixing VCID-3a3r-69cy-aaac None 34.0.0rc1