| { |
| "id": "GO-2000-0003", |
| "modified": "2002-01-01T00:00:00Z", |
| "published": "2002-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-1999-3333", |
| "GHSA-xxxx-yyyy-zzzz" |
| ], |
| "details": "Some details", |
| "affected": [ |
| { |
| "package": { |
| "name": "example.com/module2", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "1.1.0" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "package", |
| "symbols": [ |
| "Symbol" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://example.com/cl/000" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2000-0003" |
| } |
| } |