diff --git a/Changelog.md b/Changelog.md index 8434213389..b06ced84ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # FOSSA CLI Changelog -## Unreleased - +## 3.9.29 - install scripts: Surface curl errors and display http status code correctly. ([#1456](https://github.com/fossas/fossa-cli/pull/1456)) +- Update jar-callgraph version to 1.0.2 [#1454](https://github.com/fossas/fossa-cli/pull/1454) ## 3.9.28 diff --git a/docs/features/vuln_reachability.md b/docs/features/vuln_reachability.md index e28e2d2a13..5c7d41db5f 100644 --- a/docs/features/vuln_reachability.md +++ b/docs/features/vuln_reachability.md @@ -119,10 +119,10 @@ cat fossa.debug.json | jq '.bundleReachabilityEndpoint' } ``` -FOSSA CLI uses [jar-callgraph-1.0.1.jar](../../scripts/jar-callgraph-1.0.1.jar) to infer call path edges. -FOSSA CLI uses `java -jar jar-callgraph-1.0.1.jar ./path/to/your/build.jar` command to record edges from +FOSSA CLI uses [jar-callgraph-1.0.2.jar](../../scripts/jar-callgraph-1.0.2.jar) to infer call path edges. +FOSSA CLI uses `java -jar jar-callgraph-1.0.2.jar ./path/to/your/build.jar` command to record edges from the your target jar. If you are running into issues with reachability, please confirm that you can execute -`java -jar jar-callgraph-1.0.1.jar ./path/to/your/build.jar` on your environment. +`java -jar jar-callgraph-1.0.2.jar ./path/to/your/build.jar` on your environment.