-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update dependency aquasecurity/trivy to v0.56.2 #7635
Conversation
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.
Auto-approved because label type/renovate is present.
🔍 Vulnerabilities of
|
digest | sha256:9cab4277c19b38c01f8cd21f9b055b97ecbd1d8ff1516fc310ec385f6d60be70 |
vulnerabilities | |
platform | linux/amd64 |
size | 41 MB |
packages | 366 |
github.com/theupdateframework/go-tuf
|
Affected range | <2.0.1 |
Fixed version | 2.0.1 |
CVSS Score | 7.5 |
CVSS Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N |
Description
During the ongoing work on the TUF conformance test suite, we have come across a test that reveals what we believe is a bug in go-tuf with security implications. The bug exists in go-tuf delegation tracing and could result in downloading the wrong artifact.
We have come across this issue in the test in this PR: theupdateframework/tuf-conformance#115.
The test -
test_graph_traversal
- sets up a repository with a series of delegations, invokes the clientsrefresh()
and then checks the order in which the client traced the delegations. The test shows that the go-tuf client inconsistently traces the delegations in a wrong way. For example, during one CI run, thetwo-level-delegations
test case triggered a wrong order. The delegations in this look as such:"two-level-delegations": DelegationsTestCase( delegations=[ DelegationTester("targets", "A"), DelegationTester("targets", "B"), DelegationTester("B", "C"), ], visited_order=["A", "B", "C"], ),Here,
targets
delegate to"A"
, and to"B"
, and"B"
delegates to"C"
. The client should trace the delegations in the order"A"
then"B"
then"C"
but in this particular CI run, go-tuf traced the delegations"B"->"C"->"A"
.In a subsequent CI run, this test case did not fail, but another one did.
@jku has done a bit of debugging and believes that the returned map of
GetRolesForTarget
returns a map that causes this behavior:We believe that this map should be an ordered list instead of a map.
github.com/aws/aws-sdk-go 1.54.6
(golang)
pkg:golang/github.com/aws/aws-sdk-go@1.54.6
Affected range | >=0 |
Fixed version | Not Fixed |
Description
The Go AWS S3 Crypto SDK contains vulnerabilities that can permit an attacker with write access to a bucket to decrypt files in that bucket.
Files encrypted by the V1 EncryptionClient using either the AES-CBC content cipher or the KMS key wrap algorithm are vulnerable. Users should migrate to the V1 EncryptionClientV2 API, which will not create vulnerable files. Old files will remain vulnerable until re-encrypted with the new client.
Affected range | >=0 |
Fixed version | Not Fixed |
Description
The Go AWS S3 Crypto SDK contains vulnerabilities that can permit an attacker with write access to a bucket to decrypt files in that bucket.
Files encrypted by the V1 EncryptionClient using either the AES-CBC content cipher or the KMS key wrap algorithm are vulnerable. Users should migrate to the V1 EncryptionClientV2 API, which will not create vulnerable files. Old files will remain vulnerable until re-encrypted with the new client.
k8s.io/apiserver 0.31.0
(golang)
pkg:golang/k8s.io/apiserver@0.31.0
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
Affected range | <1.15.10 |
Fixed version | 1.15.10, 1.16.7, 1.17.3 |
CVSS Score | 4.3 |
CVSS Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L |
Description
The Kubernetes API server component has been found to be vulnerable to a denial of service attack via successful API requests.
Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/11278312499. |
PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/11278312499. |
This PR contains the following updates:
0.56.1
->0.56.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquasecurity/trivy (aquasecurity/trivy)
v0.56.2
Compare Source
Changelog
f2252c8
release: v0.56.2 [release/v0.56] (#7694)f6700ec
fix(redhat): include arch in PURL qualifiers [backport: release/v0.56] (#7702)25d2540
fix(sbom): add options for DBs in private registries [backport: release/v0.56] (#7691)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.