fossas / fossa-cli

Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems.
https://fossa.com
Other
1.26k stars 173 forks source link

update jar callgraph version #1447

Closed JeffreyHuynh1 closed 1 month ago

JeffreyHuynh1 commented 2 months ago

Overview

It was discovered that jar-callgraph-1.0.0.jar was not producing results for some jars. The issue has been identified and fixed in this pr .

Acceptance criteria

Use the newest implementation of jar-callgraph i.e. jar-callgraph-1.0.1.jar

Testing plan

You can test the changes by executing the old and new jar-callgraph against this scala library jar . You will find that the old implementation doesn't produce any results while the updated jar does.

Manual testing plan

Screenshot 2024-07-09 at 11 54 53 AM

Testing the new changes

Screenshot 2024-07-09 at 11 55 40 AM

Risks

No notable risks

Metrics

References

Checklist