Two repo-hygiene items from the P0 security-audit pass (the fixes themselves are done and on dev as 792a7394…740fb88f, closing #408–#417). Flagging for the repo maintainer.
1. Delete the redundant security/p0-audit-fixes branch on origin.
The P0 fixes were rebuilt clean and merged to dev, so this branch is redundant. Its tip (efe73a2c) additionally carries an accidental snapshot of the uncommitted lamb-kb-server/ tree (item 2) that does not belong in history. Please delete it:
git push origin --delete security/p0-audit-fixes
2. Decide the fate of the uncommitted lamb-kb-server/ (KB-v2) tree.
lamb-kb-server/ exists in the working tree but has never been committed to dev (zero git history) — it has been staged-but-uncommitted. During the audit it was accidentally swept into a fix commit and had to be undone. It should either be committed deliberately through normal review or its status formalized, rather than lingering staged where it can contaminate unrelated commits. Context: KB-v2 is @NoveliaYuki's work.\n\nNo action needed on the security fixes — this issue is purely branch/tree hygiene.
Two repo-hygiene items from the P0 security-audit pass (the fixes themselves are done and on
devas792a7394…740fb88f, closing #408–#417). Flagging for the repo maintainer.1. Delete the redundant
security/p0-audit-fixesbranch on origin.The P0 fixes were rebuilt clean and merged to
dev, so this branch is redundant. Its tip (efe73a2c) additionally carries an accidental snapshot of the uncommittedlamb-kb-server/tree (item 2) that does not belong in history. Please delete it:2. Decide the fate of the uncommitted
lamb-kb-server/(KB-v2) tree.lamb-kb-server/exists in the working tree but has never been committed todev(zero git history) — it has been staged-but-uncommitted. During the audit it was accidentally swept into a fix commit and had to be undone. It should either be committed deliberately through normal review or its status formalized, rather than lingering staged where it can contaminate unrelated commits. Context: KB-v2 is @NoveliaYuki's work.\n\nNo action needed on the security fixes — this issue is purely branch/tree hygiene.