docs: add Ghost case study and example lockfiles#372
Merged
Conversation
Adds a full case study for Ghost (TryGhost/Ghost) at revision 359e702, documenting 26 transitive vulnerabilities across 4,447 resolved packages including a critical XSS in sanitize-html and critical code execution in babel-traverse@6.26.0 buried six layers deep in the build toolchain. Also adds example lockfiles for Ghost (pnpm), Prisma (pnpm), and Strapi (Yarn) to examples/ for local scanning. Updates the sidebar, examples readme, and README real-world validation section to include Ghost. Closes #365
Notes that Ghost uses Renovate for automated dependency management and explains the three structural reasons 26 vulnerabilities remain despite active automation: no-fix packages, stalled breaking-change PRs, and transitive chains outside Renovate's scope. Part of #365
8c16bce to
54f80f9
Compare
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.
Adds a full case study for Ghost (TryGhost/Ghost) at revision 359e702, documenting 26 transitive vulnerabilities across 4,447 resolved packages — including a critical XSS in sanitize-html (the library responsible for making user content safe) and critical code execution in babel-traverse@6.26.0 buried six layers deep in the build toolchain.
Key narratives:
pnpm audit fixAlso adds example lockfiles for Ghost (pnpm), Prisma (pnpm), and Strapi (Yarn) to
examples/for local scanning, and updates the sidebar, examples readme, and README real-world validation section.Closes #365