go_vuln_by_module
Find known vulnerabilities affecting a specified Go module by querying the module index.
Instructions
Find Go vulnerabilities affecting a specific module. Fetches the modules index and filters for entries matching the given module path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Go module path, e.g. 'golang.org/x/net' or 'github.com/gin-gonic/gin' |