mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 16:23:37 +01:00
updated to correctly use the correctly configured temp directory
Former-commit-id: 407f3eb2c3ff887eaa6d7969517af75dda01878a
This commit is contained in:
@@ -158,7 +158,7 @@ public class AssemblyAnalyzer extends AbstractAnalyzer {
|
||||
@Override
|
||||
public void initialize() throws Exception {
|
||||
super.initialize();
|
||||
final File tempFile = File.createTempFile("GKA", ".exe");
|
||||
final File tempFile = File.createTempFile("GKA", ".exe", Settings.getTempDirectory());
|
||||
FileOutputStream fos = null;
|
||||
InputStream is = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user