DependencyCheck
DependencyCheck copied to clipboard
Any way to configure mojo.properties at runtime?
I notice that mojo.properties
has quite a few properties that are not exposed by the Maven plugin.
Is there any way to provide this at runtime to the plugin?
I guess adding a <dependency>
inside the <plugin>
might work to add another item to the classpath, but would require building a JAR just for this purpose.
At the moment, no. But if you set the value as an environment variable ODC will pick that up. What properties do you want to change?
I was hoping to be able to set the cve.cpe.startswith.filter
What did you want to change with the starts with filter?
I noticed the recent issues with the NVD API and this seemed to be a key parameter, end goal is/was to stabilise my CI builds that use the plugin, that are currently failing due to intermittent HTTP error issues with the NVD API
9.0.2 should be fine now.