eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 124 forks source link

Replaced FileUtil.copyFile by more generic FileUtil.copy #568

Closed henrikplate closed 1 year ago

henrikplate commented 1 year ago

FileUtil.copyallows copying directories, which was not possible with the previous method copyFile.

TODOs