mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
update tests
This commit is contained in:
@@ -37,8 +37,6 @@ public class SpringIoPathInjection {
|
||||
new FileSystemResource(
|
||||
FileSystems.getFileSystem(URI.create("file:///")), path); // $ PathInjection
|
||||
|
||||
ResourceUtils.getFile(path); // summaryModel
|
||||
ResourceUtils.getFile(path); // summaryModel
|
||||
FileSystemUtils.copyRecursively(filePath, filePath.resolve("/newPath")); // $ PathInjection
|
||||
FileSystemUtils.copyRecursively(pathFile, pathFile); // $ PathInjection
|
||||
FileSystemUtils.deleteRecursively(pathFile); // $ PathInjection
|
||||
|
||||
Reference in New Issue
Block a user