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

feat: first incomplete version of ObdsToFhirBundleMapper #173

Open
wants to merge 5 commits into
base: beta
Choose a base branch
from

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Nov 22, 2024

No description provided.

Copy link

github-actions bot commented Nov 22, 2024

Code Coverage Report

Overall Project 72.53% 🍏
Files changed 100% 🍏

File Coverage
ObdsToFhirBundleMapper.java 100% 🍏
StrahlentherapieMapper.java 100% 🍏
TodMapper.java 96.28% 🍏

Copy link

github-actions bot commented Nov 22, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.07s
✅ BASH bash-exec 4 0 0.01s
✅ BASH shellcheck 4 0 0.05s
✅ BASH shfmt 4 0 0.01s
✅ DOCKERFILE hadolint 1 0 0.1s
✅ EDITORCONFIG editorconfig-checker 220 0 1.72s
✅ GROOVY npm-groovy-lint 2 0 13.07s
✅ JAVA checkstyle 75 0 9.49s
✅ JSON jsonlint 73 0 0.2s
✅ JSON npm-package-json-lint yes no 0.94s
✅ JSON prettier 73 0 0.74s
✅ JSON v8r 73 0 72.32s
✅ MARKDOWN markdownlint 8 0 0.61s
✅ REPOSITORY checkov yes no 16.34s
✅ REPOSITORY gitleaks yes no 0.78s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 16.02s
✅ REPOSITORY kics yes no 14.76s
✅ REPOSITORY secretlint yes no 1.1s
✅ REPOSITORY syft yes no 3.02s
✅ REPOSITORY trivy yes no 8.44s
✅ REPOSITORY trivy-sbom yes no 1.09s
✅ REPOSITORY trufflehog yes no 5.24s
✅ XML xmllint 19 0 0.05s
✅ YAML prettier 16 0 1.23s
✅ YAML v8r 16 0 18.06s
✅ YAML yamllint 16 0 0.6s

See detailed report in MegaLinter reports

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

MegaLinter is graciously provided by OX Security

@chgl chgl force-pushed the 172-obds-to-fhir-bundle-mapper-implementieren branch from d709fa6 to 8cbb36d Compare November 25, 2024 16:02
@chgl chgl force-pushed the 172-obds-to-fhir-bundle-mapper-implementieren branch from 8cbb36d to 7c135d8 Compare November 27, 2024 20:17
@chgl chgl marked this pull request as ready for review January 7, 2025 12:23
@chgl chgl force-pushed the 172-obds-to-fhir-bundle-mapper-implementieren branch from be312ed to 6978b37 Compare January 7, 2025 14:27
@chgl chgl changed the title feat: first draft version of ObdsToFhirBundleMapper feat: first incomplete version of ObdsToFhirBundleMapper Jan 7, 2025
@chgl chgl requested review from a team and MarcelErpi and removed request for a team January 8, 2025 14:57
@chgl chgl force-pushed the 172-obds-to-fhir-bundle-mapper-implementieren branch from 6978b37 to 668897a Compare January 13, 2025 15:14
@chgl chgl requested a review from violaBe January 13, 2025 17:28
@jasminziegler jasminziegler requested a review from a team January 15, 2025 09:57
@chgl chgl force-pushed the 172-obds-to-fhir-bundle-mapper-implementieren branch from 668897a to f99ef38 Compare January 15, 2025 16:28
Copy link

Trivy image scan report

ghcr.io/bzkf/obds-to-fhir:pr-173 (debian 12.7)

No Vulnerabilities found

No Misconfigurations found

Java

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

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-45294 HIGH 6.3.11 6.3.23
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-51132 HIGH 6.3.11 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-52007 HIGH 6.3.11 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-45294 HIGH 6.3.11 6.3.23
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-51132 HIGH 6.3.11 6.4.0
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-52007 HIGH 6.3.11 6.4.0
ch.qos.logback:logback-core CVE-2024-12798 MEDIUM 1.5.6 1.5.13, 1.3.15
ch.qos.logback:logback-core CVE-2024-12801 LOW 1.5.6 1.5.13, 1.3.15
commons-io:commons-io CVE-2024-47554 HIGH 2.11.0 2.14.0
org.apache.tomcat.embed:tomcat-embed-core CVE-2024-50379 HIGH 10.1.26 11.0.2, 10.1.34, 9.0.98
org.apache.tomcat.embed:tomcat-embed-core CVE-2024-56337 HIGH 10.1.26 11.0.2, 10.1.34, 9.0.98
org.springframework:spring-context CVE-2024-38820 MEDIUM 6.1.11 6.1.14
org.springframework:spring-web CVE-2024-38809 MEDIUM 6.1.11 5.3.38, 6.0.23, 6.1.12
org.springframework:spring-webmvc CVE-2024-38816 HIGH 6.1.11 6.1.13
org.springframework:spring-webmvc CVE-2024-38819 HIGH 6.1.11 6.1.14

No Misconfigurations found

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

Successfully merging this pull request may close these issues.

1 participant