Add vulnerability link for Django@2.2

This commit is contained in:
PCoder 2020-02-29 22:14:56 +05:30
parent c9665ea0a3
commit bbaed79269
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ def attachment_delete(request, pk):
Anyone who can login to the system, could potentially delete an attachment belonging to some other user, which may be disastrous. We could easily overcome this like the example from django-guardian above.
4. I am not sure what exact Django version the app is designed for. I am assuming some version of Django 2.x.x. based on my attempt to run the project. It would be nice to check all vulnerabilities for this specific version of Django.
4. I am not sure what exact Django version the app is designed for. I am assuming some version of Django 2.x.x. based on my attempt to run the project. It would be nice to check all vulnerabilities for this specific version of Django. For example for 2.2, the known vulnerabilities in Django are: https://snyk.io/vuln/pip:Django@2.2
## Standard Django app deployment checks