Skip to content

Add cargo audit for services/api (#638) - #837

Merged
hman38705 merged 1 commit into
solutions-plug:mainfrom
euniceamoni:fix/638-cargo-audit-services-api
May 30, 2026
Merged

Add cargo audit for services/api (#638)#837
hman38705 merged 1 commit into
solutions-plug:mainfrom
euniceamoni:fix/638-cargo-audit-services-api

Conversation

@euniceamoni

Copy link
Copy Markdown
Contributor

Closes #638

Add explicit cargo audit steps for services/api in dependency-scan.yml. The root workspace only covers contracts/*, so the API crate's dependencies (axum, sqlx, redis, reqwest) were never audited.

Changes:

  • Split the single generic audit step into two targeted pairs, one for contracts/predict-iq and one for services/api, using working-directory
  • Critical vulnerabilities in either crate fail the scan-rust job and block merges to main

@drips-wave

drips-wave Bot commented May 30, 2026

Copy link
Copy Markdown

@euniceamoni 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! 🚀

Learn more about application limits

@hman38705
hman38705 merged commit 9f4c46b into solutions-plug:main May 30, 2026
12 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add cargo audit for services/api Rust dependencies

2 participants