kit 1.31.0
Fixed
- JVM dependency CVE scan now covers Gradle + nested projects (#110, follow-up to #67).
checkMavenAuditonly detectedpom.xmlat depth ≤1, so Gradle projects (build.gradle/build.gradle.kts) and Maven/Gradle projects in monorepo subdirs (services/backend/pom.xml) passed the gate green — the exact false-green #67 set out to close, for the other half of the JVM ecosystem. Now: detects Maven and Gradle via a depth-≤3 BFS (skipping vendor/build dirs); a Gradle project without agradle.lockfilewarns (trivy sees only direct deps) instead ofskipping green, mirroring the~/.m2handling. PurejvmProjectKind+findJvmProjectfixture-tested.
Full changelog: https://github.com/sandstream/kit/blob/v1.31.0/CHANGELOG.md
Verify this release:
git tag -v v1.31.0
npm audit signatures