mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-08 23:32:37 +02:00
Security: - Fix RUSTSEC-2026-0007 (bytes integer overflow) - Restrict SQLite database file permissions to 0600 on Unix - Add 100KB size limit to intention descriptions (DoS prevention) - Redact JSON-RPC payloads from debug logs (data leakage prevention) - Update SECURITY.md with encryption docs and supported versions Modernization: - Upgrade Rust edition 2021 → 2024, MSRV 1.75 → 1.85 - Upgrade actions/checkout@v4 → v5, codecov/codecov-action@v3 → v5 - Update all dependencies to latest compatible versions - Fix edition 2024 match ergonomics in compression.rs Clippy fixes: - Rename from_str → parse_name to avoid shadowing FromStr trait - Replace .max().min() with .clamp() - Replace sort_by with sort_by_key Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| codebase.rs | ||
| codebase_unified.rs | ||
| consolidate.rs | ||
| context.rs | ||
| feedback.rs | ||
| ingest.rs | ||
| intention_unified.rs | ||
| intentions.rs | ||
| knowledge.rs | ||
| memory_states.rs | ||
| memory_unified.rs | ||
| mod.rs | ||
| recall.rs | ||
| review.rs | ||
| search.rs | ||
| search_unified.rs | ||
| smart_ingest.rs | ||
| stats.rs | ||
| tagging.rs | ||