This enables handling safe paths treating some extra characters as safe on POSIX.
In particular this ensures that we can treat the colon ":" as safe for use in file names
on POSIX only. This will allow correct processing of system files in ScanCode.io
and ExtractCode
This enables handling safe paths treating some extra characters as safe on POSIX. In particular this ensures that we can treat the colon ":" as safe for use in file names on POSIX only. This will allow correct processing of system files in ScanCode.io and ExtractCode
Reference: https://github.com/nexB/extractcode/issues/41 Reference: https://github.com/nexB/scancode.io/issues/407 Reference: https://github.com/nexB/scancode.io/issues/445