Skip to content

Commit c253cf8

Browse files
committed
Add compliant and noncompliant examples of java/unrestricted-file-upload@v1.0
1 parent b325b1a commit c253cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java/detectors/unrestricted_file_upload/UnrestrictedFileUpload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import org.springframework.util.StringUtils;
1414
import javax.servlet.ServletException;
1515
import javax.servlet.http.Part;
16+
import java.io.IOException;
1617
import java.nio.file.Files;
1718
import java.nio.file.StandardCopyOption;
1819

0 commit comments

Comments
 (0)