Closed renovate[bot] closed 7 months ago
ghcr.io/miracum/fhir-pseudonymizer:pr-168 (ubuntu 22.04)
Package | ID | Severity | Installed Version | Fixed Version |
---|---|---|---|---|
libc6 |
CVE-2016-20013 | LOW | 2.35-0ubuntu3.6 | |
libgcc-s1 |
CVE-2022-27943 | LOW | 12.3.0-1ubuntu1~22.04 | |
libstdc++6 |
CVE-2022-27943 | LOW | 12.3.0-1ubuntu1~22.04 |
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
FhirPseudonymizer | 74% | 65% | โ |
FhirPseudonymizer.Tests | 100% | 100% | โ |
Summary | 81% (816 / 1008) | 68% (93 / 136) | โ |
Minimum allowed line rate is 50%
Experiment summary:
*******************
Experiment completed: true
No task failures: true
Total number of tasks: 7
Number of completed tasks: 7
Number of completed loops: 1
Whether or not service level objectives (SLOs) are satisfied:
*************************************************************
SLO Conditions | Satisfied
-------------- | ---------
http/error-count <= 0 | true
http/latency-mean (msec) <= 25 | true
http/latency-p99 (msec) <= 85 | true
Latest observed values for metrics:
***********************************
Metric | value
------- | -----
http/error-count | 0.00
http/error-rate | 0.00
http/latency-max (msec) | 845.70
http/latency-mean (msec) | 14.01
http/latency-min (msec) | 2.29
http/latency-p50 (msec) | 6.49
http/latency-p75 (msec) | 8.88
http/latency-p90 (msec) | 54.54
http/latency-p95 (msec) | 67.15
http/latency-p99 (msec) | 77.45
http/latency-p99.9 (msec) | 79.93
http/latency-stddev (msec) | 22.28
http/request-count | 25000.00
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
โ ACTION | actionlint | 5 | 0 | 0.14s | |
โ BASH | bash-exec | 1 | 0 | 0.02s | |
โ BASH | shellcheck | 1 | 0 | 0.05s | |
โ BASH | shfmt | 1 | 0 | 0.03s | |
โ CSHARP | csharpier | 95 | 0 | 5.24s | |
โ ๏ธ CSHARP | roslynator | 3 | 3 | 32.51s | |
โ DOCKERFILE | hadolint | 1 | 0 | 0.09s | |
โ EDITORCONFIG | editorconfig-checker | 181 | 0 | 1.15s | |
โ JSON | eslint-plugin-jsonc | 27 | 0 | 10.54s | |
โ JSON | jsonlint | 27 | 0 | 0.33s | |
โ JSON | prettier | 27 | 0 | 3.3s | |
โ JSON | v8r | 27 | 0 | 9.01s | |
โ MARKDOWN | markdownlint | 4 | 0 | 1.54s | |
โ PROTOBUF | protolint | 4 | 0 | 7.9s | |
โ REPOSITORY | checkov | yes | no | 15.15s | |
โ REPOSITORY | dustilock | yes | no | 0.01s | |
โ REPOSITORY | gitleaks | yes | no | 0.71s | |
โ REPOSITORY | git_diff | yes | no | 0.13s | |
โ REPOSITORY | grype | yes | no | 15.63s | |
โ REPOSITORY | kics | yes | no | 24.13s | |
โ REPOSITORY | secretlint | yes | no | 1.84s | |
โ REPOSITORY | syft | yes | no | 0.48s | |
โ REPOSITORY | trivy | yes | no | 7.76s | |
โ REPOSITORY | trivy-sbom | yes | no | 5.06s | |
โ REPOSITORY | trufflehog | yes | no | 12.33s | |
โ XML | xmllint | 2 | 0 | 0.02s | |
โ YAML | prettier | 29 | 0 | 3.71s | |
โ YAML | v8r | 29 | 0 | 34.05s | |
โ YAML | yamllint | 29 | 0 | 2.81s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
:tada: This PR is included in version 2.21.9 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This PR contains the following updates:
2.1.0
->2.1.1
1.7.0
->1.8.0
1.7.0
->1.8.0
1.7.0
->1.8.0
1.7.1
->1.8.0
1.7.1
->1.8.0
23.6.0
->23.7.1
1.55
->1.56
Release Notes
DuendeSoftware/Duende.AccessTokenManagement (Duende.AccessTokenManagement)
### [`v2.1.1`](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/releases/tag/2.1.1) [Compare Source](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/compare/2.1.0...2.1.1) This is a patch release that fixes a DPoP bug and updates our dependency on ASP.NET framework packages. #### What's Changed - update dependencies to latest patches by [@brockallen](https://togithub.com/brockallen) in [https://github.com/DuendeSoftware/Duende.AccessTokenManagement/pull/78](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/pull/78) Updated dependency on ASP.NET framework packages from version 8.0.0 to version 8.0.3. This updates our transitive dependency on the System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.JsonWebTokens packages past versions that have a [known Denial of Service vulnerability](https://togithub.com/advisories/GHSA-8g9c-28fc-mcx2). - Fix handling of dpop nonce sent during token exchange by [@josephdecock](https://togithub.com/josephdecock) in [https://github.com/DuendeSoftware/Duende.AccessTokenManagement/pull/79](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/pull/79) Fixes a bug where DPoP nonces provided by authorization servers were not processed correctly. **Full Changelog**: https://github.com/DuendeSoftware/Duende.AccessTokenManagement/compare/2.1.0...2.1.1VerifyTests/Verify (Verify.Xunit)
### [`v23.7.1`](https://togithub.com/VerifyTests/Verify/compare/23.7.0...23.7.1) [Compare Source](https://togithub.com/VerifyTests/Verify/compare/23.7.0...23.7.1) ### [`v23.7.0`](https://togithub.com/VerifyTests/Verify/compare/23.6.0...23.7.0) [Compare Source](https://togithub.com/VerifyTests/Verify/compare/23.6.0...23.7.0)Configuration
๐ Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
๐ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.