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 #184

Merged
merged 10 commits into from
Aug 4, 2024

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Aug 4, 2024

No description provided.

ahd2fhir/main.py Fixed Show fixed Hide fixed
Copy link

github-actions bot commented Aug 4, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.05s
✅ BASH bash-exec 2 0 0.04s
✅ BASH shellcheck 2 0 0.05s
✅ BASH shfmt 2 0 0.0s
✅ DOCKERFILE hadolint 2 0 0.13s
✅ JSON jsonlint 16 0 0.29s
✅ JSON npm-package-json-lint yes no 0.63s
✅ JSON prettier 16 0 1.59s
✅ MARKDOWN markdownlint 3 0 0.6s
✅ PYTHON bandit 31 0 1.59s
✅ PYTHON black 31 0 1.75s
✅ PYTHON flake8 31 0 0.97s
✅ PYTHON isort 31 0 0.5s
✅ PYTHON mypy 31 0 11.28s
✅ PYTHON pyright 31 0 10.97s
✅ PYTHON ruff 31 0 0.05s
✅ REPOSITORY checkov yes no 16.52s
✅ REPOSITORY gitleaks yes no 0.12s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY grype yes no 13.69s
✅ REPOSITORY kics yes no 30.79s
✅ REPOSITORY secretlint yes no 0.97s
✅ REPOSITORY syft yes no 0.7s
✅ REPOSITORY trivy yes no 10.63s
✅ REPOSITORY trivy-sbom yes no 7.03s
✅ REPOSITORY trufflehog yes no 4.87s
✅ YAML prettier 15 0 0.95s
✅ YAML yamllint 15 0 0.6s

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

ahd2fhir/main.py Fixed Show fixed Hide fixed
ahd2fhir/main.py Fixed Show fixed Hide fixed
ahd2fhir/main.py Fixed Show fixed Hide fixed
ahd2fhir/main.py Fixed Show fixed Hide fixed
@chgl chgl changed the title Pydantic v2 fhir resources v7 update feat!: pydantic v2 fhir.resources v7 update, dropping Medication creation Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

Trivy image scan report

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

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

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libgssapi-krb5-2 CVE-2024-37370 HIGH 1.20.1-2+deb12u1 1.20.1-2+deb12u2
libgssapi-krb5-2 CVE-2024-37371 MEDIUM 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
libk5crypto3 CVE-2024-37371 MEDIUM 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
libkrb5-3 CVE-2024-37371 MEDIUM 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
libkrb5support0 CVE-2024-37371 MEDIUM 1.20.1-2+deb12u1 1.20.1-2+deb12u2

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

@chgl chgl merged commit 5230a65 into beta Aug 4, 2024
13 checks passed
@chgl chgl deleted the pydantic-v2-fhir-resources-v7-update branch August 4, 2024 17:25
@miracum-bot
Copy link

🎉 This issue has been resolved in version 4.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

chgl added a commit that referenced this pull request Oct 14, 2024
…tion (#193)

* feat!: pydantic v2 fhir.resources v7 update, dropping Medication creation (#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 (#185)

* fix: round to 5 decimal places by default

* fix flake8 line too long

* fix: no longer fill MedicationStatement.dosage (#186)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants