RSSAmplifier

Kraag22 · Feb 29, 2024

HOWTO solve CVEs in maven deps in kotlin

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Usefull webpages find packages central.sonatype.com find vulnerabilities ossindex.sonatype.org find CVEs nvd.nist.gov List dependencies gradle dependencies Setting Up the Dependency Check Plugin Next, you’ll need to set up the OWASP Dependency-Check Gradle plugin. Add the following to your build.gradle file: plugins { id("org.owasp.dependencycheck").version("11.1.1") } Setup The plugin requires…

Read on /articles/solve-maven-cve

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.