[Snyk] Security upgrade gunicorn from 20.1.0 to 22.0.0 #3
Codeac Code Quality
This PR contains 0 errors and 6 warnings.
Annotations
Check warning on line 1 in Dockerfile
codeac-io / Codeac Code Quality
DL3007
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
Check warning on line 11 in Dockerfile
codeac-io / Codeac Code Quality
DL3008
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 11 in Dockerfile
codeac-io / Codeac Code Quality
DL3015
Avoid additional packages by specifying `--no-install-recommends`
Check warning on line 11 in Dockerfile
codeac-io / Codeac Code Quality
DL3009
Delete the apt-get lists after installing something
Check warning on line 13 in Dockerfile
codeac-io / Codeac Code Quality
DL3025
Use arguments JSON notation for CMD and ENTRYPOINT arguments
Check failure on line 29 in app.py
codeac-io / Codeac Code Quality
B201
A Flask app appears to be run with debug=True, which exposes the Werkzeug debugger and allows the execution of arbitrary code.
Check warning on line 17 in server.py
codeac-io / Codeac Code Quality
unused-argument
Unused argument 'path'