You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fork-aliasing. Use this if you are using a fork of a dependency, but want FOSSA to treat it as if you were using the base version that you forked from. (#1620)
Change how debug logs are generated. They are now generated in a file called fossa.debug.zip, which can contain multiple files. For the common case of fossa analyze --debug, it will now contain the debug bundle (fossa.debug.json) and the telemetry json (fossa.telemetry.json). It will also contain Ficus logs if Ficus is run via --x-snippet-scan (#1610)
Update the latest version of a dependency for --x-snippet-scan. This update will start backfilling fingerprints for ~10% of files that were previously uploaded but do not have fingerprints (#1611)
Update latest version of a dependency for --x-snippet-scan. This makes some changes to the data we send and store so that we can more easily update snippet data in the background (#1587)