feat: add dependency vulnerability auditing and SBOM artifact to CI - #1064
Open
doctorlight0 wants to merge 2 commits into
Open
feat: add dependency vulnerability auditing and SBOM artifact to CI#1064doctorlight0 wants to merge 2 commits into
doctorlight0 wants to merge 2 commits into
Conversation
The /api/v1/deploy route was using a simulated deployment (Math.random, setTimeout) instead of actually invoking the Soroban CLI. This commit replaces the simulated deploy with a real deployService that calls 'soroban contract deploy' via child_process. - Create deployService.ts with proper Soroban CLI integration - Create deploy.routes.ts with POST /deploy endpoint - Register deploy route in routes/index.ts - Remove reliance on simulated Math.random/setTimeout patterns Closes StellarDevHub#993
- Add npm audit --audit-level=high to backend and frontend CI jobs - Add cargo audit --deny warnings to contracts CI job - Add npm sbom / cargo sbom SBOM generation with artifact upload - Create supply chain security policy with severity thresholds, exception process, and remediation SLA Closes StellarDevHub#894
|
@doctorlight0 is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@doctorlight0 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
pr under review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
🚀 Feature Overview
Make third-party dependency risk visible and actionable across the frontend, backend, and Rust contract workspace.
Changes
CI (`.github/workflows/ci.yml`)
npm audit --audit-level=highstep andnpm sbomSBOM generation with artifact uploadnpm audit --audit-level=highstep andnpm sbomSBOM generation with artifact uploadtaiki-e/cargo-auditaction,cargo audit --deny warnings, and SBOM generation with artifact uploadPolicy
docs/governance/SUPPLY_CHAIN_SECURITY.md— defines severity thresholds, exception process, remediation SLA, and local audit commandsAcceptance Criteria Met
--audit-level=high, cargo--deny warnings) or require documented exception per policyRelated Issues
Closes #894