Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

golang/vscode-go
master @ 4604801
4
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Dependency Vulnerability: 2 prior fixes. Scrutinize any change in this area.
package-lock.json: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Untrusted Workspace Config Execution: Malicious repos could set Go settings to execute arbitrary binaries; fixed by gating with a trust flag and prompting.
Untrusted Workspace Config Injection: Workspace-level values for security-sensitive settings could be injected; fixed by restricting keys to global/default in untrusted workspaces.
Dependency Vulnerability: Deprecated web-request dependency was vulnerable; replaced with node-fetch.