Skip to content

Commit 7712719

Browse files
committed
updated package structure
1 parent 49f3be8 commit 7712719

File tree

18 files changed

+6
-6
lines changed

18 files changed

+6
-6
lines changed

Path Manipulation/Path Manipulation while File Upload/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>securecodingexamples</groupId>
12-
<artifactId>pathmanipulation</artifactId>
12+
<artifactId>fileupload.pathmanipulation</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<name>pathmanipulation</name>
1515
<description>Path Manipulation Secure Coding Example</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pathmanipulation.src.app import app
1+
from securecodingexamples.fileupload.pathmanipulation.src.app import app
22

33
if __name__ == "__main__":
44
app.run(debug=True)

0 commit comments

Comments
 (0)