Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Sets resolution strategies for known CVE reports |
0.5.0
(27 June 2023) |
|
Gradle plugin that orchestrates dependency analysis, SBOM generation, CVE scanning, and duplicate class detection to identify redundant dependencies in JVM applications. Developed at UBC Okanagan Computer Science. |
0.1.0
(16 April 2026) |
|
Gradle plugin to integrate osv-scanner (vulnerability scanning) into a gradle project. |
6.2.3
(08 August 2026) |
|
Scans Gradle dependencies and Docker base images with Trivy, auto-pins vulnerable versions, and commits fixes locally. Prerequisites: trivy, jq, tar. Install with: apt install -y jq tar curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 Added tasks: gradleSecurityFix, baseImageSecurityFix (group: security). Both commit fixes to a local branch security/auto-fixes-YYYY-MM-DD. Push the branch and open a PR manually to apply the fixes. |
0.1.0
(05 August 2026) |
|
Manage vulnerability records as code. Validate Vulnlog YAML files, generate suppression files for downstream scanners (Trivy, Snyk, generic format), and produce self-contained HTML vulnerability reports. |
0.16.0
(16 July 2026) |
|
Checks dependencies for known vulnerabilities |
0.4.11
(11 April 2019) |