trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
175 stars 17 forks source link

Bug: Creating a finding on windows and then trying to open the corresponding source file on ubuntu doesn't work #41

Open dms1lva opened 5 months ago

dms1lva commented 5 months ago

When someone creates a finding on windows, the path seems to be stored with backslashes. When trying to open the source file on Ubuntu where the finding was found, it shows an error saying it cannot find the file. The path shown contains backslashes.

fcasal commented 5 months ago

Hi @dms1lva, thanks for reporting this!