@@ -27,8 +27,14 @@ arrays, and plain objects. No parser returns HTML or a live third-party object.
|
||||
decoded sample. `buildSanitizationReport` assigns verified/warning/failed
|
||||
based on explicit coverage and output findings.
|
||||
6. `archive` serializes bounded deterministic JSON and creates stored ZIP
|
||||
entries from application-generated `images/` paths and sanitized unique
|
||||
names.
|
||||
entries from application-generated `images/` paths. Safe-share archives use
|
||||
generic sequential image names and a reduced report; detailed reports remain
|
||||
an explicit, separate download for local auditing.
|
||||
7. `policy` applies frozen, versioned category rules to normalized findings. It
|
||||
creates pseudonymous per-file evidence across every inventoried format and
|
||||
separately reports whether the requested removal can be executed by the
|
||||
existing verified re-encode path. New policy profiles can be added without
|
||||
changing a container parser.
|
||||
|
||||
Pixel decoding and Canvas encoding currently run on the main browser context
|
||||
because portable cross-browser image encoder support is there; metadata parsing
|
||||
|
||||
Reference in New Issue
Block a user