mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 12:55:26 +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> |
||
|---|---|---|
| .. | ||
| attention | ||
| bin | ||
| distance | ||
| embeddings | ||
| gnn | ||
| graph | ||
| healing | ||
| hybrid | ||
| hyperbolic | ||
| index | ||
| integrity | ||
| learning | ||
| quantization | ||
| routing | ||
| sparse | ||
| tenancy | ||
| types | ||
| workers | ||
| lib.rs | ||
| operators.rs | ||