Ryan Link
Ryan Link
# Overview Small addition to pipenv tactic documentation (we don't report transitive deps, everything shows up as direct). ## Risks _Highlight any areas that you're unsure of, want feedback on,...
# Overview This PR fixes issues with PNPM v9 lockfile parsing, specifically addressing problems with incorrect package name and version handling. ## Acceptance criteria 1. When analyzing a project with...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...
# Overview The `pipenv` strategy in fossa-cli is currently reporting all dependencies from `pipenv graph` as direct dependencies, even when they are actually transitive dependencies. This causes incorrect dependency trees...