diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-21 11:44:46 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-09-01 09:17:23 +0200 |
| commit | 8d7271578d7b153435b40fe40236ebec43cbf1b9 (patch) | |
| tree | 8ff6135d4131b005510b2197e537596d5a9d9fca /tests/staticfiles_tests/project/documents/nested/css | |
| parent | 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c (diff) | |
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level static and storage directories on Python 3.7+.
Thanks WhiteSage for the report.
Diffstat (limited to 'tests/staticfiles_tests/project/documents/nested/css')
| -rw-r--r-- | tests/staticfiles_tests/project/documents/nested/css/base.css | 1 |
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%;} |
