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

fix: potential security error in dependencies #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abdulmoizeng
Copy link
Contributor

security alert

Fix security alert in dependencies

@abdulmoizeng
Copy link
Contributor Author

root@00a40b8f13c2:/code# pip show django
Name: Django
Version: 2.0.9
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: https://www.djangoproject.com/
Author: Django Software Foundation
Author-email: [email protected]
License: BSD
Location: /usr/local/lib/python3.6/site-packages
Requires: pytz
Required-by: django-storages
root@00a40b8f13c2:/code# pip show psycopg2
Name: psycopg2
Version: 2.7.6.1
Summary: psycopg2 - Python-PostgreSQL Database Adapter
Home-page: http://initd.org/psycopg/
Author: Federico Di Gregorio
Author-email: [email protected]
License: LGPL with exceptions or ZPL
Location: /usr/local/lib/python3.6/site-packages
Requires: 
Required-by: django-heroku


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant