Dashboardinstitutional-transition-labFrozen ZIP metadata allowlist

Frozen ZIP metadata allowlist

Category: gotcha
Confidence: 1.00
ID: 01a084a3-ca78-72ba-a84b-ebde4686de98
Project ID: 1fa3712f-997f-4884-b7ec-8abb79f9e342
Cross-project: No
Recalled in other projects: 0
Source session: 16WhjkBRkUOkgxiJm
Created: 2026-09-09 05:28:41
Updated: 2026-09-09 05:28:41

Content

Trap: ZipFile.infolist() plus opening required members looks like archive validation because zipfile checks some errors during reads, but unopened extras can carry Unix/DOS directory or special-file modes, encryption flags, unknown creator systems, and unsupported compression. Fix: inspect every member and allow only unambiguous regular-file metadata, no encryption, and explicitly supported compression methods.

Move to: