Overview
The documents module accepts land ownership paperwork. A client-declared Content-Type and file extension are trivially spoofed, so neither can be trusted to decide what a file is.
This is distinct from the upload feature work already filed — this issue is specifically about validation and safe storage of whatever is uploaded.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
The documents module accepts land ownership paperwork. A client-declared
Content-Typeand file extension are trivially spoofed, so neither can be trusted to decide what a file is.This is distinct from the upload feature work already filed — this issue is specifically about validation and safe storage of whatever is uploaded.
Tasks
pdf-libandpdfkitare installed, and PDFs can embed active content. Sanitize or render rather than serving originals inline.Content-Disposition: attachmentand a correctContent-Type, nevertext/html.Acceptance Criteria
.pdfis rejected by content inspection.Notes for Contributors
Comment below to be assigned.