Search for packages
Package details: pkg:pypi/django@5.0.7
purl pkg:pypi/django@5.0.7
Next non-vulnerable version 5.0.14
Latest non-vulnerable version 5.2.2
Risk 4.5
Vulnerabilities affecting this package (11)
Vulnerability Summary Fixed by
VCID-4c4n-p117-sqcv
Aliases:
BIT-django-2025-26699
CVE-2025-26699
GHSA-p3fp-8748-vqfq
PYSEC-2025-13
django: Potential denial-of-service vulnerability in django.utils.text.wrap()
5.0.13
Affected by 1 other vulnerability.
5.1a1
Affected by 0 other vulnerabilities.
5.1.7
Affected by 3 other vulnerabilities.
5.2a1
Affected by 0 other vulnerabilities.
VCID-adsn-8dtx-aaan
Aliases:
BIT-django-2024-41990
CVE-2024-41990
GHSA-795c-9xpc-xw6g
PYSEC-2024-68
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.
5.0.8
Affected by 7 other vulnerabilities.
VCID-c291-japf-r3a8
Aliases:
BIT-django-2024-45230
CVE-2024-45230
GHSA-5hgc-2vfp-mqvc
PYSEC-2024-102
An issue was discovered in Django 5.1 before 5.1.1, 5.0 before 5.0.9, and 4.2 before 4.2.16. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.
5.0.9
Affected by 5 other vulnerabilities.
5.1.1
Affected by 7 other vulnerabilities.
VCID-c94m-sbts-aaae
Aliases:
BIT-django-2024-42005
CVE-2024-42005
GHSA-pv4p-cwwg-4rph
PYSEC-2024-70
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.
5.0.8
Affected by 7 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).
5.0.9
Affected by 5 other vulnerabilities.
5.1.1
Affected by 7 other vulnerabilities.
VCID-dpmr-57g2-aqhv
Aliases:
CVE-2025-27556
GHSA-wqfg-m96j-85vm
PYSEC-2025-14
django: Django DoS Unicode Attack
5.0.14
Affected by 0 other vulnerabilities.
5.1a1
Affected by 0 other vulnerabilities.
5.1.8
Affected by 2 other vulnerabilities.
5.2a1
Affected by 0 other vulnerabilities.
VCID-ewxh-f1q5-kyaa
Aliases:
BIT-django-2024-56374
CVE-2024-56374
GHSA-qcgg-j2x8-h9g8
PYSEC-2025-1
django: potential denial-of-service vulnerability in IPv6 validation
5.0.11
Affected by 2 other vulnerabilities.
5.1.5
Affected by 4 other vulnerabilities.
VCID-fuhn-4eep-23b5
Aliases:
BIT-django-2024-53908
CVE-2024-53908
GHSA-m9g8-fxxm-xg86
PYSEC-2024-157
Django SQL injection in HasKey(lhs, rhs) on Oracle
5.0.10
Affected by 3 other vulnerabilities.
5.1.4
Affected by 5 other vulnerabilities.
VCID-jaz4-2j4u-aaas
Aliases:
BIT-django-2024-41991
CVE-2024-41991
GHSA-r836-hh6v-rg5g
PYSEC-2024-69
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize and urlizetrunc template filters, and the AdminURLFieldWidget widget, are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.
5.0.8
Affected by 7 other vulnerabilities.
VCID-tzxq-4jex-aaaa
Aliases:
BIT-django-2024-41989
CVE-2024-41989
GHSA-jh75-99hh-qvx9
PYSEC-2024-67
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent.
5.0.8
Affected by 7 other vulnerabilities.
VCID-uzhs-cg7d-jycp
Aliases:
BIT-django-2024-53907
CVE-2024-53907
GHSA-8498-2h75-472j
PYSEC-2024-156
Django denial-of-service in django.utils.html.strip_tags()
5.0.10
Affected by 3 other vulnerabilities.
5.1.4
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (4)
Vulnerability Summary Aliases
VCID-311z-mwbu-aaac An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. Derived classes of the django.core.files.storage.Storage base class, when they override generate_filename() without replicating the file-path validations from the parent class, potentially allow directory traversal via certain inputs during a save() call. (Built-in Storage sub-classes are unaffected.) BIT-django-2024-39330
CVE-2024-39330
GHSA-9jmf-237g-qf46
PYSEC-2024-58
VCID-6vf7-qted-aaae An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets. BIT-django-2024-38875
CVE-2024-38875
GHSA-qg2p-9jwr-mmqf
PYSEC-2024-56
VCID-ahju-7yv8-aaaq An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. The django.contrib.auth.backends.ModelBackend.authenticate() method allows remote attackers to enumerate users via a timing attack involving login requests for users with an unusable password. BIT-django-2024-39329
CVE-2024-39329
GHSA-x7q2-wr7g-xqmf
PYSEC-2024-57
VCID-ssr4-dq86-aaak An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. get_supported_language_variant() was subject to a potential denial-of-service attack when used with very long strings containing specific characters. BIT-django-2024-39614
CVE-2024-39614
GHSA-f6f8-9mx6-9mx2
PYSEC-2024-59

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:19:34.291908+00:00 GitLab Importer Affected by VCID-dpmr-57g2-aqhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-27556.yml 36.1.3
2025-06-20T17:17:29.217258+00:00 GitLab Importer Affected by VCID-4c4n-p117-sqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-26699.yml 36.1.3
2025-06-20T17:13:26.262326+00:00 GitLab Importer Affected by VCID-fuhn-4eep-23b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53908.yml 36.1.3
2025-06-20T17:13:25.991036+00:00 GitLab Importer Affected by VCID-uzhs-cg7d-jycp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53907.yml 36.1.3
2025-06-20T17:09:20.067451+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 36.1.3
2025-06-20T17:09:17.524971+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-20T17:06:11.753786+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 36.1.3
2025-06-20T17:06:11.624144+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 36.1.3
2025-06-20T17:06:11.504792+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 36.1.3
2025-06-20T17:06:11.373527+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 36.1.3
2025-06-20T17:05:10.078941+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 36.1.3
2025-06-20T17:05:09.660058+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 36.1.3
2025-06-20T17:05:07.305971+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 36.1.3
2025-06-20T17:05:05.021568+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 36.1.3
2025-06-03T23:54:29.000879+00:00 GitLab Importer Affected by VCID-dpmr-57g2-aqhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-27556.yml 36.1.0
2025-06-03T23:52:36.927475+00:00 GitLab Importer Affected by VCID-4c4n-p117-sqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-26699.yml 36.1.0
2025-06-03T23:49:00.919687+00:00 GitLab Importer Affected by VCID-fuhn-4eep-23b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53908.yml 36.1.0
2025-06-03T23:49:00.664379+00:00 GitLab Importer Affected by VCID-uzhs-cg7d-jycp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53907.yml 36.1.0
2025-06-03T23:45:17.148382+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 36.1.0
2025-06-03T23:45:14.865367+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:42:22.719400+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 36.1.0
2025-06-03T23:42:22.605667+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 36.1.0
2025-06-03T23:42:22.500032+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 36.1.0
2025-06-03T23:42:22.362424+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 36.1.0
2025-06-03T23:41:25.726452+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 36.1.0
2025-06-03T23:41:25.365901+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 36.1.0
2025-06-03T23:41:23.888367+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 36.1.0
2025-06-03T23:41:22.059673+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 36.1.0
2025-06-02T23:53:26.201103+00:00 GitLab Importer Affected by VCID-dpmr-57g2-aqhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-27556.yml 36.1.2
2025-06-02T23:51:26.733424+00:00 GitLab Importer Affected by VCID-4c4n-p117-sqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-26699.yml 36.1.2
2025-06-02T23:47:43.702998+00:00 GitLab Importer Affected by VCID-fuhn-4eep-23b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53908.yml 36.1.2
2025-06-02T23:47:43.429880+00:00 GitLab Importer Affected by VCID-uzhs-cg7d-jycp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53907.yml 36.1.2
2025-06-02T23:43:43.404269+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 36.1.2
2025-06-02T23:43:40.882826+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:40:37.923626+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 36.1.2
2025-06-02T23:40:37.790618+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 36.1.2
2025-06-02T23:40:37.671524+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 36.1.2
2025-06-02T23:40:37.533524+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 36.1.2
2025-06-02T23:39:40.776047+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 36.1.2
2025-06-02T23:39:40.408078+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 36.1.2
2025-06-02T23:39:38.567491+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 36.1.2
2025-06-02T23:39:36.709176+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 36.1.2
2025-05-15T01:18:31.110458+00:00 GitLab Importer Affected by VCID-dpmr-57g2-aqhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-27556.yml 36.0.0
2025-04-09T21:48:01.799738+00:00 PyPI Importer Affected by VCID-dpmr-57g2-aqhv https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-04-09T21:48:00.283698+00:00 PyPI Importer Affected by VCID-4c4n-p117-sqcv https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-04-09T21:46:45.767934+00:00 Pypa Importer Affected by VCID-dpmr-57g2-aqhv https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2025-14.yaml 36.0.0
2025-04-09T21:46:44.146125+00:00 Pypa Importer Affected by VCID-4c4n-p117-sqcv https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2025-13.yaml 36.0.0
2025-04-09T00:22:46.897739+00:00 GitLab Importer Affected by VCID-4c4n-p117-sqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-26699.yml 36.0.0
2025-04-03T22:35:40.177489+00:00 GitLab Importer Affected by VCID-fuhn-4eep-23b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53908.yml 36.0.0
2025-04-03T22:35:39.654013+00:00 GitLab Importer Affected by VCID-uzhs-cg7d-jycp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53907.yml 36.0.0
2025-04-03T22:26:37.863124+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 36.0.0
2025-04-03T22:26:33.989468+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-03T22:20:07.384936+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 36.0.0
2025-04-03T22:20:07.003979+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 36.0.0
2025-04-03T22:20:06.663563+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 36.0.0
2025-04-03T22:20:06.261406+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 36.0.0
2025-04-03T22:18:23.063607+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 36.0.0
2025-04-03T22:18:21.853947+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 36.0.0
2025-04-03T22:18:19.144932+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 36.0.0
2025-04-03T22:18:15.689954+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 36.0.0
2025-03-28T22:57:38.152207+00:00 PyPI Importer Affected by VCID-ewxh-f1q5-kyaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:37.669054+00:00 PyPI Importer Affected by VCID-fuhn-4eep-23b5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:37.189909+00:00 PyPI Importer Affected by VCID-uzhs-cg7d-jycp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:37.010643+00:00 PyPI Importer Fixing VCID-ssr4-dq86-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:36.775679+00:00 PyPI Importer Fixing VCID-311z-mwbu-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:36.519628+00:00 PyPI Importer Fixing VCID-ahju-7yv8-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-03-28T22:57:36.313723+00:00 PyPI Importer Fixing VCID-6vf7-qted-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 36.0.0
2025-02-18T04:15:59.076182+00:00 GitLab Importer Affected by VCID-fuhn-4eep-23b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53908.yml 35.1.0
2025-02-18T04:15:58.689669+00:00 GitLab Importer Affected by VCID-uzhs-cg7d-jycp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-53907.yml 35.1.0
2025-02-18T04:07:42.466395+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-18T04:07:40.337445+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 35.1.0
2025-02-18T04:04:48.472093+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 35.1.0
2025-02-18T04:04:48.148169+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 35.1.0
2025-02-18T04:04:47.824732+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 35.1.0
2025-02-18T04:04:47.506943+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 35.1.0
2025-02-18T04:03:28.083158+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 35.1.0
2025-02-18T04:03:19.940387+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 35.1.0
2025-02-18T04:03:19.327521+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 35.1.0
2025-02-18T04:02:50.108733+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 35.1.0
2025-01-17T07:57:42.424367+00:00 PyPI Importer Affected by VCID-ewxh-f1q5-kyaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 35.1.0
2025-01-17T07:57:41.946148+00:00 PyPI Importer Affected by VCID-fuhn-4eep-23b5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 35.1.0
2025-01-17T07:57:41.479517+00:00 PyPI Importer Affected by VCID-uzhs-cg7d-jycp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 35.1.0
2025-01-16T22:23:05.610376+00:00 Pypa Importer Affected by VCID-ewxh-f1q5-kyaa https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2025-1.yaml 35.1.0
2025-01-16T22:23:05.110771+00:00 Pypa Importer Affected by VCID-fuhn-4eep-23b5 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-157.yaml 35.1.0
2025-01-16T22:23:04.608959+00:00 Pypa Importer Affected by VCID-uzhs-cg7d-jycp https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-156.yaml 35.1.0
2024-11-21T01:15:07.464597+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:15:05.319957+00:00 GitLab Importer Affected by VCID-c291-japf-r3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45230.yml 35.0.0
2024-11-21T01:13:16.204109+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 35.0.0
2024-11-21T01:13:15.879508+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 35.0.0
2024-11-21T01:13:15.549124+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 35.0.0
2024-11-21T01:13:15.233294+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 35.0.0
2024-11-21T01:12:14.345914+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 35.0.0
2024-11-21T01:12:06.886509+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 35.0.0
2024-11-21T01:12:06.567113+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 35.0.0
2024-11-21T01:11:44.581573+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 35.0.0
2024-11-19T01:01:46.774031+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 34.3.2
2024-11-19T01:01:46.443087+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 34.3.2
2024-11-19T01:01:46.107024+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 34.3.2
2024-11-19T01:01:45.778883+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 34.3.2
2024-11-19T01:00:49.398429+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 34.3.2
2024-11-19T01:00:42.060366+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 34.3.2
2024-11-19T01:00:41.740858+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 34.3.2
2024-11-19T01:00:21.348410+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 34.3.2
2024-10-17T02:05:43.828780+00:00 GHSA Importer Affected by VCID-dapt-wsva-ubfv https://github.com/advisories/GHSA-rrqc-c2jx-6jgv 34.0.2
2024-10-17T02:05:39.966853+00:00 GHSA Importer Affected by VCID-c291-japf-r3a8 https://github.com/advisories/GHSA-5hgc-2vfp-mqvc 34.0.2
2024-10-15T19:30:23.628786+00:00 GithubOSV Importer Fixing VCID-ssr4-dq86-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-f6f8-9mx6-9mx2/GHSA-f6f8-9mx6-9mx2.json 34.0.2
2024-10-15T19:30:22.782628+00:00 GithubOSV Importer Fixing VCID-311z-mwbu-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-9jmf-237g-qf46/GHSA-9jmf-237g-qf46.json 34.0.2
2024-10-15T19:30:22.678976+00:00 GithubOSV Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-x7q2-wr7g-xqmf/GHSA-x7q2-wr7g-xqmf.json 34.0.2
2024-10-15T19:30:19.337379+00:00 GithubOSV Importer Fixing VCID-6vf7-qted-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-qg2p-9jwr-mmqf/GHSA-qg2p-9jwr-mmqf.json 34.0.2
2024-10-09T12:31:54.836303+00:00 Pypa Importer Affected by VCID-c291-japf-r3a8 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-102.yaml 34.0.2
2024-10-09T03:48:19.515370+00:00 PyPI Importer Affected by VCID-c291-japf-r3a8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.2
2024-10-08T01:39:27.437342+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 34.0.2
2024-10-08T01:39:27.102918+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 34.0.2
2024-10-08T01:39:26.767876+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 34.0.2
2024-10-08T01:39:26.439850+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 34.0.2
2024-10-08T01:38:30.398379+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 34.0.2
2024-10-08T01:38:29.181390+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 34.0.2
2024-10-08T01:38:28.851727+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 34.0.2
2024-10-08T01:38:09.814128+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 34.0.2
2024-10-07T22:19:42.076595+00:00 GHSA Importer Affected by VCID-c94m-sbts-aaae https://github.com/advisories/GHSA-pv4p-cwwg-4rph 34.0.2
2024-10-07T22:19:41.845758+00:00 GHSA Importer Affected by VCID-jaz4-2j4u-aaas https://github.com/advisories/GHSA-r836-hh6v-rg5g 34.0.2
2024-10-07T22:19:41.354581+00:00 GHSA Importer Affected by VCID-adsn-8dtx-aaan https://github.com/advisories/GHSA-795c-9xpc-xw6g 34.0.2
2024-10-07T22:19:40.602138+00:00 GHSA Importer Affected by VCID-tzxq-4jex-aaaa https://github.com/advisories/GHSA-jh75-99hh-qvx9 34.0.2
2024-10-07T22:18:30.285552+00:00 GHSA Importer Fixing VCID-ssr4-dq86-aaak https://github.com/advisories/GHSA-f6f8-9mx6-9mx2 34.0.2
2024-10-07T22:18:10.735823+00:00 GHSA Importer Fixing VCID-311z-mwbu-aaac https://github.com/advisories/GHSA-9jmf-237g-qf46 34.0.2
2024-10-07T22:18:10.265948+00:00 GHSA Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/advisories/GHSA-x7q2-wr7g-xqmf 34.0.2
2024-10-07T22:17:44.416907+00:00 GHSA Importer Fixing VCID-6vf7-qted-aaae https://github.com/advisories/GHSA-qg2p-9jwr-mmqf 34.0.2
2024-09-23T01:42:49.940816+00:00 GitLab Importer Affected by VCID-c94m-sbts-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-42005.yml 34.0.1
2024-09-23T01:42:49.620177+00:00 GitLab Importer Affected by VCID-jaz4-2j4u-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41991.yml 34.0.1
2024-09-23T01:42:49.287668+00:00 GitLab Importer Affected by VCID-adsn-8dtx-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41990.yml 34.0.1
2024-09-23T01:42:48.960339+00:00 GitLab Importer Affected by VCID-tzxq-4jex-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-41989.yml 34.0.1
2024-09-22T22:45:46.497690+00:00 GHSA Importer Affected by VCID-c94m-sbts-aaae https://github.com/advisories/GHSA-pv4p-cwwg-4rph 34.0.1
2024-09-22T22:45:46.272715+00:00 GHSA Importer Affected by VCID-jaz4-2j4u-aaas https://github.com/advisories/GHSA-r836-hh6v-rg5g 34.0.1
2024-09-22T22:45:45.795676+00:00 GHSA Importer Affected by VCID-adsn-8dtx-aaan https://github.com/advisories/GHSA-795c-9xpc-xw6g 34.0.1
2024-09-22T22:45:45.084222+00:00 GHSA Importer Affected by VCID-tzxq-4jex-aaaa https://github.com/advisories/GHSA-jh75-99hh-qvx9 34.0.1
2024-09-18T12:06:43.376293+00:00 Pypa Importer Affected by VCID-c94m-sbts-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-70.yaml 34.0.1
2024-09-18T12:06:43.131537+00:00 Pypa Importer Affected by VCID-jaz4-2j4u-aaas https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-69.yaml 34.0.1
2024-09-18T12:06:42.887348+00:00 Pypa Importer Affected by VCID-adsn-8dtx-aaan https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-68.yaml 34.0.1
2024-09-18T12:06:42.640376+00:00 Pypa Importer Affected by VCID-tzxq-4jex-aaaa https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-67.yaml 34.0.1
2024-09-18T12:06:42.498530+00:00 Pypa Importer Fixing VCID-ssr4-dq86-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-59.yaml 34.0.1
2024-09-18T12:06:42.273324+00:00 Pypa Importer Fixing VCID-311z-mwbu-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-58.yaml 34.0.1
2024-09-18T12:06:42.058382+00:00 Pypa Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-57.yaml 34.0.1
2024-09-18T12:06:40.693515+00:00 Pypa Importer Fixing VCID-6vf7-qted-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-56.yaml 34.0.1
2024-09-18T09:20:17.172360+00:00 GithubOSV Importer Fixing VCID-6vf7-qted-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-qg2p-9jwr-mmqf/GHSA-qg2p-9jwr-mmqf.json 34.0.1
2024-09-18T09:20:12.360542+00:00 GithubOSV Importer Fixing VCID-311z-mwbu-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-9jmf-237g-qf46/GHSA-9jmf-237g-qf46.json 34.0.1
2024-09-18T09:20:09.383042+00:00 GithubOSV Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-x7q2-wr7g-xqmf/GHSA-x7q2-wr7g-xqmf.json 34.0.1
2024-09-18T09:20:08.622875+00:00 GithubOSV Importer Fixing VCID-ssr4-dq86-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-f6f8-9mx6-9mx2/GHSA-f6f8-9mx6-9mx2.json 34.0.1
2024-09-17T23:19:42.015280+00:00 PyPI Importer Affected by VCID-c94m-sbts-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:40.914113+00:00 PyPI Importer Affected by VCID-jaz4-2j4u-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:40.662917+00:00 PyPI Importer Affected by VCID-adsn-8dtx-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:40.410568+00:00 PyPI Importer Affected by VCID-tzxq-4jex-aaaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:36.305938+00:00 PyPI Importer Fixing VCID-ssr4-dq86-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:36.076848+00:00 PyPI Importer Fixing VCID-311z-mwbu-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:35.847397+00:00 PyPI Importer Fixing VCID-ahju-7yv8-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:19:35.719563+00:00 PyPI Importer Fixing VCID-6vf7-qted-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:26:47.373950+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 34.0.1
2024-09-17T22:26:45.557880+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 34.0.1
2024-09-17T22:26:45.046744+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 34.0.1
2024-09-17T22:26:44.222040+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 34.0.1
2024-09-17T22:12:37.524655+00:00 GHSA Importer Fixing VCID-6vf7-qted-aaae https://github.com/advisories/GHSA-qg2p-9jwr-mmqf 34.0.1
2024-09-17T22:12:37.485642+00:00 GHSA Importer Fixing VCID-311z-mwbu-aaac https://github.com/advisories/GHSA-9jmf-237g-qf46 34.0.1
2024-09-17T22:12:37.405974+00:00 GHSA Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/advisories/GHSA-x7q2-wr7g-xqmf 34.0.1
2024-09-17T22:12:37.327345+00:00 GHSA Importer Fixing VCID-ssr4-dq86-aaak https://github.com/advisories/GHSA-f6f8-9mx6-9mx2 34.0.1
2024-08-09T20:49:28.445655+00:00 GitLab Importer Fixing VCID-ahju-7yv8-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39329.yml 34.0.0rc4
2024-08-09T20:49:28.399253+00:00 GitLab Importer Fixing VCID-6vf7-qted-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-38875.yml 34.0.0rc4
2024-08-09T20:49:28.271739+00:00 GitLab Importer Fixing VCID-ssr4-dq86-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39614.yml 34.0.0rc4
2024-08-09T20:49:28.179022+00:00 GitLab Importer Fixing VCID-311z-mwbu-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-39330.yml 34.0.0rc4
2024-08-07T21:28:05.857395+00:00 PyPI Importer Affected by VCID-c94m-sbts-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-08-07T21:28:05.616522+00:00 PyPI Importer Affected by VCID-jaz4-2j4u-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-08-07T21:28:05.376328+00:00 PyPI Importer Affected by VCID-adsn-8dtx-aaan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-08-07T21:28:05.140214+00:00 PyPI Importer Affected by VCID-tzxq-4jex-aaaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-08-07T21:27:39.307175+00:00 Pypa Importer Affected by VCID-adsn-8dtx-aaan https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-68.yaml 34.0.0rc4
2024-08-07T21:27:39.056861+00:00 Pypa Importer Affected by VCID-tzxq-4jex-aaaa https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-67.yaml 34.0.0rc4
2024-08-07T21:27:38.806617+00:00 Pypa Importer Affected by VCID-jaz4-2j4u-aaas https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-69.yaml 34.0.0rc4
2024-08-07T21:27:38.555181+00:00 Pypa Importer Affected by VCID-c94m-sbts-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-70.yaml 34.0.0rc4
2024-07-11T02:39:47.830784+00:00 GHSA Importer Fixing VCID-6vf7-qted-aaae https://github.com/advisories/GHSA-qg2p-9jwr-mmqf 34.0.0rc4
2024-07-11T02:39:47.793691+00:00 GHSA Importer Fixing VCID-311z-mwbu-aaac https://github.com/advisories/GHSA-9jmf-237g-qf46 34.0.0rc4
2024-07-11T02:39:47.719965+00:00 GHSA Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/advisories/GHSA-x7q2-wr7g-xqmf 34.0.0rc4
2024-07-11T02:39:47.645253+00:00 GHSA Importer Fixing VCID-ssr4-dq86-aaak https://github.com/advisories/GHSA-f6f8-9mx6-9mx2 34.0.0rc4
2024-07-11T02:09:09.542486+00:00 GithubOSV Importer Fixing VCID-6vf7-qted-aaae https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-qg2p-9jwr-mmqf/GHSA-qg2p-9jwr-mmqf.json 34.0.0rc4
2024-07-11T02:09:09.276512+00:00 GithubOSV Importer Fixing VCID-311z-mwbu-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-9jmf-237g-qf46/GHSA-9jmf-237g-qf46.json 34.0.0rc4
2024-07-11T02:09:09.100492+00:00 GithubOSV Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-x7q2-wr7g-xqmf/GHSA-x7q2-wr7g-xqmf.json 34.0.0rc4
2024-07-11T02:09:08.991594+00:00 GithubOSV Importer Fixing VCID-ssr4-dq86-aaak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-f6f8-9mx6-9mx2/GHSA-f6f8-9mx6-9mx2.json 34.0.0rc4
2024-07-10T13:15:55.049301+00:00 PyPI Importer Fixing VCID-ssr4-dq86-aaak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-07-10T13:15:54.831168+00:00 PyPI Importer Fixing VCID-311z-mwbu-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-07-10T13:15:54.614052+00:00 PyPI Importer Fixing VCID-ahju-7yv8-aaaq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-07-10T13:15:54.494913+00:00 PyPI Importer Fixing VCID-6vf7-qted-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc4
2024-07-10T13:15:28.813228+00:00 Pypa Importer Fixing VCID-ssr4-dq86-aaak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-59.yaml 34.0.0rc4
2024-07-10T13:15:28.579738+00:00 Pypa Importer Fixing VCID-311z-mwbu-aaac https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-58.yaml 34.0.0rc4
2024-07-10T13:15:28.448824+00:00 Pypa Importer Fixing VCID-6vf7-qted-aaae https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-56.yaml 34.0.0rc4
2024-07-10T13:15:28.117791+00:00 Pypa Importer Fixing VCID-ahju-7yv8-aaaq https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-57.yaml 34.0.0rc4