RipMeApp/ripme

Implement subdirectory sanitisation

Open

#16 ouverte le 9 juil. 2017

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Java (640 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 524 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur