Search for packages
Package details: pkg:pypi/django@1.10.3
purl pkg:pypi/django@1.10.3
Next non-vulnerable version 4.2.22
Latest non-vulnerable version 5.2.2
Risk 10.0
Vulnerabilities affecting this package (14)
Vulnerability Summary Fixed by
VCID-1ay6-j864-aaaq
Aliases:
BIT-django-2022-36359
CVE-2022-36359
GHSA-8x94-hmjh-97hq
PYSEC-2022-245
An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.
3.2.15
Affected by 11 other vulnerabilities.
4.0a1
Affected by 7 other vulnerabilities.
4.0.7
Affected by 7 other vulnerabilities.
4.1a1
Affected by 8 other vulnerabilities.
VCID-3gge-bre2-aaac
Aliases:
BIT-django-2024-24680
CVE-2024-24680
GHSA-xxj9-f6rv-m3x4
PYSEC-2024-28
An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.
3.2.24
Affected by 2 other vulnerabilities.
4.2.10
Affected by 17 other vulnerabilities.
5.0.2
Affected by 16 other vulnerabilities.
VCID-93tt-u75s-aaab
Aliases:
BIT-2021-44420
BIT-django-2021-44420
CVE-2021-44420
GHSA-v6rh-hp5x-86rv
PYSEC-2021-439
In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths.
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-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-jefu-dz7u-aaac
Aliases:
CVE-2019-6975
GHSA-wh4h-v3f2-r2pp
PYSEC-2019-18
PYSEC-2019-88
Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function.
1.11.19
Affected by 0 other vulnerabilities.
1.11.20
Affected by 15 other vulnerabilities.
2.0a1
Affected by 10 other vulnerabilities.
2.0.11
Affected by 0 other vulnerabilities.
2.0.12
Affected by 12 other vulnerabilities.
2.1a1
Affected by 18 other vulnerabilities.
2.1.6
Affected by 0 other vulnerabilities.
2.1.7
Affected by 19 other vulnerabilities.
2.2a1
Affected by 21 other vulnerabilities.
VCID-mc9t-adza-aaak
Aliases:
CVE-2017-7233
GHSA-37hp-765x-j95x
PYSEC-2017-9
Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.
1.10.7
Affected by 12 other vulnerabilities.
1.11
Affected by 21 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.)
1.11.27
Affected by 8 other vulnerabilities.
2.0a1
Affected by 10 other vulnerabilities.
2.2.9
Affected by 25 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.1
Affected by 18 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-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.
1.11.18
Affected by 16 other vulnerabilities.
2.0.10
Affected by 13 other vulnerabilities.
2.1.5
Affected by 20 other vulnerabilities.
VCID-w5zz-sb5k-aaan
Aliases:
CVE-2017-12794
GHSA-9r8w-6x8c-6jr9
PYSEC-2017-44
In Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5, HTML autoescaping was disabled in a portion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulnerability shouldn't affect most production sites since you shouldn't run with "DEBUG = True" (which makes this page accessible) in your production settings.
1.10.8
Affected by 11 other vulnerabilities.
1.11.5
Affected by 20 other vulnerabilities.
VCID-wvz5-nmre-aaaj
Aliases:
CVE-2017-7234
GHSA-h4hv-m4h4-mhwg
PYSEC-2017-10
A maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the ``django.views.static.serve()`` view could redirect to any other domain, aka an open redirect vulnerability.
1.10.7
Affected by 12 other vulnerabilities.
1.11a1
Affected by 19 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.
1.11.29
Affected by 6 other vulnerabilities.
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.
1.11.28
Affected by 7 other vulnerabilities.
2.0a1
Affected by 10 other vulnerabilities.
2.2.10
Affected by 24 other vulnerabilities.
3.0a1
Affected by 10 other vulnerabilities.
3.0.3
Affected by 17 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-n4jb-683r-aaar Django 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3 use a hardcoded password for a temporary database user created when running tests with an Oracle database, which makes it easier for remote attackers to obtain access to the database server by leveraging failure to manually specify a password in the database settings TEST dictionary. CVE-2016-9013
GHSA-mv8g-fhh6-6267
PYSEC-2016-17
VCID-shuh-ae95-aaah Django before 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3, when settings.DEBUG is True, allow remote attackers to conduct DNS rebinding attacks by leveraging failure to validate the HTTP Host header against settings.ALLOWED_HOSTS. CVE-2016-9014
GHSA-3f2c-jm6v-cr35
PYSEC-2016-18

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:09:17.049015+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.516195+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.589554+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.495258+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.536958+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.411878+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.3
2025-06-20T14:34:20.517669+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:09.172314+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:33:08.666081+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 36.1.3
2025-06-20T13:55:58.171174+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 36.1.3
2025-06-20T13:55:58.023003+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 36.1.3
2025-06-20T13:53:41.010158+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 36.1.3
2025-06-20T13:53:40.690916+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 36.1.3
2025-06-20T13:53:40.363963+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 36.1.3
2025-06-20T13:53:40.055248+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 36.1.3
2025-06-20T13:52:01.815374+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 36.1.3
2025-06-20T13:52:01.499921+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 36.1.3
2025-06-20T13:52:01.187050+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 36.1.3
2025-06-20T13:52:00.877520+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 36.1.3
2025-06-03T23:45:14.493788+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.372519+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.661733+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.684779+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:05.948828+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.067559+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.0
2025-06-03T21:18:10.642954+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:01.205999+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:17:00.686877+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 36.1.0
2025-06-03T20:47:49.974509+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 36.1.0
2025-06-03T20:47:49.828641+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 36.1.0
2025-06-03T20:45:32.490674+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 36.1.0
2025-06-03T20:45:32.213947+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 36.1.0
2025-06-03T20:45:31.939022+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 36.1.0
2025-06-03T20:45:31.626131+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 36.1.0
2025-06-03T20:42:53.966551+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 36.1.0
2025-06-03T20:42:53.684698+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 36.1.0
2025-06-03T20:42:53.388166+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 36.1.0
2025-06-03T20:42:53.095006+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 36.1.0
2025-06-02T23:43:40.439641+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.759882+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.165305+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.379818+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.265359+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.474963+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.1.2
2025-06-02T20:59:18.622924+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:01.359259+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:58:00.793275+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 36.1.2
2025-06-02T20:27:28.436103+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 36.1.2
2025-06-02T20:27:28.219706+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 36.1.2
2025-06-02T20:25:06.639573+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 36.1.2
2025-06-02T20:25:06.323492+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 36.1.2
2025-06-02T20:25:05.983828+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 36.1.2
2025-06-02T20:25:05.748031+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 36.1.2
2025-06-02T20:22:30.236445+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 36.1.2
2025-06-02T20:22:29.920038+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 36.1.2
2025-06-02T20:22:29.609419+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 36.1.2
2025-06-02T20:22:29.300012+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 36.1.2
2025-04-03T22:26:32.764858+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.082994+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.043439+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.027640+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.388732+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:06.951689+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 36.0.0
2025-04-03T17:30:42.050774+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:28:22.757803+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:28:21.458231+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 36.0.0
2025-04-03T16:41:17.031306+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 36.0.0
2025-04-03T16:41:16.615753+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 36.0.0
2025-04-03T16:37:36.540355+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 36.0.0
2025-04-03T16:37:35.669354+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 36.0.0
2025-04-03T16:37:34.801991+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 36.0.0
2025-04-03T16:37:34.240303+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 36.0.0
2025-04-03T16:34:22.784548+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 36.0.0
2025-04-03T16:34:21.903006+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 36.0.0
2025-04-03T16:34:21.015937+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 36.0.0
2025-04-03T16:34:20.162105+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 36.0.0
2025-02-18T07:56:08.684845+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.281926+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.531082+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:49.898913+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.074864+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-18T00:14:23.719925+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.146247+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 35.1.0
2025-02-17T23:23:58.406822+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-17T23:23:57.281987+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 35.1.0
2025-02-17T22:47:07.573660+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 35.1.0
2025-02-17T22:47:07.208948+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 35.1.0
2025-02-17T22:47:06.824479+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 35.1.0
2025-02-17T22:47:05.195158+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 35.1.0
2025-02-17T22:34:10.181790+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 35.1.0
2025-02-17T22:34:09.927486+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 35.1.0
2025-02-17T22:30:53.666352+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 35.1.0
2025-02-17T22:30:52.078500+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 35.1.0
2025-02-17T22:30:50.488612+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 35.1.0
2025-02-17T22:30:49.653848+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 35.1.0
2024-11-28T20:05:20.654835+00:00 GithubOSV Importer Fixing VCID-shuh-ae95-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-3f2c-jm6v-cr35/GHSA-3f2c-jm6v-cr35.json 35.0.0
2024-11-21T03:17:31.293182+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.269552+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.244075+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.525216+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:03:59.085270+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:34:01.296005+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-20T22:11:25.644265+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 35.0.0
2024-11-20T22:11:25.218401+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 35.0.0
2024-11-20T21:59:19.184737+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 35.0.0
2024-11-20T21:58:02.169153+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 35.0.0
2024-11-20T21:58:01.335954+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 35.0.0
2024-11-19T19:01:13.743021+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.3.2
2024-11-19T03:07:08.593032+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.018622+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:12.973121+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-18T22:50:22.389726+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:25:48.520004+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-18T22:07:26.669290+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.3.2
2024-11-18T22:07:26.239225+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.3.2
2024-11-18T21:56:28.667218+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.3.2
2024-11-18T21:55:14.394036+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.3.2
2024-11-18T21:55:13.562962+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.3.2
2024-10-17T02:05:42.307954+00:00 GHSA Importer Affected by VCID-dapt-wsva-ubfv https://github.com/advisories/GHSA-rrqc-c2jx-6jgv 34.0.2
2024-10-15T18:11:19.622573+00:00 GithubOSV Importer Fixing VCID-shuh-ae95-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-3f2c-jm6v-cr35/GHSA-3f2c-jm6v-cr35.json 34.0.2
2024-10-15T18:11:19.203611+00:00 GithubOSV Importer Fixing VCID-n4jb-683r-aaar https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-mv8g-fhh6-6267/GHSA-mv8g-fhh6-6267.json 34.0.2
2024-10-08T03:43:42.265129+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.123505+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.654686+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-07T23:50:55.202390+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:26:12.401145+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-07T23:07:40.041976+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.0.2
2024-10-07T23:07:39.620446+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.0.2
2024-10-07T22:56:39.130695+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.0.2
2024-10-07T22:55:22.228118+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.0.2
2024-10-07T22:55:21.410472+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.0.2
2024-10-07T22:05:26.424359+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.015211+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.531535+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.275266+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:21.043256+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.2
2024-10-07T18:12:31.501883+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac https://github.com/advisories/GHSA-wh4h-v3f2-r2pp 34.0.2
2024-10-07T18:11:23.375421+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:50.165861+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.2
2024-10-07T17:28:12.675947+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/advisories/GHSA-h4hv-m4h4-mhwg 34.0.2
2024-10-07T17:28:11.704373+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak https://github.com/advisories/GHSA-37hp-765x-j95x 34.0.2
2024-10-07T17:15:13.028092+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/advisories/GHSA-9r8w-6x8c-6jr9 34.0.2
2024-10-07T17:11:30.546460+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.0.2
2024-10-07T17:11:29.365570+00:00 GHSA Importer Fixing VCID-n4jb-683r-aaar https://github.com/advisories/GHSA-mv8g-fhh6-6267 34.0.2
2024-09-29T09:22:03.131739+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-23T03:30:55.446142+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.494316+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.696868+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:40:25.186359+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-22T23:22:21.592084+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.0.1
2024-09-22T23:22:21.194273+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.0.1
2024-09-22T23:12:01.059503+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.0.1
2024-09-22T22:32:59.313431+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.017552+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:17.956204+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.367446+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:41.117932+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.1
2024-09-22T18:55:26.423809+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac https://github.com/advisories/GHSA-wh4h-v3f2-r2pp 34.0.1
2024-09-22T18:53:57.153383+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:15.938503+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.1
2024-09-22T17:55:33.608111+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/advisories/GHSA-h4hv-m4h4-mhwg 34.0.1
2024-09-22T17:55:32.619307+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak https://github.com/advisories/GHSA-37hp-765x-j95x 34.0.1
2024-09-22T17:38:39.874891+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/advisories/GHSA-9r8w-6x8c-6jr9 34.0.1
2024-09-18T12:21:13.781509+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:07:51.843943+00:00 Pypa Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-16.yaml 34.0.1
2024-09-18T12:07:15.264536+00:00 Pypa Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-10.yaml 34.0.1
2024-09-18T12:07:14.687490+00:00 Pypa Importer Affected by VCID-mc9t-adza-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-9.yaml 34.0.1
2024-09-18T12:07:10.377591+00:00 Pypa Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-44.yaml 34.0.1
2024-09-18T12:01:08.107504+00:00 Pypa Importer Fixing VCID-shuh-ae95-aaah https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2016-18.yaml 34.0.1
2024-09-18T12:01:06.357828+00:00 Pypa Importer Fixing VCID-n4jb-683r-aaar https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2016-17.yaml 34.0.1
2024-09-18T09:11:47.950620+00:00 GithubOSV Importer Fixing VCID-shuh-ae95-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-3f2c-jm6v-cr35/GHSA-3f2c-jm6v-cr35.json 34.0.1
2024-09-18T09:11:26.063935+00:00 GithubOSV Importer Fixing VCID-n4jb-683r-aaar https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-mv8g-fhh6-6267/GHSA-mv8g-fhh6-6267.json 34.0.1
2024-09-17T23:13:47.991129+00:00 PyPI Importer Affected by VCID-an9k-wmax-aaam https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:52:44.679652+00:00 PyPI Importer Affected by VCID-pm6s-x7r5-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:51:44.512753+00:00 PyPI Importer Affected by VCID-mc9t-adza-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:51:17.440884+00:00 PyPI Importer Affected by VCID-w5zz-sb5k-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:50:57.152500+00:00 PyPI Importer Affected by VCID-wvz5-nmre-aaaj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:50:47.745060+00:00 PyPI Importer Fixing VCID-shuh-ae95-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:50:45.951541+00:00 PyPI Importer Fixing VCID-n4jb-683r-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:26:46.884382+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.0.1
2024-09-17T22:26:45.590310+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.0.1
2024-09-17T22:13:46.621620+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.0.1
2024-09-17T22:13:01.045750+00:00 GHSA Importer Fixing VCID-n4jb-683r-aaar https://github.com/advisories/GHSA-mv8g-fhh6-6267 34.0.1
2024-05-17T21:15:01.251765+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:43.789826+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.155105+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.556594+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-24T01:38:34.275933+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.0rc4
2024-04-24T01:38:33.204098+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc4
2024-04-24T01:15:05.638313+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.0.0rc4
2024-04-24T01:15:05.239485+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc4
2024-04-24T01:15:04.829491+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc4
2024-04-24T01:15:04.020387+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.0.0rc4
2024-04-24T01:08:28.569697+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.0.0rc4
2024-04-24T01:08:28.300120+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc4
2024-04-24T01:05:59.342388+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc4
2024-04-24T01:05:58.558064+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.0.0rc4
2024-04-24T01:05:57.758823+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 34.0.0rc4
2024-04-24T01:05:56.984444+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.0.0rc4
2024-04-23T23:07:11.467730+00:00 GithubOSV Importer Fixing VCID-shuh-ae95-aaah https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-3f2c-jm6v-cr35/GHSA-3f2c-jm6v-cr35.json 34.0.0rc4
2024-04-23T23:06:55.335955+00:00 GithubOSV Importer Fixing VCID-n4jb-683r-aaar https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-mv8g-fhh6-6267/GHSA-mv8g-fhh6-6267.json 34.0.0rc4
2024-04-23T22:05:58.887981+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.540773+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc4
2024-04-23T21:31:15.655984+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.177071+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc4
2024-04-23T20:44:39.975267+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.022215+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc4
2024-04-23T20:34:20.911925+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:18.620774+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc4
2024-04-23T19:47:38.354035+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac None 34.0.0rc4
2024-04-23T19:47:36.099043+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac https://github.com/advisories/GHSA-wh4h-v3f2-r2pp 34.0.0rc4
2024-04-23T19:44:45.895940+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag https://github.com/advisories/GHSA-337x-4q8g-prc5 34.0.0rc4
2024-04-23T19:44:42.146004+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag None 34.0.0rc4
2024-04-23T19:43:36.973842+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.0rc4
2024-04-23T19:43:33.812819+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc4
2024-04-23T18:50:44.722051+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc4
2024-04-23T18:50:44.494242+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/advisories/GHSA-h4hv-m4h4-mhwg 34.0.0rc4
2024-04-23T18:50:40.702013+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc4
2024-04-23T18:50:39.674037+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak https://github.com/advisories/GHSA-37hp-765x-j95x 34.0.0rc4
2024-04-23T18:39:34.879324+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/advisories/GHSA-9r8w-6x8c-6jr9 34.0.0rc4
2024-04-23T18:39:33.698397+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc4
2024-04-23T18:28:27.990877+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc4
2024-04-23T18:28:27.754419+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.0.0rc4
2024-04-23T17:44:57.054176+00:00 PyPI Importer Fixing VCID-n4jb-683r-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-04-23T17:41:04.514274+00:00 GHSA Importer Fixing VCID-n4jb-683r-aaar https://github.com/advisories/GHSA-mv8g-fhh6-6267 34.0.0rc4
2024-01-10T04:46:22.916759+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.376067+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-10T04:09:16.092301+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.0rc2
2024-01-10T04:09:15.055574+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc2
2024-01-10T03:43:55.667250+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.0.0rc2
2024-01-10T03:43:55.262876+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc2
2024-01-10T03:43:54.857279+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc2
2024-01-10T03:43:54.058901+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.0.0rc2
2024-01-10T03:34:48.018229+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.0.0rc2
2024-01-10T03:34:47.748393+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc2
2024-01-10T03:31:50.264120+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc2
2024-01-10T03:31:49.487491+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.0.0rc2
2024-01-10T03:31:48.693757+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 34.0.0rc2
2024-01-10T03:31:47.923656+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.0.0rc2
2024-01-10T00:02:53.396733+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.991471+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc2
2024-01-09T23:28:06.094878+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.652561+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc2
2024-01-09T22:38:44.156144+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.078579+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc2
2024-01-09T22:26:25.530098+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:23.109346+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc2
2024-01-09T21:39:12.528530+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac None 34.0.0rc2
2024-01-09T21:39:10.276613+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac https://github.com/advisories/GHSA-wh4h-v3f2-r2pp 34.0.0rc2
2024-01-09T21:36:26.459662+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag https://github.com/advisories/GHSA-337x-4q8g-prc5 34.0.0rc2
2024-01-09T21:36:22.348064+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag None 34.0.0rc2
2024-01-09T21:35:09.976196+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/advisories/GHSA-vfq6-hq5r-27r6 34.0.0rc2
2024-01-09T21:35:06.587392+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc2
2024-01-09T20:43:50.787857+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc2
2024-01-09T20:43:50.555059+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/advisories/GHSA-h4hv-m4h4-mhwg 34.0.0rc2
2024-01-09T20:43:46.997663+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc2
2024-01-09T20:43:46.176170+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak https://github.com/advisories/GHSA-37hp-765x-j95x 34.0.0rc2
2024-01-09T20:30:14.979410+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/advisories/GHSA-9r8w-6x8c-6jr9 34.0.0rc2
2024-01-09T20:30:13.809032+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc2
2024-01-09T20:22:09.258958+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc2
2024-01-09T20:22:09.032856+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.0.0rc2
2024-01-03T21:33:26.524294+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.066719+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T20:52:35.034999+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.0rc1
2024-01-03T20:52:33.996987+00:00 GitLab Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc1
2024-01-03T20:20:43.977555+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7234.yml 34.0.0rc1
2024-01-03T20:20:43.570027+00:00 GitLab Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc1
2024-01-03T20:20:43.157374+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc1
2024-01-03T20:20:42.316351+00:00 GitLab Importer Affected by VCID-mc9t-adza-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-7233.yml 34.0.0rc1
2024-01-03T20:11:03.900682+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2017-12794.yml 34.0.0rc1
2024-01-03T20:11:03.626720+00:00 GitLab Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc1
2024-01-03T20:08:20.988065+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc1
2024-01-03T20:08:19.378168+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar None 34.0.0rc1
2024-01-03T19:48:17.742289+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.430112+00:00 GHSA Importer Affected by VCID-93tt-u75s-aaab None 34.0.0rc1
2024-01-03T19:13:38.079337+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.618648+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 34.0.0rc1
2024-01-03T18:50:55.449584+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:35:38.273101+00:00 PyPI Importer Affected by VCID-pm6s-x7r5-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:43.315019+00:00 PyPI Importer Affected by VCID-mc9t-adza-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:25.753502+00:00 PyPI Importer Affected by VCID-w5zz-sb5k-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:09.724226+00:00 PyPI Importer Affected by VCID-wvz5-nmre-aaaj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:01.176782+00:00 PyPI Importer Fixing VCID-n4jb-683r-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:00.703248+00:00 PyPI Importer Fixing VCID-shuh-ae95-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:30:57.415262+00:00 Pypa Importer Fixing VCID-shuh-ae95-aaah https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2016-18.yaml 34.0.0rc1
2024-01-03T18:30:44.701472+00:00 Pypa Importer Affected by VCID-pm6s-x7r5-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-16.yaml 34.0.0rc1
2024-01-03T18:30:38.309933+00:00 Pypa Importer Fixing VCID-n4jb-683r-aaar https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2016-17.yaml 34.0.0rc1
2024-01-03T18:30:31.682002+00:00 Pypa Importer Affected by VCID-an9k-wmax-aaam https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-98.yaml 34.0.0rc1
2024-01-03T18:30:16.956138+00:00 Pypa Importer Affected by VCID-wvz5-nmre-aaaj https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-10.yaml 34.0.0rc1
2024-01-03T18:30:10.334488+00:00 Pypa Importer Affected by VCID-w5zz-sb5k-aaan https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-44.yaml 34.0.0rc1
2024-01-03T18:30:09.556333+00:00 Pypa Importer Affected by VCID-mc9t-adza-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2017-9.yaml 34.0.0rc1
2024-01-03T18:26:30.803292+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:24.930309+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas https://github.com/advisories/GHSA-hmr4-m2h5-33qx 34.0.0rc1
2024-01-03T17:52:44.772741+00:00 GitLab Importer Fixing VCID-shuh-ae95-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9014.yml 34.0.0rc1
2024-01-03T17:52:43.672682+00:00 GitLab Importer Fixing VCID-n4jb-683r-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2016-9013.yml 34.0.0rc1
2024-01-03T17:43:56.626374+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah https://github.com/advisories/GHSA-3f2c-jm6v-cr35 34.0.0rc1
2024-01-03T17:11:09.068330+00:00 GHSA Importer Affected by VCID-x5yz-7qtf-aaar None 34.0.0rc1
2024-01-03T17:04:22.445872+00:00 GHSA Importer Affected by VCID-zh4q-8g5x-aaas None 34.0.0rc1
2024-01-03T16:30:31.185202+00:00 GHSA Importer Affected by VCID-jefu-dz7u-aaac None 34.0.0rc1
2024-01-03T16:28:36.702765+00:00 GHSA Importer Affected by VCID-r4bp-3zs8-aaag None 34.0.0rc1
2024-01-03T16:27:49.192526+00:00 GHSA Importer Affected by VCID-pm6s-x7r5-aaak None 34.0.0rc1
2024-01-03T15:57:16.052859+00:00 GHSA Importer Affected by VCID-wvz5-nmre-aaaj None 34.0.0rc1
2024-01-03T15:57:13.148716+00:00 GHSA Importer Affected by VCID-mc9t-adza-aaak None 34.0.0rc1
2024-01-03T15:47:44.696618+00:00 GHSA Importer Affected by VCID-w5zz-sb5k-aaan None 34.0.0rc1
2024-01-03T15:42:23.717676+00:00 GHSA Importer Fixing VCID-shuh-ae95-aaah None 34.0.0rc1