SI-10(6) - Information Input Validation | Injection Prevention

Prevent untrusted data injections.


ID: SI-10(6)
Enhancement of : SI-10

Space Segment Guidance

Injection resistance benefits from interfaces that keep data separate from control. Consider parameterized command/procedure languages, strict typing and schema validation, output encoding where interpreters exist, and review gates that flag free-form strings headed to sensitive parsers in TT&C or payload pipelines. Negative tests in the twin/flatsat help confirm rejects are explicit and side-effect free.