VYPR

gopls

by gopls

CVEs (1)

  • CVE-2026-42503HigMay 6, 2026
    risk 0.50cvss 8.8epss 0.00

    gopls by default communicates via pipe. However, -port and -listen flags are supported as means of debugging. If -listen is given a value without an explicit host (e.g. :8080), or -port is used, gopls will listen on 0.0.0.0.  As a result, users might inadvertently cause gopls…