docs: add Cline Bun lockfile example and verified case study#656
Open
Ayush7614 wants to merge 1 commit into
Open
docs: add Cline Bun lockfile example and verified case study#656Ayush7614 wants to merge 1 commit into
Ayush7614 wants to merge 1 commit into
Conversation
Document cline/cline at 9d59de4 (1,518 packages, 5 findings) with Bun workspace lockfile coverage, bun audit comparison, and modeling caveats. Closes OWASP#583
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document cline/cline at 9d59de4 (1,518 packages, 5 findings) with Bun workspace lockfile coverage, bun audit comparison, and modeling caveats.
Closes #583
Summary
examples/cline/from cline/cline@9d59de4 (rootpackage.json+bun.lock)website/docs/case-studies/cline.md— AI coding-agent / IDE tooling coverage on a Bun workspaces monorepo (1,518 packages, 5 findings)bun auditon the same lockfile (6 vulnerability entries vs 5 deduplicated packages)website/static/img/cline-logo.pngCase-study-only PR — no shared-file edits (
index.md,sidebars.ts,README.md,examples/readme.md,CHANGELOG.md, root lockfile) per updated CONTRIBUTING guidance.Why this change
Cline (~63k GitHub stars) is a widely adopted autonomous coding agent (SDK, IDE extension, CLI). A committed Bun workspace lockfile snapshot extends CVE Lite coverage into AI agent tooling at meaningful scale — distinct from existing
bun-simple/bun-workspacefixtures — and documents how CVE Lite behaves on real-world Bun monorepo graphs vsbun audit.What changed
examples/cline/package.json+examples/cline/bun.lockpinned to upstream revision9d59de4website/docs/case-studies/cline.mdwith verified scan results,bun auditcomparison, manualbun add --filter …remediation notes, and baseline findings tablewebsite/static/img/cline-logo.png(bundled locally from Cline branding assets)Verified scan output
Notable findings:
esbuild@0.27.7— high (transitive · dev) via Vite webview workspaces (new vs issue preliminary scan at v1.19.2)postcss@8.4.31— medium,file-type@16.5.4— medium,@ai-sdk/provider-utils@3.0.25— low,diff@8.0.2— lowbun audit(same lockfile): 6 vulnerabilities (1 high · 2 moderate · 3 low) — totals align after CVE Lite deduplication (esbuild reports two advisories as one package row).Validation
npm run buildnode dist/index.js examples/cline --verbose --all— 5 findings, 0 command groups, 1518 packages parsedbun auditrun fromexamples/cline/— workspace paths documented in case studycve-lite-scan-2026-06-14T22-07-53.json)User-facing impact
Does this change:
Notes
Issue #583 preliminary scan (v1.19.2, 2026-06-08) reported 4 findings / 2 fix groups with direct
postcssanddiffclassification. Verified scan at v1.22.0 reports 5 findings (esbuild advisory additions) and 0 auto fix groups on this lockfile-only Bun workspace snapshot — the case study documents this delta and recommends pairing CVE Lite withbun auditfor workspace filter targets.cc: @sonukapoor