mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-07-22 03:15:41 +02:00
CodeRabbit review on #217: a ZIP entry named with Windows separators (e.g. "..\outside.png") survives filepath.Base on Unix and would be written verbatim as a ZIP entry name, which Windows consumers may interpret as path traversal. Add archiveBaseName helper that replaces "\" with "/" before deriving the bare base name for OriginalName.