mirror of
https://github.com/django/django.git
synced 2025-06-07 12:39:12 +00:00
[1.4.x] Fixed spelling mistake in file docs.
Backport of a3e88e64a4 from master
This commit is contained in:
parent
27c682ffa0
commit
8adc56ca78
@ -93,6 +93,6 @@ to the ``get_valid_name()`` method described above.
|
|||||||
extension.
|
extension.
|
||||||
|
|
||||||
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
|
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
|
||||||
etc.) was appended to the filename until an avaible name in the destination
|
etc.) was appended to the filename until an available name in the destination
|
||||||
directory was found. A malicious user could exploit this deterministic
|
directory was found. A malicious user could exploit this deterministic
|
||||||
algorithm to create a denial-of-service attack.
|
algorithm to create a denial-of-service attack.
|
||||||
|
@ -92,7 +92,7 @@ The Storage Class
|
|||||||
extension.
|
extension.
|
||||||
|
|
||||||
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
|
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
|
||||||
etc.) was appended to the filename until an avaible name in the
|
etc.) was appended to the filename until an available name in the
|
||||||
destination directory was found. A malicious user could exploit this
|
destination directory was found. A malicious user could exploit this
|
||||||
deterministic algorithm to create a denial-of-service attack.
|
deterministic algorithm to create a denial-of-service attack.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user