We are not currently surfacing vulnerabilities in standard library
as diagnostics.
We tried to attach the diagnostic to the module or go statement
in go.mod. But without a clear path to address the issue from source
level, we think this needs more investigation.
If https://go.dev/issue/57001 is accepted and implemented,
we can place the diagnostics and quickfix to go.mod on the go directive
and the toolchain. Otherwise, we can go with more vscode-go specific
solution.
We are not currently surfacing vulnerabilities in standard library as diagnostics.
We tried to attach the diagnostic to the
module
orgo
statement in go.mod. But without a clear path to address the issue from source level, we think this needs more investigation.If https://go.dev/issue/57001 is accepted and implemented, we can place the diagnostics and quickfix to go.mod on the go directive and the toolchain. Otherwise, we can go with more vscode-go specific solution.