File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments