mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
We were escaping '/', but I don't think there is any need to do so. It just happens to have a nice escape in the spec. Escaping it might filenames annoying to work with. I've also added escaping for the other control characters that we're meant to escape.