296,676
Total vulnerabilities in the database
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
.