You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump min torch to 1.13.1 to mitigate CVE-2022-45907 unsafe usage of eval (#8296)
### Description
This bumps the minimum required `torch` version from 1.9.0 to 1.13.1.
See GHSA-47fc-vmwq-366v for more details
such as the highest severity scoring of "Critical".
- https://nvd.nist.gov/vuln/detail/CVE-2022-45907
- https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-3149871
Maintainers will need to update the required status checks for the
[`dev`](https://github.com/Project-MONAI/MONAI/tree/dev) branch to:
- Remove min-dep-pytorch (1.10.2)
- Remove min-dep-pytorch (1.11.0)
- Remove min-dep-pytorch (1.12.1)
- Remove min-dep-pytorch (1.13)
- Add min-dep-pytorch (1.13.1)
cc: @KumoLiu
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Breaking change (fix or new feature that would cause existing
functionality to change). (drop of older `torch` versions)
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
---------
Signed-off-by: James Butler <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Co-authored-by: YunLiu <[email protected]>
0 commit comments