mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 16:23:37 +01:00
fixed the possible creation of two indexes
This commit is contained in:
@@ -136,6 +136,7 @@ public class MavenEngine extends org.owasp.dependencycheck.Engine {
|
||||
}
|
||||
cpe = (CPEAnalyzer) super.initializeAnalyzer(analyzer);
|
||||
storeCPEAnalyzer(cpe);
|
||||
return cpe;
|
||||
}
|
||||
return super.initializeAnalyzer(analyzer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user