PyTorch reported a critical vulnerability when using torch.load, even with option weights_only=True, for torch <= 2.5.1.
In scio <= 1.0.0, the lower bound for torch is 2.3.
The lower bound was changed to torch >= 2.6, starting from scio >= 1.0.1 (currently in dev state).
You can manually check that you are using torch >= 2.6.
{
"severity": "CRITICAL",
"github_reviewed": true,
"nvd_published_at": null,
"cwe_ids": [
"CWE-502"
],
"github_reviewed_at": "2025-10-09T14:22:00Z"
}