issues
search
BoostryJP
/
ibet-Prime
Advanced API Toolkit for Digital Securities Issuance and Management on the ibet Network 🚀
https://ibet.jp/ibet-for-fin
Apache License 2.0
11
stars
1
forks
source link
[FEATURE] Cleanup unused setuptools
#491
Closed
purplesmoke05
closed
1 year ago
purplesmoke05
commented
1 year ago
Is your feature request related to a problem? Please describe.
With poetry, deprecated setuptools(
58.1.0
) is installed and left behind.
This is because poetry installation with official installer creates new environment derive from activated python using
virtualenv
.
setuptools==58.1.0 has below issue.
https://github.com/advisories/GHSA-r9hx-vwmv-q579
https://ubuntu.com/security/CVE-2022-40897
https://security.snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
Describe the solution you'd like
Avoid leaving setuptools on poetry default environment.
Install poetry manually instead of official installer
Ref:
https://github.com/BoostryJP/ibet-Wallet-API/issues/1349
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Ref: https://github.com/BoostryJP/ibet-Wallet-API/issues/1349