Jeremy Long

Results 106 comments of Jeremy Long

This will be resolved with https://github.com/dependency-check/dependency-check-gradle/pull/286.

The error indicates a `yarn.lock` file was scanned - and because `yarn` is not installed the analysis cannot be completed.

The generated suppression file based on approving FP reports can be found here: https://jeremylong.github.io/DependencyCheck/suppressions/publishedSuppressions.xml

I have not started building that part of the solution yet - planned for the 8.0.0 release. If you want to take that - great. Otherwise I'll get to it...

@aikebah thanks!

@aikebah quick review - looks good. I've generally added the default values for the settings to the properties files themselves; but having the defaults in the java code is fine...

Thank you for pointing out the triple bracket syntax. Yes, that solves my current issue. However, this PR was not specifically to fix the newline issue I was having. While...

@dietzsch thanks for pinging me on the issue. See #286 - this will be included in the next release.

We are working on resolving this issue - the update will be included with https://github.com/dependency-check/dependency-check-gradle/issues/283