Skip to content

Strictly validate CSF message structure to mitigate fuzzy Armor Headers

Daniel Kahn Gillmor requested to merge dkg/deprecate-csf into main

This change is intended as an alternative to !337 (closed). It deliberately does not further deprecate CSF, but rather requires implementations to be as strict as possible about CSF structure (in particular, the armor headers present at the top of the message), to reduce the risk of deliberate semantic confusion via unspecified armor headers.

Merge request reports