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
It's dangerous because the intruder can create malicious package "cupy-cuda10" on pypi and:
Make online guides how to use your package and abuse this malicious supply chain attack to compromise users.
Infect automated CI/CD pipelines that uses old version of your package
Infect other users by hardcoding those versions of package in opensource projects that use it
It's dangerous because usage of thinc, even outdated, is not something strange. Everyone likes hardcoded versions of packages, even in the era of protestware.
The best solution is to delete thinc 6.10.4.dev0 from pypi. Better to break dependencies in some old pipelines than compromise them. Furthermore this is a pre-release version of your package.
Rakovsky Stanislav (Positive Technologies)
The text was updated successfully, but these errors were encountered:
Hello! Found a security issue in your package in pypi:
https://pypi.org/project/thinc/
Affected versions of package:
There's an unmet dependency on module "cupy-cuda10" if you will try to install these versions of sentry-sdk with extra-mode "cuda10".
It happens because there is missed requirement in
setup.py
file:It's dangerous because the intruder can create malicious package "cupy-cuda10" on pypi and:
It's dangerous because usage of
thinc
, even outdated, is not something strange. Everyone likes hardcoded versions of packages, even in the era of protestware.The best solution is to delete
thinc
6.10.4.dev0 from pypi. Better to break dependencies in some old pipelines than compromise them. Furthermore this is a pre-release version of your package.Rakovsky Stanislav (Positive Technologies)
The text was updated successfully, but these errors were encountered: