mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 04:27:11 +00:00
## Index Fixes - IVFFlat: Implement write_inverted_list() for proper vector storage - IVFFlat: Update build to write inverted lists with correct page refs - IVFFlat: Add rewrite_centroids() for in-place centroid updates - HNSW: Fix hnsw_rescan() to extract query vectors from datum - HNSW: Implement build_index_from_heap() with proper heap scan ## Security Fixes (3 CRITICAL) - CVE-PENDING-001: SQL injection in tenant isolation (isolation.rs) - CVE-PENDING-002: SQL injection in audit logging (operations.rs) - CVE-PENDING-003: SQL injection via drop partition (isolation.rs) ## New Files - src/tenancy/validation.rs: Input validation for tenant IDs - docs/SECURITY_AUDIT_REPORT.md: Full security audit documentation ## Verified - IVFFlat index build: ✅ Collects and stores vectors - IVFFlat query: ✅ Returns correct results - HNSW index build: ✅ Working - HNSW query: ✅ Returns correct results 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| access_methods.sql | ||
| embeddings.sql | ||
| graph_examples.sql | ||
| hnsw_index.sql | ||
| ivfflat_am.sql | ||
| routing_example.sql | ||
| ruvector--0.1.0.sql | ||
| ruvector--2.0.0.sql | ||