Jeremy Long

Results 106 comments of Jeremy Long

@skjolber see https://github.com/jeremylong/DependencyCheck/issues/2222. Looks like a TLS error due to a change in certs at the NVD...

@skjolber try ``` export GRADLE_OPTS="-Dcom.sun.security.enableAIAcaIssuers=true" ```

Defining the inputs and outputs has been on my todo list for a while. I'll have to consider caching some of the other items listed.

One of the issues I've been trying to figure out is how one would make the incoming configuration an input (in terms of gradle's [incremental build](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks)). What makes this more...

@skjolber in all honesty I keep looking at this from time to time and while defining the `@Output` is easy trying to figure out what the best `@Input` is a...

nope - we accept PRs

Thanks for the suggestion. We accept PRs.

You can create a local suppression file or even submit a PR to add the suppression rules.

I love gradle sometimes... - https://repo1.maven.org/maven2/org/owasp/dependency-check-gradle/7.1.2/dependency-check-gradle-7.1.2.pom - https://plugins.gradle.org/m2/org/owasp/dependency-check-gradle/7.1.2/dependency-check-gradle-7.1.2.pom Anyone know what to fix in the build.gradle so that these files match going forward?

@roikonen sorry for the extremely delayed response. Dependency-check-gradle uses the gradle dependency management system. There are many built in [configurations](https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html) (test, compile, testRuntime, somethingMadeUpByAnotherPlugin, etc.) each represent a collection of...