Skip to content
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 idna to v3.7 [security] #117

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
idna (changelog) ==3.4 -> ==3.7 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-3651

Impact

A specially crafted argument to the idna.encode() function could consume significant resources. This may lead to a denial-of-service.

Patches

The function has been refined to reject such strings without the associated resource consumption in version 3.7.

Workarounds

Domain names cannot exceed 253 characters in length, if this length limit is enforced prior to passing the domain to the idna.encode() function it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.

References


Release Notes

kjd/idna (idna)

v3.7

Compare Source

v3.6

Compare Source

v3.5

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Trivy image scan report

ghcr.io/miracum/kafka-fhir-to-server:pr-117 (debian 12.8)

No Vulnerabilities found

No Misconfigurations found

Java

4 known vulnerabilities found (MEDIUM: 0 LOW: 0 CRITICAL: 0 HIGH: 4)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-51132 HIGH 6.3.23 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-52007 HIGH 6.3.23 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-51132 HIGH 6.3.23 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-52007 HIGH 6.3.23 6.4.0

No Misconfigurations found

Copy link

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 4 0 0.02s
✅ BASH bash-exec 1 0 0.01s
✅ BASH shellcheck 1 0 0.09s
⚠️ BASH shfmt 1 1 0.01s
✅ DOCKERFILE hadolint 2 0 0.08s
✅ EDITORCONFIG editorconfig-checker 54 0 0.1s
✅ GROOVY npm-groovy-lint 2 0 9.55s
✅ JAVA checkstyle 11 0 5.72s
✅ JSON jsonlint 4 0 0.12s
✅ JSON prettier 4 0 0.42s
✅ JSON v8r 4 0 4.03s
✅ MARKDOWN markdownlint 2 0 0.23s
✅ PYTHON bandit 1 0 1.34s
✅ PYTHON black 1 0 0.85s
✅ PYTHON flake8 1 0 0.59s
✅ PYTHON isort 1 0 0.58s
✅ PYTHON mypy 1 0 7.87s
✅ PYTHON ruff 1 0 0.02s
✅ REPOSITORY checkov yes no 19.2s
✅ REPOSITORY gitleaks yes no 0.09s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 18.71s
✅ REPOSITORY kics yes no 16.56s
✅ REPOSITORY secretlint yes no 0.9s
✅ REPOSITORY syft yes no 1.64s
❌ REPOSITORY trivy yes 1 10.94s
✅ REPOSITORY trivy-sbom yes no 0.25s
✅ REPOSITORY trufflehog yes no 2.95s
✅ XML xmllint 1 0 0.39s
✅ YAML prettier 15 0 0.48s
✅ YAML v8r 15 0 14.01s
✅ YAML yamllint 15 0 1.07s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@chgl chgl merged commit 1b29b3e into master Nov 19, 2024
14 of 15 checks passed
@renovate renovate bot deleted the renovate/pypi-idna-vulnerability branch November 19, 2024 17:49
miracum-bot pushed a commit that referenced this pull request Nov 19, 2024
## [2.1.7](v2.1.6...v2.1.7) (2024-11-19)

### Miscellaneous Chores

* **deps:** refresh pip-compile outputs ([#122](#122)) ([77d4acf](77d4acf))
* **deps:** update all non-major dependencies ([#115](#115)) ([322d634](322d634))
* **deps:** update dependency certifi to v2024 [security] ([#120](#120)) ([bdf793c](bdf793c))
* **deps:** update dependency idna to v3.7 [security] ([#117](#117)) ([1b29b3e](1b29b3e))
* **deps:** update dependency requests to v2.32.2 [security] ([#118](#118)) ([a672aa7](a672aa7))
* **deps:** update dependency urllib3 to v2.2.2 [security] ([#119](#119)) ([a507559](a507559))
@miracum-bot
Copy link

🎉 This PR is included in version 2.1.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants