Skip to content

Commit be96f26

Browse files
committed
update readme
1 parent ff96beb commit be96f26

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Path Manipulation/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,28 @@ The Path Manipulation logic checks for the following:
1616

1717
## Directory Structure for Path Manipulation
1818
```
19-
Path Manipulation
2019
├───Path Manipulation while File Read
20+
│ ├───java
21+
│ └───python
2122
└───Path Manipulation while File Upload
2223
├───java
2324
│ └───src
2425
│ ├───main
2526
│ │ ├───java
2627
│ │ │ └───securecodingexamples
27-
│ │ │ └───pathmanipulation
28+
│ │ │ └───fileupload
29+
│ │ │ └───pathmanipulation
2830
│ │ └───resources
2931
│ │ └───static
3032
│ └───test
3133
│ └───java
3234
│ └───securecodingexamples
3335
│ └───pathmanipulation
3436
└───python
35-
└───pythonapp
36-
└───pathmanipulation
37-
└───src
38-
└───templates
37+
└───securecodingexamples
38+
└───fileupload
39+
└───pathmanipulation
40+
└───src
41+
└───templates
3942
```
4043

0 commit comments

Comments
 (0)