Search for packages
Package details: pkg:pypi/django@2.1rc1
purl pkg:pypi/django@2.1rc1
Next non-vulnerable version 4.2.22
Latest non-vulnerable version 5.2.2
Risk 10.0
Vulnerabilities affecting this package (18)
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-2w9q-sann-aaak
Aliases:
CVE-2019-14232
GHSA-c4qh-4vgv-qc6g
PYSEC-2019-11
PYSEC-2019-81
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.
2.1.11
Affected by 12 other vulnerabilities.
2.2.4
Affected by 27 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-7dtn-w6bf-aaab
Aliases:
BIT-2020-13254
BIT-django-2020-13254
CVE-2020-13254
GHSA-wpjr-j57x-wxfw
PYSEC-2020-31
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage.
2.2.13
Affected by 21 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.7
Affected by 14 other vulnerabilities.
3.1a1
Affected by 11 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.
2.2.25
Affected by 11 other vulnerabilities.
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.
2.2.24
Affected by 12 other vulnerabilities.
3.1.12
Affected by 6 other vulnerabilities.
3.2.4
Affected by 22 other vulnerabilities.
VCID-d9pc-5fer-aaak
Aliases:
CVE-2019-14233
GHSA-h5jv-4p7w-64jg
PYSEC-2019-12
PYSEC-2019-82
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to the behaviour of the underlying HTMLParser, django.utils.html.strip_tags would be extremely slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities.
2.1.11
Affected by 12 other vulnerabilities.
2.2.4
Affected by 27 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-pm6s-x7r5-aaak
Aliases:
CVE-2019-19844
GHSA-vfq6-hq5r-27r6
PYSEC-2019-16
PYSEC-2019-86
Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user's email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.)
2.2.9
Affected by 25 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.1
Affected by 18 other vulnerabilities.
VCID-pyaf-bv24-aaah
Aliases:
CVE-2019-14234
GHSA-6r97-cj55-9hrq
PYSEC-2019-13
PYSEC-2019-83
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to an error in shallow key transformation, key and index lookups for django.contrib.postgres.fields.JSONField, and key lookups for django.contrib.postgres.fields.HStoreField, were subject to SQL injection. This could, for example, be exploited via crafted use of "OR 1=1" in a key or index name to return all records, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to the QuerySet.filter() function.
2.1.11
Affected by 12 other vulnerabilities.
2.2.4
Affected by 27 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-q58w-h5mb-aaaj
Aliases:
CVE-2019-14235
GHSA-v9qg-3j8p-r63v
PYSEC-2019-14
PYSEC-2019-84
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If passed certain inputs, django.utils.encoding.uri_to_iri could lead to significant memory usage due to a recursion when repercent-encoding invalid UTF-8 octet sequences.
2.1.11
Affected by 12 other vulnerabilities.
2.2.4
Affected by 27 other vulnerabilities.
VCID-r4bp-3zs8-aaag
Aliases:
CVE-2019-3498
GHSA-337x-4q8g-prc5
PYSEC-2019-17
PYSEC-2019-87
In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content.
2.1.5
Affected by 20 other vulnerabilities.
VCID-tv97-anfg-aaam
Aliases:
CVE-2019-11358
GHSA-6c3j-c64m-qhgq
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
2.1.9
Affected by 17 other vulnerabilities.
2.2.2
Affected by 32 other vulnerabilities.
VCID-wtpw-b4cs-aaaf
Aliases:
CVE-2019-12308
GHSA-7rp2-fm2h-wchj
PYSEC-2019-79
PYSEC-2019-9
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.
2.1.9
Affected by 17 other vulnerabilities.
2.2a1
Affected by 21 other vulnerabilities.
2.2.2
Affected by 32 other vulnerabilities.
VCID-x5yz-7qtf-aaar
Aliases:
BIT-2020-9402
BIT-django-2020-9402
CVE-2020-9402
GHSA-3gh2-xw74-jmcw
PYSEC-2020-36
Django 1.11 before 1.11.29, 2.2 before 2.2.11, and 3.0 before 3.0.4 allows SQL Injection if untrusted data is used as a tolerance parameter in GIS functions and aggregates on Oracle. By passing a suitably crafted tolerance to GIS functions and aggregates on Oracle, it was possible to break escaping and inject malicious SQL.
2.2.11
Affected by 23 other vulnerabilities.
3.0.4
Affected by 16 other vulnerabilities.
VCID-zh4q-8g5x-aaas
Aliases:
BIT-2020-7471
BIT-django-2020-7471
CVE-2020-7471
GHSA-hmr4-m2h5-33qx
PYSEC-2020-35
Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). By passing a suitably crafted delimiter to a contrib.postgres.aggregates.StringAgg instance, it was possible to break escaping and inject malicious SQL.
2.2.10
Affected by 24 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.3
Affected by 17 other vulnerabilities.
VCID-zrah-xa2u-aaan
Aliases:
BIT-2020-13596
BIT-django-2020-13596
CVE-2020-13596
GHSA-2m34-jcjv-45xf
PYSEC-2020-32
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.
2.2.13
Affected by 21 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.7
Affected by 14 other vulnerabilities.
3.1a1
Affected by 11 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:09:17.161564+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.612884+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.721027+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.632045+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:09:21.645043+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.520258+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.3
2025-06-20T14:34:20.618600+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 36.1.3
2025-06-20T14:33:33.231691+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 36.1.3
2025-06-20T14:29:34.845635+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 36.1.3
2025-06-20T14:29:24.560472+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 36.1.3
2025-06-20T14:29:23.847344+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 36.1.3
2025-06-20T14:29:23.593317+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 36.1.3
2025-06-20T14:27:31.137311+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 36.1.3
2025-06-20T14:25:33.972380+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 36.1.3
2025-06-20T14:25:33.856503+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 36.1.3
2025-06-20T14:21:45.988041+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 36.1.3
2025-06-03T23:45:14.582468+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.478672+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.750199+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.778068+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-03T21:52:06.047472+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.165059+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.0
2025-06-03T21:18:10.733778+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 36.1.0
2025-06-03T21:17:25.306064+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 36.1.0
2025-06-03T21:13:28.022960+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 36.1.0
2025-06-03T21:13:18.725330+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 36.1.0
2025-06-03T21:13:17.966155+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 36.1.0
2025-06-03T21:13:17.719280+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 36.1.0
2025-06-03T21:11:25.184745+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 36.1.0
2025-06-03T21:09:30.632131+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 36.1.0
2025-06-03T21:09:30.521124+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 36.1.0
2025-06-03T21:05:46.432997+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 36.1.0
2025-06-02T23:43:40.548236+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.870579+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.273354+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.493145+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:37:02.378022+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.594214+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.2
2025-06-02T20:59:18.741427+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 36.1.2
2025-06-02T20:58:27.342333+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 36.1.2
2025-06-02T20:54:12.056131+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 36.1.2
2025-06-02T20:54:02.219171+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 36.1.2
2025-06-02T20:54:01.424385+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 36.1.2
2025-06-02T20:54:01.145918+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 36.1.2
2025-06-02T20:52:01.978857+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 36.1.2
2025-06-02T20:49:52.624322+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 36.1.2
2025-06-02T20:49:52.476987+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 36.1.2
2025-06-02T20:45:47.676210+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 36.1.2
2025-04-03T22:26:33.063544+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.393303+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.346119+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.314214+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-03T18:36:12.690116+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.262243+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.0.0
2025-04-03T17:30:42.340826+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 36.0.0
2025-04-03T17:29:08.834964+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 36.0.0
2025-04-03T17:21:45.543665+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 36.0.0
2025-04-03T17:21:27.770910+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 36.0.0
2025-04-03T17:21:26.800632+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 36.0.0
2025-04-03T17:21:26.269608+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 36.0.0
2025-04-03T17:18:05.121895+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 36.0.0
2025-04-03T17:14:27.894303+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 36.0.0
2025-04-03T17:14:27.559640+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 36.0.0
2025-04-03T17:08:21.850972+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 36.0.0
2025-02-18T07:56:08.968398+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.566054+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:24.814638+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.185731+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-18T01:52:28.371293+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 35.1.0
2025-02-18T01:41:04.460550+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 35.1.0
2025-02-18T01:40:59.370936+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 35.1.0
2025-02-18T01:39:56.515697+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 35.1.0
2025-02-18T01:39:56.058188+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 35.1.0
2025-02-18T01:39:55.599259+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 35.1.0
2025-02-18T01:39:55.138467+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 35.1.0
2025-02-18T01:39:45.388934+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 35.1.0
2025-02-18T00:14:24.006700+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.430630+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 35.1.0
2025-02-17T23:17:09.852656+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 35.1.0
2025-02-17T23:17:09.183773+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 35.1.0
2024-11-21T03:17:31.580498+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.559626+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.553935+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:02:05.816090+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 35.0.0
2024-11-20T23:56:12.152401+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 35.0.0
2024-11-20T23:56:07.954344+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 35.0.0
2024-11-20T23:55:32.534622+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 35.0.0
2024-11-20T23:55:32.070110+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 35.0.0
2024-11-20T23:55:31.603588+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 35.0.0
2024-11-20T23:55:31.132585+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 35.0.0
2024-11-20T23:55:22.148577+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 35.0.0
2024-11-20T23:03:59.398457+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-20T22:31:21.831529+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 35.0.0
2024-11-19T03:07:08.933180+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.303451+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:51:13.260759+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 34.3.2
2024-11-18T23:44:44.846122+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 34.3.2
2024-11-18T23:44:40.563155+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 34.3.2
2024-11-18T23:43:54.901794+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 34.3.2
2024-11-18T23:43:54.437031+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 34.3.2
2024-11-18T23:43:53.968608+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 34.3.2
2024-11-18T23:43:53.500210+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 34.3.2
2024-11-18T23:43:45.842472+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 34.3.2
2024-11-18T22:50:22.666248+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:23:20.873477+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.3.2
2024-10-17T02:05:42.652175+00:00 GHSA Importer Affected by VCID-dapt-wsva-ubfv https://github.com/advisories/GHSA-rrqc-c2jx-6jgv 34.0.2
2024-10-08T03:43:42.609490+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.418565+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:41:25.957670+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 34.0.2
2024-10-08T00:30:59.964338+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 34.0.2
2024-10-08T00:30:59.090173+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 34.0.2
2024-10-08T00:30:33.858454+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 34.0.2
2024-10-08T00:30:33.397560+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 34.0.2
2024-10-08T00:30:32.908556+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 34.0.2
2024-10-08T00:30:32.438376+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 34.0.2
2024-10-08T00:30:30.929406+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 34.0.2
2024-10-07T23:50:55.492069+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:23:32.977191+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.0.2
2024-10-07T22:05:26.795786+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.293760+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:32.808693+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.2
2024-10-07T19:33:03.555981+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.2
2024-10-07T18:45:20.032566+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.2
2024-10-07T18:17:30.009332+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab https://github.com/advisories/GHSA-wpjr-j57x-wxfw 34.0.2
2024-10-07T18:11:22.518069+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag https://github.com/advisories/GHSA-337x-4q8g-prc5 34.0.2
2024-10-07T18:10:48.781794+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.2
2024-10-07T18:00:16.424552+00:00 GHSA Importer Affected by VCID-q58w-h5mb-aaaj https://github.com/advisories/GHSA-v9qg-3j8p-r63v 34.0.2
2024-10-07T18:00:14.202817+00:00 GHSA Importer Affected by VCID-pyaf-bv24-aaah https://github.com/advisories/GHSA-6r97-cj55-9hrq 34.0.2
2024-10-07T18:00:12.914257+00:00 GHSA Importer Affected by VCID-d9pc-5fer-aaak https://github.com/advisories/GHSA-h5jv-4p7w-64jg 34.0.2
2024-10-07T18:00:11.935255+00:00 GHSA Importer Affected by VCID-2w9q-sann-aaak https://github.com/advisories/GHSA-c4qh-4vgv-qc6g 34.0.2
2024-10-07T17:59:12.853347+00:00 GHSA Importer Affected by VCID-wtpw-b4cs-aaaf https://github.com/advisories/GHSA-7rp2-fm2h-wchj 34.0.2
2024-10-07T17:58:41.819421+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam https://github.com/advisories/GHSA-6c3j-c64m-qhgq 34.0.2
2024-09-29T09:22:03.413543+00:00 GitLab Importer Affected by VCID-zh4q-8g5x-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 34.0.1
2024-09-29T09:11:50.039163+00:00 GitLab Importer Affected by VCID-r4bp-3zs8-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-3498.yml 34.0.1
2024-09-29T09:11:49.227577+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 34.0.1
2024-09-29T09:11:28.777592+00:00 GitLab Importer Affected by VCID-q58w-h5mb-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 34.0.1
2024-09-29T09:11:28.323943+00:00 GitLab Importer Affected by VCID-pyaf-bv24-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 34.0.1
2024-09-29T09:11:27.861934+00:00 GitLab Importer Affected by VCID-d9pc-5fer-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 34.0.1
2024-09-29T09:11:27.400101+00:00 GitLab Importer Affected by VCID-2w9q-sann-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 34.0.1
2024-09-29T09:11:26.035370+00:00 GitLab Importer Affected by VCID-wtpw-b4cs-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 34.0.1
2024-09-23T03:30:55.727103+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:01.801524+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:46.974376+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-22T23:37:50.604795+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.0.1
2024-09-22T22:32:59.645835+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.332460+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:18.263830+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab https://github.com/advisories/GHSA-v6rh-hp5x-86rv 34.0.1
2024-09-22T20:19:17.675618+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.1
2024-09-22T19:39:39.810857+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.1
2024-09-22T18:59:55.411086+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab https://github.com/advisories/GHSA-wpjr-j57x-wxfw 34.0.1
2024-09-22T18:53:56.285105+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag https://github.com/advisories/GHSA-337x-4q8g-prc5 34.0.1
2024-09-22T18:53:13.673312+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.1
2024-09-22T18:37:39.656953+00:00 GHSA Importer Affected by VCID-q58w-h5mb-aaaj https://github.com/advisories/GHSA-v9qg-3j8p-r63v 34.0.1
2024-09-22T18:37:37.428318+00:00 GHSA Importer Affected by VCID-pyaf-bv24-aaah https://github.com/advisories/GHSA-6r97-cj55-9hrq 34.0.1
2024-09-22T18:37:36.074052+00:00 GHSA Importer Affected by VCID-d9pc-5fer-aaak https://github.com/advisories/GHSA-h5jv-4p7w-64jg 34.0.1
2024-09-22T18:37:35.082510+00:00 GHSA Importer Affected by VCID-2w9q-sann-aaak https://github.com/advisories/GHSA-c4qh-4vgv-qc6g 34.0.1
2024-09-22T18:36:31.684056+00:00 GHSA Importer Affected by VCID-wtpw-b4cs-aaaf https://github.com/advisories/GHSA-7rp2-fm2h-wchj 34.0.1
2024-09-22T18:35:55.865384+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam https://github.com/advisories/GHSA-6c3j-c64m-qhgq 34.0.1
2024-09-18T12:21:14.061042+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-17T23:13:48.258904+00:00 PyPI Importer Affected by VCID-an9k-wmax-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-05-17T21:15:01.548841+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.116473+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:11:53.439237+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:51.828474+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-24T01:33:33.088833+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc4
2024-04-24T01:33:32.723470+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.0.0rc4
2024-04-23T22:05:59.169359+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:56.803919+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc4
2024-04-23T21:31:15.911630+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc4
2024-04-23T21:31:12.441454+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-23T20:44:40.922116+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar https://github.com/advisories/GHSA-3gh2-xw74-jmcw 34.0.0rc4
2024-04-23T20:44:38.490858+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc4
2024-04-23T20:34:23.584904+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.0rc4
2024-04-23T20:34:17.587307+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc4
2024-04-23T20:00:13.926157+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan https://github.com/advisories/GHSA-2m34-jcjv-45xf 34.0.0rc4
2024-04-23T20:00:12.083950+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan None 34.0.0rc4
2024-04-23T20:00:00.173437+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab None 34.0.0rc4
2024-04-23T19:59:59.725853+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab https://github.com/advisories/GHSA-wpjr-j57x-wxfw 34.0.0rc4
2024-04-23T19:43:37.431748+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc4
2024-04-23T19:43:34.272462+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.0rc4
2024-04-23T19:29:25.609206+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc4
2024-04-23T19:29:20.697902+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam https://github.com/advisories/GHSA-6c3j-c64m-qhgq 34.0.0rc4
2024-01-10T04:46:23.194113+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.639941+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-10T04:04:08.941349+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc2
2024-01-10T04:04:08.598302+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.0.0rc2
2024-01-10T00:02:53.675403+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:51.269394+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc2
2024-01-09T23:28:06.358602+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc2
2024-01-09T23:28:02.912906+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-09T22:38:45.074144+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar https://github.com/advisories/GHSA-3gh2-xw74-jmcw 34.0.0rc2
2024-01-09T22:38:42.692650+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc2
2024-01-09T22:26:28.311816+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.0rc2
2024-01-09T22:26:22.091427+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc2
2024-01-09T21:52:17.285930+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan https://github.com/advisories/GHSA-2m34-jcjv-45xf 34.0.0rc2
2024-01-09T21:52:15.393331+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan None 34.0.0rc2
2024-01-09T21:52:05.244931+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab None 34.0.0rc2
2024-01-09T21:52:04.764468+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab https://github.com/advisories/GHSA-wpjr-j57x-wxfw 34.0.0rc2
2024-01-09T21:35:10.464452+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc2
2024-01-09T21:35:07.096408+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.0rc2
2024-01-09T21:21:44.959720+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam https://github.com/advisories/GHSA-6c3j-c64m-qhgq 34.0.0rc2
2024-01-09T21:21:40.123590+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc2
2024-01-03T21:33:26.787479+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.327831+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T20:46:41.953227+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc1
2024-01-03T20:46:41.597100+00:00 GitLab Importer Affected by VCID-tv97-anfg-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 34.0.0rc1
2024-01-03T19:48:18.010026+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:15.689303+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc1
2024-01-03T19:13:38.342291+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc1
2024-01-03T19:13:34.879080+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T18:50:55.717224+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:30:31.946485+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:26:31.575368+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar https://github.com/advisories/GHSA-3gh2-xw74-jmcw 34.0.0rc1
2024-01-03T18:15:28.049439+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.0rc1
2024-01-03T17:38:26.337357+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan https://github.com/advisories/GHSA-2m34-jcjv-45xf 34.0.0rc1
2024-01-03T17:38:11.883867+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab https://github.com/advisories/GHSA-wpjr-j57x-wxfw 34.0.0rc1
2024-01-03T17:11:09.535160+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc1
2024-01-03T17:04:21.497334+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc1
2024-01-03T16:37:28.593528+00:00 GHSA Importer Affected by VCID-zrah-xa2u-aaan None 34.0.0rc1
2024-01-03T16:37:20.918806+00:00 GHSA Importer Affected by VCID-7dtn-w6bf-aaab None 34.0.0rc1
2024-01-03T16:27:51.350831+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc1
2024-01-03T16:19:52.559186+00:00 GHSA Importer Affected by VCID-tv97-anfg-aaam None 34.0.0rc1