Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability in PyTorch until release 1.13.1 #358

Open
NicolasGensollen opened this issue Dec 5, 2022 · 1 comment
Open

Vulnerability in PyTorch until release 1.13.1 #358

NicolasGensollen opened this issue Dec 5, 2022 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@NicolasGensollen
Copy link
Member

See pytorch/pytorch#88868

Patch should be released with 1.13.1.

@NicolasGensollen NicolasGensollen added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@mdiazmel
Copy link
Collaborator

mdiazmel commented Feb 3, 2023

Thanks @NicolasGensollen !
I'm wondering what's the best strategy for dealing with this kind of vulnerabilities and reduce the number of conflicts in our dependency tree (not sure that all our dependencies follow semantic version). Having something like this

[tool.poetry.dependencies]
.
.
.
torch = "^1.13.1"

in our pyproject.toml file should be enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants