Skip to content

Commit 1b75675

Browse files
committed
Updated README
1 parent a3365e3 commit 1b75675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Path Manipulation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This attack is also known as _“dot-dot-slash”_, _“directory traversal”_, _“directory climbing”_ and _“backtracking”_.
77

88
## NOTE
9-
The code for the Path Manipulation only check for the Filename validation, Extension Validation, File Size Validation, Unique Filename Validation. **It doesn't check for the File Contents and Magic Numbers. Use this logic when you are concerned about the Path Manipulation issue only**.
9+
The code for the Path Manipulation only check for the Filename validation, Extension Validation, File Size Validation, Unique Filename Validation. ___It doesn't check for the File Contents and Magic Numbers. Use this logic when you are concerned about the Path Manipulation issue ONLY___.
1010

1111
The Path Manipulation logic checks for the following:
1212
- The Filename Validation, to only contain Alphanumeric values with the help of regex.

0 commit comments

Comments
 (0)