-
Notifications
You must be signed in to change notification settings - Fork 7
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
build: added nullaway #177
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports You could have same capabilities but better runtime performances if you request a new MegaLinter flavor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Insgesamt schlägt die Kompilierung mit Nullaway an 9 Stellen fehl, z.B.:
/Users/marvin/git/fhir-gateway/src/main/java/org/miracum/etl/fhirgateway/FhirSystemsConfig.java:10: Fehler: [NullAway] @NonNull field loinc not initialized
private String loinc;
^
(see http://t.uber.com/nullaway )
Quality Gate passedIssues Measures |
Code Coverage Report
|
Trivy image scan report
|
Package | ID | Severity | Installed Version | Fixed Version |
---|---|---|---|---|
ca.uhn.hapi.fhir:org.hl7.fhir.r4 |
CVE-2024-45294 | HIGH | 6.1.2.2 | 6.3.23 |
ca.uhn.hapi.fhir:org.hl7.fhir.utilities |
CVE-2024-45294 | HIGH | 6.1.2.2 | 6.3.23 |
commons-io:commons-io |
CVE-2024-47554 | HIGH | 2.11.0 | 2.14.0 |
org.springframework:spring-context |
CVE-2024-38820 | MEDIUM | 6.1.13 | 6.1.14, 6.0.25, 5.3.41, 6.2.0-RC2 |
No Misconfigurations found
## [3.14.1](v3.14.0...v3.14.1) (2024-11-05) ### Build * added nullaway ([#177](#177)) ([14949f0](14949f0))
🎉 This PR is included in version 3.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.