RipMeApp/ripme

Implement subdirectory sanitisation

Open

#16 aberto em 9 de jul. de 2017

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Java (640 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (3.524 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador