Skip to content

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Jan 25, 2026

Adds three new lockfile parsers for the Maven/Gradle ecosystem:

  1. maven.graph.json: Parses the JSON output from `mvn dependency:tree -DoutputType=json`. Recursively extracts dependencies with version and scope information.

  2. dependencies.lock: Parses Nebula gradle-dependency-lock-plugin lockfiles. Extracts locked versions and distinguishes direct vs transitive dependencies.

  3. gradle-html-dependency-report.js: Parses the JS file generated by `gradle htmlDependencyReport` task. Extracts the JSON data embedded in window.project assignment.

…eport.js parsers

Adds three new lockfile parsers for the Maven/Gradle ecosystem:

1. maven.graph.json: Parses the JSON output from mvn dependency:tree
   -DoutputType=json. Recursively extracts dependencies with version
   and scope information.

2. dependencies.lock: Parses Nebula gradle-dependency-lock-plugin
   lockfiles. Extracts locked versions and distinguishes direct vs
   transitive dependencies based on requested/firstLevelTransitive.

3. gradle-html-dependency-report.js: Parses the JS file generated by
   gradle htmlDependencyReport task. Extracts the JSON data embedded
   in window.project assignment.
@andrew andrew merged commit b57dbd8 into main Jan 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants