Dashboardcliimages.ts bounded image parser

images.ts bounded image parser

Category: architecture
Confidence: 0.90
ID: 01a04315-d881-705e-be23-828d94d0b630
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 1
Source session: 1epjoDnTv88AKp3k0
Created: 2026-08-27 11:58:20
Updated: 2026-08-27 11:58:20

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 19d ago

Content

Snapshot image collection uses an in-module bounded PNG/JPEG header parser instead of image-size. Chose this over retaining the direct dependency because image-size@2.0.2 has two unresolved infinite-loop DoS advisories; header-only parsing avoids decoding untrusted JXL/HEIF/ICNS data while preserving the 40,000,000-pixel limit. Malformed or unsupported files are skipped with warnings.

Move to: