Skip to content

Commit 3defb43

Browse files
committed
updated package structure
1 parent 9cfb3b6 commit 3defb43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -11,7 +11,7 @@
1111
<groupId>securecodingexamples</groupId>
1212
<artifactId>fileupload.pathmanipulation</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>fileupload.pathmanipulation</name>
14+
<name>pathmanipulation</name>
1515
<description>Path Manipulation Secure Coding Example</description>
1616
<url/>
1717
<licenses>

Path Manipulation/Path Manipulation while File Upload/java/src/test/java/securecodingexamples/pathmanipulation/PathmanipulationApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package securecodingexamples.pathmanipulation;
1+
package securecodingexamples.fileupload.pathmanipulation;
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;

0 commit comments

Comments
 (0)