-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency urllib3 to v2.0.6 [security] - autoclosed #147
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 18 | 0 | 0.44s | |
✅ BASH | bash-exec | 4 | 0 | 0.02s | |
✅ BASH | shellcheck | 1 | 0 | 0.02s | |
✅ BASH | shfmt | 4 | 0 | 0.03s | |
csharpier | 1 | 1 | 0.29s | ||
dotnet-format | 1 | 1 | 1.27s | ||
✅ CSS | stylelint | 1 | 0 | 1.55s | |
✅ DOCKERFILE | hadolint | 4 | 0 | 0.16s | |
✅ EDITORCONFIG | editorconfig-checker | 374 | 0 | 2.54s | |
✅ ENV | dotenv-linter | 1 | 0 | 0.02s | |
✅ GROOVY | npm-groovy-lint | 7 | 0 | 11.83s | |
✅ HTML | djlint | 2 | 0 | 1.2s | |
✅ HTML | htmlhint | 2 | 0 | 0.43s | |
✅ JAVA | checkstyle | 59 | 0 | 8.33s | |
✅ JSON | eslint-plugin-jsonc | 29 | 0 | 5.09s | |
✅ JSON | jsonlint | 29 | 0 | 0.41s | |
✅ JSON | prettier | 29 | 0 | 3.94s | |
✅ JSON | v8r | 29 | 0 | 36.9s | |
markdownlint | 22 | 117 | 1.52s | ||
✅ PYTHON | bandit | 1 | 0 | 1.35s | |
✅ PYTHON | black | 1 | 0 | 0.91s | |
✅ PYTHON | flake8 | 1 | 0 | 0.58s | |
✅ PYTHON | isort | 1 | 0 | 0.24s | |
✅ PYTHON | mypy | 1 | 0 | 6.11s | |
✅ PYTHON | ruff | 1 | 0 | 0.07s | |
✅ REPOSITORY | checkov | yes | no | 26.4s | |
✅ REPOSITORY | gitleaks | yes | no | 1.31s | |
✅ REPOSITORY | git_diff | yes | no | 0.13s | |
✅ REPOSITORY | grype | yes | no | 13.75s | |
✅ REPOSITORY | kics | yes | no | 65.71s | |
✅ REPOSITORY | secretlint | yes | no | 2.12s | |
✅ REPOSITORY | syft | yes | no | 1.26s | |
✅ REPOSITORY | trivy | yes | no | 20.31s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.9s | |
✅ REPOSITORY | trufflehog | yes | no | 11.87s | |
✅ SQL | sql-lint | 2 | 0 | 0.79s | |
✅ XML | xmllint | 3 | 0 | 0.01s | |
✅ YAML | prettier | 109 | 0 | 2.38s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/query/tests/e2e/requirements.txt
|
renovate
bot
force-pushed
the
renovate/pypi-urllib3-vulnerability
branch
2 times, most recently
from
October 7, 2023 09:19
bce79d0
to
fe61966
Compare
renovate
bot
force-pushed
the
renovate/pypi-urllib3-vulnerability
branch
from
October 7, 2023 12:08
fe61966
to
f3336f8
Compare
renovate
bot
changed the title
chore(deps): update dependency urllib3 to v2.0.6 [security]
chore(deps): update dependency urllib3 to v2.0.6 [security] - autoclosed
Oct 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.5
->==2.0.6
GitHub Vulnerability Alerts
CVE-2023-43804
urllib3 doesn't treat the
Cookie
HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify aCookie
header and unknowingly leak information via HTTP redirects to a different origin if that user doesn't disable redirects explicitly.Users must handle redirects themselves instead of relying on urllib3's automatic redirects to achieve safe processing of the
Cookie
header, thus we 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:
Cookie
header on requests, which is mostly typical for impersonating a browser.Remediation
redirects=False
when sending requests.Cookie
header.Release Notes
urllib3/urllib3 (urllib3)
v2.0.6
Compare Source
==================
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.