You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add security vulnerability scanning of Java dependencies as part of the regular build. Currently Besu does use Trivy and CodeQL for scanning for security vulnerabilities. This doesn't find all vulnerabilities as different tools use different security vulnerability databases.
Add security vulnerability scanning of Java dependencies as part of the regular build. Currently Besu does use Trivy and CodeQL for scanning for security vulnerabilities. This doesn't find all vulnerabilities as different tools use different security vulnerability databases.
Intention is to use https://jeremylong.github.io/DependencyCheck/dependency-check-gradle/index.html so this can happen as part of the regular build and catch any security vulnerabilities before reaching the main branch.
Tasks
The text was updated successfully, but these errors were encountered: