RipMeApp/ripme

Implement subdirectory sanitisation

开放

#16 创建于 2017年7月9日

 (10 条评论) (0 个反应) (0 位负责人)Java (640 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,524 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The addURLToDownload method in AbstractRipper should have sanitisation implemented for sub directories. It's currently possible to pass invalid characters and have the directory creation fail. This is particularly an issue on Windows platforms.

Another side effect of no sanitisation is that slashes in the directory name create further subdirectories.

贡献者指南