-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.goplsgopls related issuesgopls related issuesvulncheck or vulndbIssues for vulncheck functionalityIssues for vulncheck functionality
Description
As of v1.1.0, govulncheck JSON paths are relative to their enclosing module, rather than being absolute as earlier. This change was done to increase portability and to not leak information about the user filesystem.
If vscode-go starts using govulncheck@v1.1.0 or newer, the chances are the relative paths will break things. However, each path is relative to their enclosing module (including stdlib) and the module information is available in JSON. This should be sufficient to compute absolute paths on the local machine.
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.goplsgopls related issuesgopls related issuesvulncheck or vulndbIssues for vulncheck functionalityIssues for vulncheck functionality