Commit 0f9f902
committed
ci(security): add CVE-2025-3000 (torch.jit.script memory corruption) to pip-audit ignore list
CI flagged a new torch advisory on this PR's run: CVE-2025-3000 — local-access
memory corruption in torch.jit.script. No fix version published (2.12.0 is
latest).
We don't call torch.jit.script directly anywhere in the codebase; torch is
loaded transitively via transformers / sentence-transformers / pyannote at
higher levels. Same exploitation class + same justification as the existing
PYSEC-2025-189..197 / PYSEC-2026-139 torch block, so adding alongside with
a matching comment block and TODO marker.
Drop the ignore when torch upstream ships a fixed version and we bump the
pin.1 parent 91b8715 commit 0f9f902
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
474 | 483 | | |
475 | 484 | | |
476 | 485 | | |
| |||
504 | 513 | | |
505 | 514 | | |
506 | 515 | | |
507 | | - | |
| 516 | + | |
| 517 | + | |
508 | 518 | | |
509 | 519 | | |
510 | 520 | | |
| |||
0 commit comments