Ticket #147 (new defect)

Opened 5 years ago

Last modified 4 years ago

Filter control characters when accessing filenames

Reported by: ianb Owned by: ianb
Priority: normal Milestone:
Component: paste Version:
Severity: normal Keywords:
Cc:

Description

Filesystem operations should really attempt to filter bad characters out of filenames (anything under 32, except tab, \n and \r). Higher characters (over 127) might be valid in unicode/UTF8 filenames...?

This has to happen at the file level, not as a general filtering, as non-filesystem paths can validly refer to any character.

Note: See TracTickets for help on using tickets.