Closed lread closed 3 months ago
I wonder if there are any users out there who have their own dependency-check.properties
with that set to false
? (I very much doubt it, but it is a consideration for documenting this change, especially when we streamline the properties overrides as discussed in #70 ).
Right. I guess if they had it set to false
they would not want the nvd database to update, but the current behaviour is to always update. I'll reword this issue (and upcoming commit/changelog) to make it more apparent.
Right! Thanks for update to my update!
Worth noting: The Dependency Check auto update default matches clj-watson dependency-check.properties
default of true
Currently
While looking at #86, I noticed the following in the logs:
You'll notice the duplicate work.
Diagnosis
Clj-watson explicitly requests that the nvd database be updated, but dependency.check
odc.autoupdate
controls whether or not the nvd database is updated, and the clj-watson default is a very reasonabletrue
.Next
I'll follow up with a PR to remove clj-watson's explicit unnecessary request to update.