github.com/google/osv-scalibr@v0.4.1/guidedremediation/testdata/python/vulnerabilities.json (about) 1 { 2 "vulns": [ 3 { 4 "affected": [ 5 { 6 "package": { 7 "ecosystem": "PyPI", 8 "name": "bad1" 9 }, 10 "ranges": [ 11 { 12 "events": [ 13 { 14 "introduced": "0" 15 }, 16 { 17 "fixed": "2.0.0" 18 } 19 ], 20 "type": "ECOSYSTEM" 21 } 22 ], 23 "versions": [ 24 "1.0.0" 25 ] 26 } 27 ], 28 "id": "OSV-000-001" 29 }, 30 { 31 "affected": [ 32 { 33 "package": { 34 "ecosystem": "PyPI", 35 "name": "bad2" 36 }, 37 "ranges": [ 38 { 39 "events": [ 40 { 41 "introduced": "0" 42 }, 43 { 44 "fixed": "2.0.0" 45 } 46 ], 47 "type": "ECOSYSTEM" 48 } 49 ], 50 "versions": [ 51 "1.0.0" 52 ] 53 } 54 ], 55 "id": "OSV-000-002" 56 }, 57 { 58 "affected": [ 59 { 60 "package": { 61 "ecosystem": "PyPI", 62 "name": "bad3" 63 }, 64 "ranges": [ 65 { 66 "events": [ 67 { 68 "introduced": "0" 69 }, 70 { 71 "fixed": "2.0.0" 72 } 73 ], 74 "type": "ECOSYSTEM" 75 } 76 ], 77 "versions": [ 78 "1.0.0", 79 "1.1.0" 80 ] 81 } 82 ], 83 "id": "OSV-000-003" 84 }, 85 { 86 "affected": [ 87 { 88 "package": { 89 "ecosystem": "PyPI", 90 "name": "nofix" 91 }, 92 "ranges": [ 93 { 94 "events": [ 95 { 96 "introduced": "0" 97 } 98 ], 99 "type": "ECOSYSTEM" 100 } 101 ], 102 "versions": [ 103 "1.0.0" 104 ] 105 } 106 ], 107 "id": "OSV-000-004" 108 } 109 ] 110 }