Closed chrisetheridge closed 3 months ago
This seems like a great idea to fix, and the change is small, why not submit your fork as a PR @chrisetheridge?
Sorry this issue has languished for so long -- yes, please submit a PR as this seems like a straightforward fix. Thank you!
I'll submit a PR for this and credit you @chrisetheridge
Thank you so much @lread and @seancorfield!
I recently upgraded Watson from v4.1.2 to v5.1.1. After upgrading, I no longer see scores or severities for the vulnerabilities in the output.
Output as of 5.1.1, using
clojure -M:clj-watson -p deps.edn
:It looks like since DependencyCheck moved to the NVD API,
getBaseSore
andgetBaseSeverity
have changed. You can see that in this PR.I've created a fork that fixes this, which I can propose as a PR: https://github.com/chrisetheridge/clj-watson/commit/af84533d0401c864256b84c5ba44215340a78712
Output with my fix in place:
Please let me know if I can add anything else :)