Skip to content

Add Turborepo lockfile example and verified case study#475

Merged
sonukapoor merged 2 commits into
OWASP:mainfrom
Ayush7614:ayush5
May 27, 2026
Merged

Add Turborepo lockfile example and verified case study#475
sonukapoor merged 2 commits into
OWASP:mainfrom
Ayush7614:ayush5

Conversation

@Ayush7614

Copy link
Copy Markdown
Collaborator

Closes #466

Summary

  • Adds examples/turborepo/ with package.json and pnpm-lock.yaml pinned to vercel/turborepo@c85d410
  • Adds website/docs/case-studies/turborepo.md with verified baseline scan results (CVE Lite CLI v1.18.0)
  • Documents comparison with pnpm audit on the same lockfile (28 entries vs 13 unique CVE Lite findings across 1,776 packages)
  • Wires the case study into docs sidebar, README, CHANGELOG, and examples readme

Verified scan highlights

  • 13 findings (1 critical · 5 high · 7 medium) — all transitive
  • Critical no-fix: sandbox@3.0.0-beta.16
  • 0 auto-generated fix command groups on this lockfile-only snapshot (13 skipped with reasons)
  • pnpm audit: 28 vulnerability entries (13 high · 11 moderate · 4 low)

Test plan

  • npx tsx src/index.ts examples/turborepo --verbose --all
  • pnpm audit in examples/turborepo/
  • npm run build in website/ succeeds
  • Case study logo loads from official turborepo repo assets

Scope note

Documentation and example fixture only — no scanner source changes.

Made with Cursor

Pin vercel/turborepo at c85d410, document baseline CVE Lite scan results against pnpm audit, and wire the fixture into docs and examples.
@Ayush7614

Copy link
Copy Markdown
Collaborator Author

cc: @sonukapoor

@sonukapoor
sonukapoor merged commit 9d363f9 into OWASP:main May 27, 2026
6 checks passed
Ayush7614 added a commit to Ayush7614/cve-lite-cli that referenced this pull request May 28, 2026
…onflicts.

Keep both case studies in CHANGELOG, README, examples readme, docs index, and sidebar after OWASP#475 merged first.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

Add Turborepo lockfile example and verified case study

2 participants