Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

feat!: pydantic v2 fhir.resources v7 update, dropping Medication creation #193

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Oct 2, 2024

BREAKING CHANGE: no longer create Medication resources due to incompatibility with MII profiles

chgl added 3 commits August 4, 2024 19:25
…tion (#184)

* chore(deps): updated to pydantic v2 and fhir.resources v7

* chore(deps): updated images

* feat!: no longer create Medication resources due to incompatibility with MII profiles

* chore: format, isort and fix endpoint

* ci: ready for beta releases

* fix

* trailing whitespace

* typing

* lints

* pyright
* fix: round to 5 decimal places by default

* fix flake8 line too long
Copy link

github-actions bot commented Oct 2, 2024

Trivy image scan report

ghcr.io/miracum/ahd2fhir:pr-193 (debian 12.6)

24 known vulnerabilities found (CRITICAL: 7 HIGH: 4 MEDIUM: 9 LOW: 4)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libexpat1 CVE-2024-45490 CRITICAL 2.5.0-1 2.5.0-1+deb12u1
libexpat1 CVE-2024-45491 CRITICAL 2.5.0-1 2.5.0-1+deb12u1
libexpat1 CVE-2024-45492 CRITICAL 2.5.0-1 2.5.0-1+deb12u1
libgssapi-krb5-2 CVE-2024-37371 CRITICAL 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libgssapi-krb5-2 CVE-2024-37370 HIGH 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libk5crypto3 CVE-2024-37371 CRITICAL 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libk5crypto3 CVE-2024-37370 HIGH 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libkrb5-3 CVE-2024-37371 CRITICAL 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libkrb5-3 CVE-2024-37370 HIGH 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libkrb5support0 CVE-2024-37371 CRITICAL 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libkrb5support0 CVE-2024-37370 HIGH 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libpython3.11-minimal CVE-2024-0397 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libpython3.11-minimal CVE-2024-8088 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libpython3.11-minimal CVE-2024-4032 LOW 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libpython3.11-stdlib CVE-2024-0397 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libpython3.11-stdlib CVE-2024-8088 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libpython3.11-stdlib CVE-2024-4032 LOW 3.11.2-6+deb12u2 3.11.2-6+deb12u3
libssl3 CVE-2024-4603 MEDIUM 3.0.13-1~deb12u1 3.0.14-1~deb12u1
libssl3 CVE-2024-4741 MEDIUM 3.0.13-1~deb12u1 3.0.14-1~deb12u1
libssl3 CVE-2024-6119 MEDIUM 3.0.13-1~deb12u1 3.0.14-1~deb12u2
libssl3 CVE-2024-2511 LOW 3.0.13-1~deb12u1 3.0.14-1~deb12u1
python3.11-minimal CVE-2024-0397 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
python3.11-minimal CVE-2024-8088 MEDIUM 3.11.2-6+deb12u2 3.11.2-6+deb12u3
python3.11-minimal CVE-2024-4032 LOW 3.11.2-6+deb12u2 3.11.2-6+deb12u3

No Misconfigurations found

Python

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

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
setuptools CVE-2024-6345 HIGH 65.5.1 70.0.0

No Misconfigurations found

Copy link

github-actions bot commented Oct 2, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.02s
✅ BASH bash-exec 2 0 0.01s
✅ BASH shellcheck 2 0 0.02s
✅ BASH shfmt 2 0 0.01s
✅ DOCKERFILE hadolint 2 0 0.23s
✅ JSON jsonlint 16 0 0.41s
✅ JSON npm-package-json-lint yes no 0.99s
✅ JSON prettier 16 0 1.87s
✅ MARKDOWN markdownlint 3 0 0.53s
✅ PYTHON bandit 31 0 2.77s
✅ PYTHON black 31 0 2.85s
✅ PYTHON flake8 31 0 1.7s
✅ PYTHON isort 31 0 0.46s
✅ PYTHON mypy 31 0 12.28s
✅ PYTHON pyright 31 0 9.71s
✅ PYTHON ruff 31 0 0.03s
✅ REPOSITORY checkov yes no 16.15s
✅ REPOSITORY gitleaks yes no 0.15s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY grype yes no 15.95s
✅ REPOSITORY kics yes no 33.53s
✅ REPOSITORY secretlint yes no 0.91s
✅ REPOSITORY syft yes no 0.87s
✅ REPOSITORY trivy yes no 11.1s
✅ REPOSITORY trivy-sbom yes no 6.85s
✅ REPOSITORY trufflehog yes no 5.26s
✅ YAML prettier 15 0 1.01s
✅ YAML yamllint 15 0 0.62s

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 requested a review from AlexSchulz98 October 2, 2024 11:01
@chgl chgl merged commit 747122d into master Oct 14, 2024
37 checks passed
@miracum-bot
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants