Files
RedBear-OS/local/docs
vasilito 063ab0370b local/docs: correct §15.3 to note openssh sed requires local fork
After operator feedback: editing mainline recipes/net/openssh/recipe.toml
directly is a policy violation (per AGENTS.md: 'DO NOT edit files under
mainline recipes/ directly — put patches in local/patches/').

This commit reverts that incorrect approach in the documentation and
correctly states the proper fix path:
1. Create local/recipes/net/openssh/ as a Red Bear fork recipe that
   uses the same upstream tar with a Red Bear patch file
   (local/patches/openssh/01-ipv6-capability-detect.patch)
2. OR implement IPv6 in netstack/relibc (root cause fix, tracked
   elsewhere)

The current sed workaround in recipes/net/openssh/recipe.toml remains
in place, documented as a known gap. This commit is documentation-only.

Also marks 4 of 12 original CRITICAL findings as DONE this round:
- F001 BufferPool zero-fill 
- F1.6 xHCI phys_addr_to_index >= 
- DEF-P0-7 rtl8139d/rtl8168d panic 
- DEF-P0-6 e1000d MMIO bounds check 
- F22 ECDSA firmware length check 
2026-07-27 15:39:10 +09:00
..