livingsocial / lein-dependency-check

A leiningen plugin for detecting vulnerable project dependencies
MIT License
33 stars 14 forks source link

.net could not be found #32

Open jceaser opened 4 years ago

jceaser commented 4 years ago

I have a pretty basic setup, just switched to 1.4 so that I can get past the xml->json migration, but now I'm getting an error about .net and I can't figure out how to suppress it:

2020-07-15 12:03:21,023 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - ---------------------------------------------------- 2020-07-15 12:03:21,025 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - .NET Assembly Analyzer could not be initialized and at least one 'exe' or 'dll' was scanned. The 'dotnet' executable could not be found on the path; either disable the Assembly Analyzer or configure the path dotnet core. 2020-07-15 12:03:21,025 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - ----------------------------------------------------

dgknght commented 4 years ago

This clojure library is mostly just a wrapper around DependencyCheck. Have you looked at the suggestions in this thread to see if any of them help in your situation?