Merge remote-tracking branch 'origin/feature-ml-integration' into dev

This commit is contained in:
heyethereum
2024-08-14 08:47:45 +08:00

View File

@@ -64,6 +64,7 @@ public class URLVerificationService {
".msi", ".ps1", ".py", ".pyc", ".pyo", ".rb", ".bin", ".run"
).collect(Collectors.toUnmodifiableSet());
// Checks if the URL has executable file
public String hasExecutableFile(String urlPath) {
return Stream.of(urlPath)