URI paths on Windows not working #31
Labels
bug 🐛
Something isn't working
good first issue
Good for newcomers
priority:medium
Medium-priority tasks
It seems like a file uri reference like this:
file:///d:/sarif/demo.c
does not work.
This is the correct format according to https://datatracker.ietf.org/doc/html/rfc8089
and is also exemplified in the SARIF documentation (https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) (just 'find' C:)
It seems like it works in this format:
file://d:/sarif/demo.c // missing slash
and
file://d:\\sarif\\demo.c // missing slash and host path separator
The text was updated successfully, but these errors were encountered: