summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/nested/css
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-21 11:44:46 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-25 10:43:50 +0200
commit08892bffd275c79ee1f8f67639eb170aaaf1181e (patch)
tree5a88bd55785ee497b0613417a4f2eb30017c7203 /tests/staticfiles_tests/project/documents/nested/css
parentdb8b935730002f2cff6df957e8adab9561072834 (diff)
[3.0.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level static and storage directories on Python 3.7+.
Thanks WhiteSage for the report. Backport of ea0febbba531a3ecc8c77b570efbfb68ca7155db from master.
Diffstat (limited to 'tests/staticfiles_tests/project/documents/nested/css')
-rw-r--r--tests/staticfiles_tests/project/documents/nested/css/base.css1
1 files changed, 1 insertions, 0 deletions
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%;}