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

Outdated Python Dependencies - Improve Pipeline #11

Open
mgrottenthaler opened this issue Sep 23, 2021 · 0 comments
Open

Outdated Python Dependencies - Improve Pipeline #11

mgrottenthaler opened this issue Sep 23, 2021 · 0 comments
Labels

Comments

@mgrottenthaler
Copy link

mgrottenthaler commented Sep 23, 2021

There are some outdated Python dependencies. E.g. in the control-center container.

These outdated dependencies could be found with a code pipeline. E.g. pip list --outdated or the third party tool safety:

https://pypi.org/project/safety/

The vulns reported in the control-center image by safety.:

root@c7b7705fb10d:/opt/app# safety check
+==============================================================================+
|                                                                              |
|                               /$$$$$$            /$$                         |
|                              /$$__  $$          | $$                         |
|           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$           |
|          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$           |
|         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$           |
|          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$           |
|          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$           |
|         |_______/  \_______/|__/     \_______/   \___/   \____  $$           |
|                                                          /$$  | $$           |
|                                                         |  $$$$$$/           |
|  by pyup.io                                              \______/            |
|                                                                              |
+==============================================================================+
| REPORT                                                                       |
| checked 49 packages, using free DB (updated once a month)                    |
+============================+===========+==========================+==========+
| package                    | installed | affected                 | ID       |
+============================+===========+==========================+==========+
| urllib3                    | 1.26.3    | >=1.26.0,<1.26.4         | 40014    |
| pydantic                   | 1.8.1     | >=1.8.0a1,<1.8.2         | 40440    |
| pip                        | 21.0.1    | <21.1                    | 40291    |
| fastapi                    | 0.52.0    | <0.60.2                  | 38670    |
| fastapi                    | 0.52.0    | <0.65.1                  | 40443    |
| fastapi                    | 0.52.0    | <0.65.2                  | 40667    |
+==============================================================================+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant