TKW: resolve repository audit findings#42
Merged
Conversation
✅ Deploy Preview for theknownworld ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- correct malformed and stale entity references\n- add placeholder entries for referenced but unwritten characters\n- validate unique slugs, filename slugs, and cross-collection links
- expose the open drawer as a modal dialog\n- loop forward and reverse tab focus within its controls\n- cover dialog semantics and keyboard containment
- replace gray-matter and js-yaml 3 with the maintained yaml parser\n- override Next's vulnerable PostCSS pin\n- retain frontmatter parsing coverage and clear bun audit
- describe the Bun workflow, routes, and project layout\n- document content integrity and placeholder conventions\n- explain static export and Netlify deployment
codebend3r
force-pushed
the
fix/audit-findings
branch
from
July 12, 2026 22:46
3fac6a8 to
ea6d6dc
Compare
codebend3r
marked this pull request as ready for review
July 12, 2026 22:49
- refresh all 7 captures in `docs/screenshots/` at 1440px full-page - reflects current `/`, `/houses`, house, character, and castle pages
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.
Summary
bun auditREADMEto match the current stack, routes, and deploymentContent integrity
lib/content-integrity.tsvalidates unique slugs, filename-vs-frontmatter slugs, and links across collectionsAccessibility
SiteMenudrawer as a modal dialogSecurity
gray-matter/js-yaml3 with the maintainedyamlparserbun audit --prodreports no vulnerabilitiesDocs