gridfm / gridfm/gridfm-graphkit
Re-enable pip-audit checks for torch CVEs once 2.9.0 is adopted
Open
@romeokienzler is already working on this.
Since Jun 9, 2026.
- Dominant language
- Python
- Stars
- 105
- Forks
- 36
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 9
Description
The CI pip_audit job currently ignores the following vulnerabilities in .github/workflows/ci-build.yaml:
- PYSEC-2025-203 — torch 2.8.0
torch.linalg.luslice DoS (fixed in 2.9.0) - PYSEC-2025-204 — torch 2.8.0
rot90+randn_likeinteraction (fixed in 2.9.0) - PYSEC-2025-206 — torch 2.8.0
nan_to_num().long()integer overflow (fixed in 2.9.0) - PYSEC-2026-139 — torch pt2 loading handler deserialization (no fix released yet)
Action items
- When torch is bumped to
>=2.9.0, removePYSEC-2025-203,PYSEC-2025-204,PYSEC-2025-206from theignore-vulnslist. - Periodically recheck upstream for a fix to
PYSEC-2026-139and remove it once a patched torch release is available. - Audit
torch.load/ pt2 load sites and addweights_only=True(or equivalent) where checkpoints could come from untrusted sources, sincePYSEC-2026-139will remain unpatched for a while.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.