Skip to main content

Database / Vector

CCC Managed Vector Store Controls

Version: DEV

IDTitleObjectiveControl FamilyThreat MappingsGuideline MappingsAssessment Requirements
CCC.Vector.CN01Validate Embeddings Before IndexingEnsure all incoming embeddings are structurally and statistically validated before indexing to prevent poisoning or corruption.Ingestion
3
1
1
CCC.Vector.CN02Enforce Role-Based Index Lifecycle ManagementRestrict index lifecycle operations (create, delete, rollback) to privileged identities using fine-grained access controls.Access
3
1
1
CCC.Vector.CN03Enforce Metadata-Level Access ControlsApply access control policies to metadata fields used in filtering to prevent unauthorized exposure or inference.Access
2
3
1
CCC.Vector.CN04Enforce Ingestion Quotas and ThrottlingPrevent ingestion-based DoS or index pollution by rate-limiting vector submissions and enforcing quotas.Ingestion
2
1
1
CCC.Vector.CN05Enforce Index Versioning with Rollback ProtectionEnsure vector indexes are versioned and that rollback operations are authorized and auditable.Resource
3
1
1
CCC.Vector.CN06Enforce Dimensional and Format ConstraintsReject embeddings that do not conform to expected model specifications (dimensions, format, etc).Ingestion
2
1
1
CCC.Vector.CN07Support Explicit ANN vs. Exact Search ConfigurationProvide clients with the option to enforce exact-match (non-ANN) search where search fidelity is critical.Processing
1
0
1

Imports

IDRemarks
CCC.Core.CN01Prevent Unencrypted Requests
CCC.Core.CN02Ensure data encryption at rest for all stored data
CCC.Core.CN03Require MFA for Access
CCC.Core.CN04Log All Access and Changes
CCC.Core.CN05Prevent Access from Untrusted Entities
CCC.Core.CN06Require Access Approval
CCC.Core.CN07Limit Public Access to Resources
CCC.Core.CN09Prevent Log Tampering
CCC.Core.CN10Prevent Replication Outside Trust Boundary
CCC.Core.CN12Secure Network Access Rules