mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +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);
|
cpe = (CPEAnalyzer) super.initializeAnalyzer(analyzer);
|
||||||
storeCPEAnalyzer(cpe);
|
storeCPEAnalyzer(cpe);
|
||||||
|
return cpe;
|
||||||
}
|
}
|
||||||
return super.initializeAnalyzer(analyzer);
|
return super.initializeAnalyzer(analyzer);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user