From 8d7271578d7b153435b40fe40236ebec43cbf1b9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 21 Aug 2020 11:44:46 +0200 Subject: Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level static and storage directories on Python 3.7+. Thanks WhiteSage for the report. --- tests/staticfiles_tests/project/documents/nested/css/base.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/staticfiles_tests/project/documents/nested/css/base.css (limited to 'tests/staticfiles_tests/project/documents/nested/css') diff --git a/tests/staticfiles_tests/project/documents/nested/css/base.css b/tests/staticfiles_tests/project/documents/nested/css/base.css new file mode 100644 index 0000000000..06041ca25f --- /dev/null +++ b/tests/staticfiles_tests/project/documents/nested/css/base.css @@ -0,0 +1 @@ +html {height: 100%;} -- cgit v1.3