| Summary: | python-django new security issue CVE-2021-44420 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | normal | ||
| Priority: | Normal | CC: | andrewsfarm, davidwhodgins, herman.viaene, mageia, sysadmin-bugs |
| Version: | 8 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA8-64-OK | ||
| Source RPM: | python-django-3.2.9-1.mga9.src.rpm, python-django-3.1.13-1.mga8.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2021-12-07 22:49:52 CET
David Walser
2021-12-07 22:52:14 CET
Whiteboard:
(none) =>
MGA8TOO Fixed in mga8/9:
src:
- python-django-3.1.14-1.mga8Status comment:
Fixed upstream in 3.1.14 and 3.2.10 =>
(none) RPM: python3-django-3.1.14-1.mga8 MGA8-64 Plasma on Lenovo B50 No istallation issues Followed Len's testing from bug 28802 Comment 11 with a littl snag. $ django-admin startproject mysite $ ls mysite manage.py* mysite/ $ python manage.py migrate python: can't open file 'manage.py': [Errno 2] No such file or directory $ cd mysite/ $ python manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0004_alter_user_username_opts... OK Applying auth.0005_alter_user_last_login_null... OK Applying auth.0006_require_contenttypes_0002... OK Applying auth.0007_alter_validators_add_error_messages... OK Applying auth.0008_alter_user_username_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying auth.0012_alter_user_first_name_max_length... OK Applying sessions.0001_initial... OK $ ls db.sqlite3 manage.py* mysite/ $ python manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). December 09, 2021 - 13:36:19 Django version 3.1.14, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Checked localhost:8000/ "The install worked successfully! Congratulations!" plus an animation of a rocketship launching. Links to documentation, the community , I didn't check the Polling tutorial Then on another tab in Konsole: $ python manage.py startapp polls [tester8@mach5 mysite]$ ls polls admin.py apps.py __init__.py migrations/ models.py tests.py views.py Seems all OK. CC:
(none) =>
herman.viaene Validating. Keywords:
(none) =>
validated_update
Dave Hodgins
2021-12-10 21:50:32 CET
CC:
(none) =>
davidwhodgins An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGASA-2021-0552.html Status:
NEW =>
RESOLVED |