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: implement death mapping #178

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

Conversation

BoehmDo
Copy link
Contributor

@BoehmDo BoehmDo commented Nov 25, 2024

@BoehmDo BoehmDo self-assigned this Nov 25, 2024
@BoehmDo BoehmDo changed the title feat: implement death mapping feat: implement death mapping Nov 25, 2024
Copy link

github-actions bot commented Nov 25, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.07s
✅ BASH bash-exec 4 0 0.03s
✅ BASH shellcheck 4 0 0.04s
✅ BASH shfmt 4 0 0.01s
✅ DOCKERFILE hadolint 1 0 0.19s
✅ EDITORCONFIG editorconfig-checker 167 0 1.51s
✅ GROOVY npm-groovy-lint 2 0 12.01s
✅ JAVA checkstyle 59 0 8.83s
✅ JSON jsonlint 36 0 0.21s
✅ JSON npm-package-json-lint yes no 0.57s
✅ JSON prettier 36 0 0.68s
✅ JSON v8r 36 0 51.71s
✅ MARKDOWN markdownlint 8 0 0.85s
✅ REPOSITORY checkov yes no 15.58s
✅ REPOSITORY gitleaks yes no 0.67s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY grype yes no 14.85s
✅ REPOSITORY kics yes no 15.83s
✅ REPOSITORY secretlint yes no 1.05s
✅ REPOSITORY syft yes no 3.3s
✅ REPOSITORY trivy yes no 7.61s
✅ REPOSITORY trivy-sbom yes no 1.17s
✅ REPOSITORY trufflehog yes no 7.33s
✅ XML xmllint 19 0 0.09s
✅ YAML prettier 16 0 1.23s
✅ YAML v8r 16 0 19.35s
✅ YAML yamllint 16 0 0.56s

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

Copy link

github-actions bot commented Nov 25, 2024

Code Coverage Report

Overall Project 68.06% 🍏
Files changed 100% 🍏

File Coverage
TodMapper.java 100% 🍏

Copy link

Trivy image scan report

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

No Vulnerabilities found

No Misconfigurations found

Java

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

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
commons-io:commons-io CVE-2024-47554 HIGH 2.11.0 2.14.0
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

No Misconfigurations found

@BoehmDo BoehmDo marked this pull request as ready for review December 11, 2024 08:27
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