vestige/crates/vestige-mcp/src/tools
Sam Valladares a92fb2b6ed release: v1.1.3 — security hardening, edition 2024, dependency updates
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>
2026-02-12 03:19:07 -06:00
..
codebase.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
codebase_unified.rs feat(v1.1): consolidate 29 tools → 8 unified tools + CLI 2026-01-26 01:31:58 -06:00
consolidate.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
context.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
feedback.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
ingest.rs fix: dedup on ingest, Intel Mac CI, npm versions, remove dead TS package 2026-02-12 02:57:03 -06:00
intention_unified.rs release: v1.1.3 — security hardening, edition 2024, dependency updates 2026-02-12 03:19:07 -06:00
intentions.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
knowledge.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
memory_states.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
memory_unified.rs feat(v1.1): consolidate 29 tools → 8 unified tools + CLI 2026-01-26 01:31:58 -06:00
mod.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
recall.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
review.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
search.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
search_unified.rs feat(v1.1): consolidate 29 tools → 8 unified tools + CLI 2026-01-26 01:31:58 -06:00
smart_ingest.rs Add Prediction Error Gating and smart_ingest tool (26 tools total) 2026-01-25 13:30:03 -06:00
stats.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
tagging.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00