-
Notifications
You must be signed in to change notification settings - Fork 285
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
starship/1.21.1-r0: cve remediation #36235
Conversation
Gen AI suggestions to solve the build error: • Detected Error:
• Error Category: Dependency/Version • Failure Point: rust/cargobump step during dependency resolution • Root Cause Analysis: • Suggested Fix: pipeline:
- uses: git-checkout
with:
repository: https://github.com/starship/starship
tag: v${{package.version}}
expected-commit: 47ccc3603dc20edf4bb59e56b26d19f78a41e770
- runs: |
cargo update -p idna --precise 0.5.0
- uses: rust/cargobump
- runs: |
cargo auditable build --release
install -Dm755 target/release/starship "${{targets.destdir}}"/usr/bin/starship • Explanation: • Additional Notes:
• References: |
Gen AI suggestions to solve the build error: Based on the build log provided, I can analyze the failure: • Detected Error: No explicit error message is shown in the log, but the output stops after installing dependencies, suggesting the build fails during the Rust compilation phase. • Error Category: Build Configuration • Failure Point: After dependency installation, likely during • Root Cause Analysis: • Suggested Fix: environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- cargo-auditable
- cmake
- openssf-compiler-options
- rust-1.70
- rust # Change to latest compatible version • Explanation: • Additional Notes:
• References:
Would you like me to suggest any additional debugging steps or provide more specific version requirements? |
dbb90ee
to
3271463
Compare
Signed-off-by: Dentrax <[email protected]>
3271463
to
2496876
Compare
starship/1.21.1-r0: fix GHSA-h97m-ww89-6jmq
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/starship.advisories.yaml