fix(ci): configure security audit exceptions and remove Ollama#560
Merged
fix(ci): configure security audit exceptions and remove Ollama#560
Conversation
Add .cargo/audit.toml to centralize security advisory exceptions: - RUSTSEC-2025-0118: wasmtime v29 shared memory API (low severity) - RUSTSEC-2025-0046: wasmtime v29 fd_renumber panic (low severity) - RUSTSEC-2026-0006: wasmtime v29 f64.copysign segfault (medium) - RUSTSEC-2025-0057: fxhash unmaintained (transitive via wasmtime) - RUSTSEC-2024-0436: paste unmaintained (transitive via wasmtime) - RUSTSEC-2026-0002: lru unsound iteration (transitive via ratatui) Remove continue-on-error from security audit CI job so it properly fails on new unacknowledged vulnerabilities.
Remove all Ollama model definitions and related tests from cortex-cli. This simplifies the codebase by removing support for the local Ollama provider, focusing on cloud-based model providers.
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.
Summary
This PR fixes the security audit CI workflow and removes Ollama provider support.
Changes
Security Audit Configuration
.cargo/audit.tomlto centralize RUSTSEC advisory exceptionscontinue-on-error: truefrom CI so audit properly fails on new vulnerabilitiesRemove Ollama Provider
Testing
cargo check -p cortex-clipassesSecurity Notes
All RUSTSEC exceptions are documented with: