feat(C1): add distributed training data collection endpoint security control (1.2.8)#632
Open
RicoKomenda wants to merge 1 commit intoOWASP:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 1.2.8 to C1.2 (Training Data Security & Integrity) to close a gap where no control addresses the security of distributed or federated training data collection endpoints.
New control:
Level: 2
Why this is needed
Federated and distributed training setups route data from many collection nodes (edge devices, partner systems, regional data pipelines) to a central aggregation point. Existing C1.2 controls protect data at rest and in transit once it reaches central storage, but none address the authentication of collection endpoints or the integrity of data before ingestion. An attacker who can inject data from an unauthenticated endpoint, or replay/modify data in transit before the integrity check at the aggregation point, bypasses all downstream training data validation.
This is AI-specific: distributed training data collection is a common pattern in AI/ML operations with no direct equivalent in general web application data flows.
Changes
1.0/en/0x10-C01-Training-Data-Integrity-and-Traceability.md: add 1.2.8, fix MD060 separator rows1.0/en/0x93-Appendix-D_AI_Security_Controls_Inventory.md: add entry to AD.12