experimentalSinkModel to sinkModel, remove one path injection sink that already exist before

This commit is contained in:
am0o0
2024-07-03 08:55:12 +02:00
parent 412472e9a4
commit 7e5f2e2a48
4 changed files with 3 additions and 5 deletions

View File

@@ -43,6 +43,5 @@ public class SpringIoPathInjection {
FileSystemUtils.deleteRecursively(filePath); // $ PathInjection
FileCopyUtils.copy(pathFile, pathFile); // $ PathInjection
FileCopyUtils.copyToByteArray(pathFile); // $ PathInjection
FileCopyUtils.copyToString(new FileReader("fa"));
}
}