Search for packages
Package details: pkg:pypi/urllib3@1.17
purl pkg:pypi/urllib3@1.17
Next non-vulnerable version 1.26.19
Latest non-vulnerable version 2.5.0
Risk 4.5
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-1cgk-q3r3-aaam
Aliases:
CVE-2024-37891
GHSA-34jh-p97f-mpxf
urllib3's Proxy-Authorization request header isn't stripped during cross-origin redirects When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. ## Affected usages We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: * Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. * Not disabling HTTP redirects. * Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. ## Remediation * Using the `Proxy-Authorization` header with urllib3's `ProxyManager`. * Disabling HTTP redirects using `redirects=False` when sending requests. * Not using the `Proxy-Authorization` header.
1.26.19
Affected by 0 other vulnerabilities.
2.0.0a1
Affected by 0 other vulnerabilities.
2.2.2
Affected by 0 other vulnerabilities.
VCID-3s2w-ytft-aaar
Aliases:
CVE-2018-20060
GHSA-www2-v7xj-xrc6
PYSEC-2018-32
urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.
1.23
Affected by 8 other vulnerabilities.
VCID-6rq6-hxp1-aaae
Aliases:
CVE-2021-33503
GHSA-q2q7-5pp4-w6pg
PYSEC-2021-108
Uncontrolled Resource Consumption An issue was discovered in urllib3, when provided with a URL containing many `@` characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.
1.25.4
Affected by 6 other vulnerabilities.
1.26.5
Affected by 3 other vulnerabilities.
VCID-7ghb-wt6a-aaah
Aliases:
CVE-2020-26137
GHSA-wqvq-5m8c-6g24
PYSEC-2020-148
urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116.
1.25.9
Affected by 4 other vulnerabilities.
VCID-c4sy-7zv4-aaas
Aliases:
CVE-2023-43804
GHSA-v845-jxx5-vc9f
PYSEC-0000-CVE-2023-43804
PYSEC-2023-192
`Cookie` HTTP header isn't stripped on cross-origin redirects
1.26.17
Affected by 2 other vulnerabilities.
2.0.0a1
Affected by 0 other vulnerabilities.
2.0.6
Affected by 2 other vulnerabilities.
VCID-mzxq-w8z6-aaah
Aliases:
CVE-2018-25091
GHSA-gwvm-45gx-3cf8
PYSEC-0000-CVE-2018-25091
PYSEC-2023-207
urllib3 before 1.24.2 does not remove the authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the authorization header to be exposed to unintended hosts or transmitted in cleartext. NOTE: this issue exists because of an incomplete fix for CVE-2018-20060 (which was case-sensitive).
1.24.2
Affected by 6 other vulnerabilities.
VCID-n7px-rq6v-aaaa
Aliases:
CVE-2019-11324
GHSA-mh33-7rrq-662w
PYSEC-2019-133
PYSEC-2019-63
The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.
1.24.2
Affected by 6 other vulnerabilities.
VCID-nf6q-x9a6-aaas
Aliases:
CVE-2016-9015
GHSA-v4w5-p2hg-8fh6
PYSEC-2017-98
Certificate verification failure The library suffer from a vulnerability that can cause them, in certain configurations, to not correctly validate TLS certificates. This places users of the library with those configurations at risk of man-in-the-middle and information leakage attacks.
1.18.1
Affected by 9 other vulnerabilities.
VCID-r496-vgsm-aaac
Aliases:
CVE-2023-45803
GHSA-g4mx-q9vg-27p4
PYSEC-0000-CVE-2023-45803
PYSEC-2023-212
urllib3's request body not stripped after redirect from 303 status changes request method to GET
1.26.18
Affected by 1 other vulnerability.
2.0.0a1
Affected by 0 other vulnerabilities.
2.0.7
Affected by 1 other vulnerability.
VCID-v8kv-yq79-aaar
Aliases:
CVE-2019-11236
GHSA-r64q-w8jr-g9qp
PYSEC-2019-132
PYSEC-2019-62
In the urllib3 library for Python, CRLF injection is possible if the attacker controls the request parameter.
1.24.3
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:03:41.806957+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.3
2025-06-20T16:46:01.048152+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 36.1.3
2025-06-20T16:46:00.586166+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 36.1.3
2025-06-20T16:45:53.518410+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 36.1.3
2025-06-20T16:45:52.066992+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 36.1.3
2025-06-20T16:44:36.708819+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 36.1.3
2025-06-20T16:44:26.831464+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 36.1.3
2025-06-20T15:10:31.941603+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 36.1.3
2025-06-20T15:10:31.557091+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 36.1.3
2025-06-20T14:51:33.374117+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 36.1.3
2025-06-20T14:51:31.695007+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 36.1.3
2025-06-20T14:44:55.548409+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 36.1.3
2025-06-20T14:44:55.274488+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 36.1.3
2025-06-20T14:25:33.063180+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 36.1.3
2025-06-20T14:25:32.944490+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 36.1.3
2025-06-20T14:25:25.858514+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 36.1.3
2025-06-20T14:25:24.382060+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 36.1.3
2025-06-20T14:20:56.233509+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 36.1.3
2025-06-20T14:20:54.759416+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 36.1.3
2025-06-20T13:52:59.872713+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 36.1.3
2025-06-20T13:52:59.841975+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 36.1.3
2025-06-05T09:26:11.418494+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 36.1.0
2025-06-05T09:26:11.166524+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 36.1.0
2025-06-03T23:40:03.865738+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.0
2025-06-03T23:23:59.346520+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 36.1.0
2025-06-03T23:23:58.971946+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 36.1.0
2025-06-03T23:23:52.425451+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 36.1.0
2025-06-03T23:23:51.335381+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 36.1.0
2025-06-03T23:22:46.877501+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 36.1.0
2025-06-03T23:22:38.415975+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 36.1.0
2025-06-03T21:53:13.049445+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 36.1.0
2025-06-03T21:53:12.695600+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 36.1.0
2025-06-03T21:35:15.442245+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 36.1.0
2025-06-03T21:35:14.023893+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 36.1.0
2025-06-03T21:09:29.720271+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 36.1.0
2025-06-03T21:09:29.619308+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 36.1.0
2025-06-03T21:09:22.982922+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 36.1.0
2025-06-03T21:09:21.294987+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 36.1.0
2025-06-03T21:04:59.043281+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 36.1.0
2025-06-03T21:04:57.587040+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 36.1.0
2025-06-03T20:44:52.444493+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 36.1.0
2025-06-03T20:44:52.415120+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 36.1.0
2025-06-02T23:38:20.180760+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.2
2025-06-02T23:36:43.566867+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 36.1.2
2025-06-02T23:36:43.296195+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 36.1.2
2025-06-02T23:21:25.901721+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 36.1.2
2025-06-02T23:21:25.485993+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 36.1.2
2025-06-02T23:21:18.840933+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 36.1.2
2025-06-02T23:21:17.741928+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 36.1.2
2025-06-02T23:20:07.734518+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 36.1.2
2025-06-02T23:19:58.513717+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 36.1.2
2025-06-02T21:38:17.361003+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 36.1.2
2025-06-02T21:38:16.921384+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 36.1.2
2025-06-02T21:17:40.225615+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 36.1.2
2025-06-02T21:17:38.498741+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 36.1.2
2025-06-02T20:49:51.611952+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 36.1.2
2025-06-02T20:49:51.478112+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 36.1.2
2025-06-02T20:49:43.403164+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 36.1.2
2025-06-02T20:49:41.575996+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 36.1.2
2025-06-02T20:44:52.016486+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 36.1.2
2025-06-02T20:44:50.435263+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 36.1.2
2025-06-02T20:24:23.160436+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 36.1.2
2025-06-02T20:24:23.119248+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 36.1.2
2025-04-03T22:15:43.507242+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.0.0
2025-04-03T21:41:02.150215+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 36.0.0
2025-04-03T21:41:01.014065+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 36.0.0
2025-04-03T21:40:48.259271+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 36.0.0
2025-04-03T21:40:45.156282+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 36.0.0
2025-04-03T21:38:24.451419+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 36.0.0
2025-04-03T21:38:05.783302+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 36.0.0
2025-04-03T18:38:39.735333+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 36.0.0
2025-04-03T18:38:38.553775+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 36.0.0
2025-04-03T17:59:06.308945+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 36.0.0
2025-04-03T17:59:02.441300+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 36.0.0
2025-04-03T17:14:25.424341+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 36.0.0
2025-04-03T17:14:25.095755+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 36.0.0
2025-04-03T17:14:10.012086+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 36.0.0
2025-04-03T17:14:05.958559+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 36.0.0
2025-04-03T17:06:45.746174+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 36.0.0
2025-04-03T17:06:43.269003+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 36.0.0
2025-04-03T16:36:28.670270+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 36.0.0
2025-04-03T16:36:28.589193+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 36.0.0
2025-04-03T12:48:08.784366+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 36.0.0
2025-04-03T12:48:08.041625+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 36.0.0
2025-02-18T06:28:17.201369+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 35.1.0
2025-02-18T04:01:29.892773+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 35.1.0
2025-02-18T03:38:52.384403+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 35.1.0
2025-02-18T03:38:51.355752+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 35.1.0
2025-02-18T03:37:48.161525+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 35.1.0
2025-02-18T03:37:47.130558+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 35.1.0
2025-02-18T02:10:31.290993+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 35.1.0
2025-02-18T02:10:30.571349+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 35.1.0
2025-02-18T01:39:13.228943+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 35.1.0
2025-02-17T23:46:51.967828+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 35.1.0
2025-02-17T23:46:51.586221+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 35.1.0
2025-02-17T23:17:06.659316+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 35.1.0
2025-02-17T23:17:05.976307+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 35.1.0
2025-02-17T23:17:03.156714+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 35.1.0
2025-02-17T23:17:02.840211+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 35.1.0
2025-02-17T22:59:17.515480+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 35.1.0
2025-02-17T22:59:17.203860+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 35.1.0
2025-02-17T22:30:53.854557+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 35.1.0
2025-02-17T22:30:53.768835+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 35.1.0
2025-02-17T16:44:38.052994+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 35.1.0
2025-02-17T16:44:37.680975+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 35.1.0
2025-01-17T07:57:08.027906+00:00 PyPI Importer Affected by VCID-v8kv-yq79-aaar None 35.1.0
2024-11-21T01:10:55.159570+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 35.0.0
2024-11-21T00:58:30.682067+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 35.0.0
2024-11-21T00:58:01.231442+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 35.0.0
2024-11-21T00:12:28.984450+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 35.0.0
2024-11-20T23:54:50.819840+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 35.0.0
2024-11-20T22:52:14.580726+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 35.0.0
2024-11-20T22:31:20.634924+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 35.0.0
2024-11-20T22:31:19.386130+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 35.0.0
2024-11-20T22:16:10.470760+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 35.0.0
2024-11-20T21:58:02.276492+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 35.0.0
2024-11-20T18:06:08.591889+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 35.0.0
2024-11-19T19:01:14.402899+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.3.2
2024-11-19T02:50:48.577154+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.3.2
2024-11-19T02:22:09.343233+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.3.2
2024-11-19T00:59:37.164138+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.3.2
2024-11-19T00:40:09.701288+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.3.2
2024-11-19T00:02:11.424904+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.3.2
2024-11-18T22:39:10.961501+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.3.2
2024-11-18T22:23:19.794615+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.3.2
2024-11-18T22:23:18.691340+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.3.2
2024-11-18T22:11:49.807653+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.3.2
2024-11-18T21:55:14.497135+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.3.2
2024-11-18T18:29:20.302142+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 34.3.2
2024-10-08T03:26:15.486966+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.0.2
2024-10-08T02:49:31.749888+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.0.2
2024-10-08T01:37:22.592783+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.0.2
2024-10-08T01:19:07.870061+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.2
2024-10-08T00:47:41.214029+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.0.2
2024-10-07T23:38:51.286388+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.0.2
2024-10-07T23:23:31.668341+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.0.2
2024-10-07T23:23:30.319721+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.0.2
2024-10-07T23:12:23.808562+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.0.2
2024-10-07T22:55:22.343250+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.0.2
2024-10-07T22:16:22.638475+00:00 GHSA Importer Affected by VCID-1cgk-q3r3-aaam https://github.com/advisories/GHSA-34jh-p97f-mpxf 34.0.2
2024-10-07T21:45:08.387366+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.2
2024-10-07T21:44:10.255392+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/advisories/GHSA-v845-jxx5-vc9f 34.0.2
2024-10-07T18:31:16.060893+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/advisories/GHSA-wqvq-5m8c-6g24 34.0.2
2024-10-07T17:58:36.564996+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/advisories/GHSA-mh33-7rrq-662w 34.0.2
2024-10-07T17:58:34.394059+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 34.0.2
2024-10-07T17:43:52.801228+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/advisories/GHSA-gwvm-45gx-3cf8 34.0.2
2024-10-07T17:43:08.129329+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar https://github.com/advisories/GHSA-www2-v7xj-xrc6 34.0.2
2024-10-07T17:11:31.401691+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.0.2
2024-09-23T03:21:38.638170+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.0.1
2024-09-23T02:47:04.141196+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.0.1
2024-09-23T01:34:37.853912+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.0.1
2024-09-23T01:24:46.421075+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.1
2024-09-23T00:57:05.929442+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.0.1
2024-09-22T23:53:40.170163+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.0.1
2024-09-22T23:37:49.364549+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.0.1
2024-09-22T23:37:48.117923+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.0.1
2024-09-22T23:26:56.296316+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.0.1
2024-09-22T22:42:56.780451+00:00 GHSA Importer Affected by VCID-1cgk-q3r3-aaam https://github.com/advisories/GHSA-34jh-p97f-mpxf 34.0.1
2024-09-22T22:14:36.093778+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.1
2024-09-22T22:13:41.321788+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/advisories/GHSA-v845-jxx5-vc9f 34.0.1
2024-09-22T19:21:55.466900+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/advisories/GHSA-wqvq-5m8c-6g24 34.0.1
2024-09-22T18:35:50.028812+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/advisories/GHSA-mh33-7rrq-662w 34.0.1
2024-09-22T18:35:47.471740+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 34.0.1
2024-09-22T18:15:47.553073+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/advisories/GHSA-gwvm-45gx-3cf8 34.0.1
2024-09-22T18:14:56.523618+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar https://github.com/advisories/GHSA-www2-v7xj-xrc6 34.0.1
2024-09-18T12:28:39.234206+00:00 Pypa Importer Affected by VCID-r496-vgsm-aaac https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-212.yaml 34.0.1
2024-09-18T12:28:35.864040+00:00 Pypa Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-192.yaml 34.0.1
2024-09-18T12:21:17.010609+00:00 Pypa Importer Affected by VCID-6rq6-hxp1-aaae https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2021-108.yaml 34.0.1
2024-09-18T12:10:05.498163+00:00 Pypa Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2020-148.yaml 34.0.1
2024-09-18T12:07:36.740387+00:00 Pypa Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2019-133.yaml 34.0.1
2024-09-18T12:07:36.456993+00:00 Pypa Importer Affected by VCID-v8kv-yq79-aaar https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2019-132.yaml 34.0.1
2024-09-18T12:07:26.758154+00:00 Pypa Importer Affected by VCID-3s2w-ytft-aaar https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2018-32.yaml 34.0.1
2024-09-18T12:01:46.185138+00:00 Pypa Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-207.yaml 34.0.1
2024-09-18T12:01:08.168899+00:00 Pypa Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2017-98.yaml 34.0.1
2024-09-17T23:17:52.513384+00:00 PyPI Importer Affected by VCID-r496-vgsm-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:17:51.556614+00:00 PyPI Importer Affected by VCID-mzxq-w8z6-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T23:17:37.543910+00:00 PyPI Importer Affected by VCID-c4sy-7zv4-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:57:32.862815+00:00 PyPI Importer Affected by VCID-6rq6-hxp1-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:55:07.814892+00:00 PyPI Importer Affected by VCID-7ghb-wt6a-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:52:36.814305+00:00 PyPI Importer Affected by VCID-n7px-rq6v-aaaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:52:36.540615+00:00 PyPI Importer Affected by VCID-v8kv-yq79-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:51:59.076072+00:00 PyPI Importer Affected by VCID-3s2w-ytft-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:51:47.408702+00:00 PyPI Importer Affected by VCID-nf6q-x9a6-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:28:27.429667+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.0.1
2024-09-17T22:13:29.132768+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.0.1
2024-05-17T20:52:12.374680+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.0rc4
2024-05-17T20:52:10.382606+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac None 34.0.0rc4
2024-04-24T05:21:33.742509+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.0.0rc4
2024-04-24T05:21:33.399050+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc4
2024-04-24T03:54:33.354943+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.0rc4
2024-04-24T03:54:32.820101+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 34.0.0rc4
2024-04-24T03:53:36.885432+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.0.0rc4
2024-04-24T03:53:36.370346+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 34.0.0rc4
2024-04-24T03:09:37.687916+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.0.0rc4
2024-04-24T03:09:37.268123+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc4
2024-04-24T01:50:42.035719+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.0.0rc4
2024-04-24T01:50:41.671817+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc4
2024-04-24T01:33:30.372647+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc4
2024-04-24T01:33:30.048252+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.0.0rc4
2024-04-24T01:33:28.097623+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.0.0rc4
2024-04-24T01:33:27.761937+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc4
2024-04-24T01:24:38.376651+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc4
2024-04-24T01:24:38.061525+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.0.0rc4
2024-04-24T01:05:59.654802+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.0.0rc4
2024-04-24T01:05:59.448739+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc4
2024-04-24T00:50:29.935405+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/advisories/GHSA-v845-jxx5-vc9f 34.0.0rc4
2024-04-24T00:50:28.727626+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas None 34.0.0rc4
2024-04-23T21:31:27.619531+00:00 GHSA Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc4
2024-04-23T20:20:20.274019+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc4
2024-04-23T20:20:19.878483+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/advisories/GHSA-wqvq-5m8c-6g24 34.0.0rc4
2024-04-23T19:29:12.899292+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc4
2024-04-23T19:29:12.536469+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/advisories/GHSA-mh33-7rrq-662w 34.0.0rc4
2024-04-23T19:29:05.065997+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 34.0.0rc4
2024-04-23T19:29:04.674588+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc4
2024-04-23T19:11:24.573308+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc4
2024-04-23T19:11:24.236343+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/advisories/GHSA-gwvm-45gx-3cf8 34.0.0rc4
2024-04-23T19:10:32.609721+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar https://github.com/advisories/GHSA-www2-v7xj-xrc6 34.0.0rc4
2024-04-23T19:10:31.388310+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc4
2024-04-23T18:28:29.158513+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc4
2024-04-23T18:28:29.021955+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.0.0rc4
2024-01-10T07:53:14.163819+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.0.0rc2
2024-01-10T07:53:13.832618+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc2
2024-01-10T06:35:13.183237+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.0rc2
2024-01-10T06:35:12.641057+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 34.0.0rc2
2024-01-10T06:34:37.286820+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.0.0rc2
2024-01-10T06:34:36.757829+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 34.0.0rc2
2024-01-10T05:48:42.643902+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.0.0rc2
2024-01-10T05:48:42.233537+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc2
2024-01-10T04:21:24.496565+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.0.0rc2
2024-01-10T04:21:24.118146+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc2
2024-01-10T04:04:06.231937+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc2
2024-01-10T04:04:05.905333+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.0.0rc2
2024-01-10T04:04:04.019167+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.0.0rc2
2024-01-10T04:04:03.705303+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc2
2024-01-10T03:53:58.581348+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc2
2024-01-10T03:53:58.264645+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.0.0rc2
2024-01-10T03:31:50.486228+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.0.0rc2
2024-01-10T03:31:50.371960+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc2
2024-01-10T02:59:16.454838+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.0rc2
2024-01-10T02:59:14.627173+00:00 GHSA Importer Affected by VCID-r496-vgsm-aaac None 34.0.0rc2
2024-01-10T02:57:10.827593+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/advisories/GHSA-v845-jxx5-vc9f 34.0.0rc2
2024-01-10T02:57:09.624182+00:00 GHSA Importer Affected by VCID-c4sy-7zv4-aaas None 34.0.0rc2
2024-01-09T23:28:20.230635+00:00 GHSA Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc2
2024-01-09T22:10:58.452232+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc2
2024-01-09T22:10:57.959416+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/advisories/GHSA-wqvq-5m8c-6g24 34.0.0rc2
2024-01-09T21:21:29.803418+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc2
2024-01-09T21:21:29.383039+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/advisories/GHSA-mh33-7rrq-662w 34.0.0rc2
2024-01-09T21:21:20.480142+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar https://github.com/advisories/GHSA-r64q-w8jr-g9qp 34.0.0rc2
2024-01-09T21:21:20.092919+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc2
2024-01-09T21:00:46.055389+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc2
2024-01-09T21:00:45.593445+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/advisories/GHSA-gwvm-45gx-3cf8 34.0.0rc2
2024-01-09T20:59:30.869140+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar https://github.com/advisories/GHSA-www2-v7xj-xrc6 34.0.0rc2
2024-01-09T20:59:29.573507+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc2
2024-01-09T20:22:10.355153+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc2
2024-01-09T20:22:10.222499+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.0.0rc2
2024-01-04T00:38:21.834055+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-25091.yml 34.0.0rc1
2024-01-04T00:38:21.481949+00:00 GitLab Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc1
2024-01-03T23:21:37.167379+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.0rc1
2024-01-03T23:21:36.627381+00:00 GitLab Importer Affected by VCID-r496-vgsm-aaac None 34.0.0rc1
2024-01-03T23:20:56.539511+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-43804.yml 34.0.0rc1
2024-01-03T23:20:56.013026+00:00 GitLab Importer Affected by VCID-c4sy-7zv4-aaas None 34.0.0rc1
2024-01-03T22:37:07.294996+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2021-33503.yml 34.0.0rc1
2024-01-03T22:37:06.885336+00:00 GitLab Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc1
2024-01-03T21:07:18.185461+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2020-26137.yml 34.0.0rc1
2024-01-03T21:07:17.813621+00:00 GitLab Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc1
2024-01-03T20:46:39.238081+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc1
2024-01-03T20:46:38.908807+00:00 GitLab Importer Affected by VCID-n7px-rq6v-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11324.yml 34.0.0rc1
2024-01-03T20:46:36.917541+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2019-11236.yml 34.0.0rc1
2024-01-03T20:46:36.586598+00:00 GitLab Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc1
2024-01-03T20:35:16.173944+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc1
2024-01-03T20:35:15.861575+00:00 GitLab Importer Affected by VCID-3s2w-ytft-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2018-20060.yml 34.0.0rc1
2024-01-03T20:08:21.097818+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc1
2024-01-03T19:13:53.591125+00:00 GHSA Importer Affected by VCID-6rq6-hxp1-aaae None 34.0.0rc1
2024-01-03T18:54:08.056461+00:00 PyPI Importer Affected by VCID-mzxq-w8z6-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:54:07.226094+00:00 PyPI Importer Affected by VCID-r496-vgsm-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:53:59.904811+00:00 PyPI Importer Affected by VCID-c4sy-7zv4-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:39:31.828547+00:00 PyPI Importer Affected by VCID-6rq6-hxp1-aaae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:37:37.064496+00:00 PyPI Importer Affected by VCID-7ghb-wt6a-aaah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:35:31.314005+00:00 PyPI Importer Affected by VCID-v8kv-yq79-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:35:31.035708+00:00 PyPI Importer Affected by VCID-n7px-rq6v-aaaa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:55.953394+00:00 PyPI Importer Affected by VCID-3s2w-ytft-aaar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:34:45.426891+00:00 PyPI Importer Affected by VCID-nf6q-x9a6-aaas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:20:31.340792+00:00 Pypa Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2017-98.yaml 34.0.0rc1
2024-01-03T18:20:31.210024+00:00 Pypa Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2020-148.yaml 34.0.0rc1
2024-01-03T18:20:30.338448+00:00 Pypa Importer Affected by VCID-c4sy-7zv4-aaas https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-192.yaml 34.0.0rc1
2024-01-03T18:20:30.052954+00:00 Pypa Importer Affected by VCID-v8kv-yq79-aaar https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2019-132.yaml 34.0.0rc1
2024-01-03T18:20:29.775492+00:00 Pypa Importer Affected by VCID-mzxq-w8z6-aaah https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-207.yaml 34.0.0rc1
2024-01-03T18:20:29.419880+00:00 Pypa Importer Affected by VCID-6rq6-hxp1-aaae https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2021-108.yaml 34.0.0rc1
2024-01-03T18:20:29.153385+00:00 Pypa Importer Affected by VCID-n7px-rq6v-aaaa https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2019-133.yaml 34.0.0rc1
2024-01-03T18:20:28.302318+00:00 Pypa Importer Affected by VCID-r496-vgsm-aaac https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-212.yaml 34.0.0rc1
2024-01-03T18:20:28.039153+00:00 Pypa Importer Affected by VCID-3s2w-ytft-aaar https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2018-32.yaml 34.0.0rc1
2024-01-03T17:55:06.033235+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah https://github.com/advisories/GHSA-wqvq-5m8c-6g24 34.0.0rc1
2024-01-03T17:54:00.902603+00:00 GitLab Importer Affected by VCID-nf6q-x9a6-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2016-9015.yml 34.0.0rc1
2024-01-03T17:43:40.669848+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas https://github.com/advisories/GHSA-v4w5-p2hg-8fh6 34.0.0rc1
2024-01-03T16:54:24.086895+00:00 GHSA Importer Affected by VCID-7ghb-wt6a-aaah None 34.0.0rc1
2024-01-03T16:19:45.376236+00:00 GHSA Importer Affected by VCID-n7px-rq6v-aaaa None 34.0.0rc1
2024-01-03T16:19:40.166266+00:00 GHSA Importer Affected by VCID-v8kv-yq79-aaar None 34.0.0rc1
2024-01-03T16:08:12.610772+00:00 GHSA Importer Affected by VCID-mzxq-w8z6-aaah None 34.0.0rc1
2024-01-03T16:07:34.567554+00:00 GHSA Importer Affected by VCID-3s2w-ytft-aaar None 34.0.0rc1
2024-01-03T15:42:24.380332+00:00 GHSA Importer Affected by VCID-nf6q-x9a6-aaas None 34.0.0rc1