docs: Post-Pilot security & project audit (2026-08-06) - #11
Merged
Conversation
Document critical findings (CSRF exemptions, /v1 IDOR, ephemeral token encryption key, tracked .venv, broken get_db imports) and link them from TODO.md for remediation tracking. Co-authored-by: Nathaniel Cowperthwaite <ShadowWalkerNC@users.noreply.github.com>
Track C1–C6 stop-ship items from the 2026-08-06 audit for remediation. Co-authored-by: Nathaniel Cowperthwaite <ShadowWalkerNC@users.noreply.github.com>
|
Deployment failed for project post-pilot with the following error: Learn More: https://vercel.link/3Fpeeb1 |
ShadowWalkerNC
marked this pull request as ready for review
August 9, 2026 23:13
Resolve simple TODO.md conflict by keeping main Phase-5 structure and linking docs/SECURITY_AUDIT.md (C1–C6 remediations tracked in #12). Co-authored-by: Nathaniel Cowperthwaite <ShadowWalkerNC@users.noreply.github.com>
cursor Bot
pushed a commit
that referenced
this pull request
Aug 10, 2026
- Merge main (#11 audit doc); resolve TODO.md conflict - vercel.json: daily cron schedules (Hobby rejects hourly/minute) - CI: file-backed SQLite; flake8 F811/F841/F824 cleanups - conftest forces test DB path so :memory: cannot break tokens table Co-authored-by: Nathaniel Cowperthwaite <ShadowWalkerNC@users.noreply.github.com>
3 tasks
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
Security and project audit findings documented in
docs/SECURITY_AUDIT.md.Merged with latest
main(#13). Only conflict was a simple docs overlap inTODO.md— resolved by keeping main’s Phase-5 structure and linking the audit doc (C1–C6 remediations tracked in #12).Note
Remediations for C1–C6 are in PR #12 (
cursor/security-fixes-c1-c6-2720). This PR is documentation + TODO pointer only.