Skip to content

Commit

Permalink
Merge pull request #82 from controlplaneio-fluxcd/vex-alpine-cves
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored Jun 17, 2024
2 parents 5050c68 + a5f1995 commit e06ba35
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# either because the vulnerable code paths are not used in Flux
# or because the CVEs have been dismissed by upstream maintainers.

# Alpine CVEs
# status: not_affected
# justification: vulnerable_code_not_in_execute_path
CVE-2024-4741
CVE-2023-42365
CVE-2023-42364

# This CVE has been dismissed by the Helm team.
# https://helm.sh/blog/response-cve-2019-25210/
CVE-2019-25210

87 changes: 85 additions & 2 deletions vex/v2.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,89 @@
"author": "flux-enterprise@control-plane.io",
"role": "Enterprise Flux Maintainers",
"timestamp": "2024-05-23T17:26:04.422544+03:00",
"version": 1,
"statements": []
"last_updated": "2024-06-17T09:15:06.353901+03:00",
"version": 2,
"statements": [
{
"vulnerability": {
"name": "CVE-2024-4741"
},
"timestamp": "2024-06-17T09:15:06.353901+03:00",
"products": [
{
"@id": "pkg:apk/alpine/libssl3@3.3.0-r2"
},
{
"@id": "pkg:apk/alpine/libssl3"
},
{
"@id": "pkg:apk/alpine/libcrypto3@3.3.0-r2"
},
{
"@id": "pkg:apk/alpine/libcrypto3"
}
],
"status": "not_affected",
"justification": "vulnerable_code_not_in_execute_path",
"impact_statement": "The vulnerable code is not executed by Flux"
},
{
"vulnerability": {
"name": "CVE-2023-42365"
},
"timestamp": "2024-06-17T09:15:06.353901+03:00",
"products": [
{
"@id": "pkg:apk/alpine/busybox@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/busybox"
},
{
"@id": "pkg:apk/alpine/busybox-binsh@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/busybox-binsh"
},
{
"@id": "pkg:apk/alpine/ssl_client@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/ssl_client"
}
],
"status": "not_affected",
"justification": "vulnerable_code_not_in_execute_path",
"impact_statement": "The vulnerable code is not executed by Flux"
},
{
"vulnerability": {
"name": "CVE-2023-42364"
},
"timestamp": "2024-06-17T09:15:06.353901+03:00",
"products": [
{
"@id": "pkg:apk/alpine/busybox@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/busybox"
},
{
"@id": "pkg:apk/alpine/busybox-binsh@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/busybox-binsh"
},
{
"@id": "pkg:apk/alpine/ssl_client@1.36.1-r28"
},
{
"@id": "pkg:apk/alpine/ssl_client"
}
],
"status": "not_affected",
"justification": "vulnerable_code_not_in_execute_path",
"impact_statement": "The vulnerable code is not executed by Flux"
}
]
}

0 comments on commit e06ba35

Please sign in to comment.