-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgrype-results.sarif
More file actions
695 lines (695 loc) · 37.1 KB
/
Copy pathgrype-results.sarif
File metadata and controls
695 lines (695 loc) · 37.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
{
"version": "2.1.0",
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
"runs": [
{
"tool": {
"driver": {
"name": "grype",
"version": "0.91.2",
"informationUri": "https://github.com/anchore/grype",
"rules": [
{
"id": "CVE-2026-3644-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-3644 high vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output()."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-3644\nSeverity: high\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-3644](https://nvd.nist.gov/vuln/detail/CVE-2026-3644)",
"markdown": "**Vulnerability CVE-2026-3644**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-3644](https://nvd.nist.gov/vuln/detail/CVE-2026-3644) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "7.5"
}
},
{
"id": "CVE-2026-4224-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-4224 high vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "When an Expat parser with a registered ElementDeclHandler parses an inline\ndocument type definition containing a deeply nested content model a C stack\noverflow occurs."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-4224\nSeverity: high\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-4224](https://nvd.nist.gov/vuln/detail/CVE-2026-4224)",
"markdown": "**Vulnerability CVE-2026-4224**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-4224](https://nvd.nist.gov/vuln/detail/CVE-2026-4224) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "7.5"
}
},
{
"id": "CVE-2026-4786-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-4786 high vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-4786\nSeverity: high\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-4786](https://nvd.nist.gov/vuln/detail/CVE-2026-4786)",
"markdown": "**Vulnerability CVE-2026-4786**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-4786](https://nvd.nist.gov/vuln/detail/CVE-2026-4786) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "7.1"
}
},
{
"id": "CVE-2026-7210-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-7210 high vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-7210\nSeverity: high\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-7210](https://nvd.nist.gov/vuln/detail/CVE-2026-7210)",
"markdown": "**Vulnerability CVE-2026-7210**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-7210](https://nvd.nist.gov/vuln/detail/CVE-2026-7210) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "7.5"
}
},
{
"id": "CVE-2026-9669-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-9669 high vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-9669\nSeverity: high\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-9669](https://nvd.nist.gov/vuln/detail/CVE-2026-9669)",
"markdown": "**Vulnerability CVE-2026-9669**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-9669](https://nvd.nist.gov/vuln/detail/CVE-2026-9669) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "8.2"
}
},
{
"id": "CVE-2025-12781-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2025-12781 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2025-12781\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2025-12781](https://nvd.nist.gov/vuln/detail/CVE-2025-12781)",
"markdown": "**Vulnerability CVE-2025-12781**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2025-12781](https://nvd.nist.gov/vuln/detail/CVE-2025-12781) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "6.3"
}
},
{
"id": "CVE-2025-15366-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2025-15366 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2025-15366\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2025-15366](https://nvd.nist.gov/vuln/detail/CVE-2025-15366)",
"markdown": "**Vulnerability CVE-2025-15366**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2025-15366](https://nvd.nist.gov/vuln/detail/CVE-2025-15366) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "5.9"
}
},
{
"id": "CVE-2025-15367-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2025-15367 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2025-15367\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2025-15367](https://nvd.nist.gov/vuln/detail/CVE-2025-15367)",
"markdown": "**Vulnerability CVE-2025-15367**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2025-15367](https://nvd.nist.gov/vuln/detail/CVE-2025-15367) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "5.9"
}
},
{
"id": "CVE-2026-2297-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-2297 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-2297\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-2297](https://nvd.nist.gov/vuln/detail/CVE-2026-2297)",
"markdown": "**Vulnerability CVE-2026-2297**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-2297](https://nvd.nist.gov/vuln/detail/CVE-2026-2297) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "5.7"
}
},
{
"id": "CVE-2026-3446-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-3446 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use \"validate=True\" to enable stricter processing of base64 data."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-3446\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-3446](https://nvd.nist.gov/vuln/detail/CVE-2026-3446)",
"markdown": "**Vulnerability CVE-2026-3446**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-3446](https://nvd.nist.gov/vuln/detail/CVE-2026-3446) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "6.0"
}
},
{
"id": "CVE-2026-6019-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-6019 medium vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-6019\nSeverity: medium\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-6019](https://nvd.nist.gov/vuln/detail/CVE-2026-6019)",
"markdown": "**Vulnerability CVE-2026-6019**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-6019](https://nvd.nist.gov/vuln/detail/CVE-2026-6019) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "6.1"
}
},
{
"id": "CVE-2025-13462-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2025-13462 low vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2025-13462\nSeverity: low\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2025-13462](https://nvd.nist.gov/vuln/detail/CVE-2025-13462)",
"markdown": "**Vulnerability CVE-2025-13462**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| low | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2025-13462](https://nvd.nist.gov/vuln/detail/CVE-2025-13462) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "3.3"
}
},
{
"id": "CVE-2026-3479-python-3.12",
"name": "ApkMatcherCpeMatch",
"shortDescription": {
"text": "CVE-2026-3479 low vulnerability for python-3.12 package"
},
"fullDescription": {
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals."
},
"helpUri": "https://github.com/anchore/grype",
"help": {
"text": "Vulnerability CVE-2026-3479\nSeverity: low\nPackage: python-3.12\nVersion: 3.12.13-r8\nFix Version: \nType: apk\nLocation: /usr/lib/apk/db/installed\nData Namespace: nvd:cpe\nLink: [CVE-2026-3479](https://nvd.nist.gov/vuln/detail/CVE-2026-3479)",
"markdown": "**Vulnerability CVE-2026-3479**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| low | python-3.12 | 3.12.13-r8 | | apk | /usr/lib/apk/db/installed | nvd:cpe | [CVE-2026-3479](https://nvd.nist.gov/vuln/detail/CVE-2026-3479) |\n"
},
"properties": {
"purls": [
"pkg:apk/chainguard/python-3.12@3.12.13-r8?arch=x86_64\u0026distro=chainguard-20230214"
],
"security-severity": "0.0"
}
}
]
}
},
"results": [
{
"ruleId": "CVE-2026-3644-python-3.12",
"level": "error",
"message": {
"text": "A high vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-4224-python-3.12",
"level": "error",
"message": {
"text": "A high vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-4786-python-3.12",
"level": "error",
"message": {
"text": "A high vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-7210-python-3.12",
"level": "error",
"message": {
"text": "A high vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-9669-python-3.12",
"level": "error",
"message": {
"text": "A high vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2025-12781-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2025-15366-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2025-15367-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-2297-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-3446-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-6019-python-3.12",
"level": "warning",
"message": {
"text": "A medium vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2025-13462-python-3.12",
"level": "note",
"message": {
"text": "A low vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
},
{
"ruleId": "CVE-2026-3479-python-3.12",
"level": "note",
"message": {
"text": "A low vulnerability in apk package: python-3.12, version 3.12.13-r8 was found in image cgr.dev/cgr-demo.com/python:3.12.13 at: /usr/lib/apk/db/installed"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "python//usr/lib/apk/db/installed"
},
"region": {
"startLine": 1,
"startColumn": 1,
"endLine": 1,
"endColumn": 1
}
},
"logicalLocations": [
{
"name": "/usr/lib/apk/db/installed",
"fullyQualifiedName": "cgr.dev/cgr-demo.com/python:3.12.13@sha256:4037caf55e0c41d83459e3c79593fe820a50ddb65e404c08f72aa99d08de0a91:/usr/lib/apk/db/installed"
}
]
}
],
"partialFingerprints": {
"primaryLocationLineHash": "9c92ea8dae92676528a2ba38baba8ecaa95f831b59ee5488c04aaae2883f7893:1"
}
}
]
}
]
}