What changed, and why it matters
This commit simply removes a GitHub user from the CODEOWNERS file for one file. CODEOWNERS controls who is automatically asked to review changes. The user was removed because they no longer have write access, which is required for CODEOWNERS to work. There is no code change and no security issue in the commit itself.
No security action needed. This is a routine repository access-management cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates .github/CODEOWNERS, removing @devrandom from hsmd/hsmd_wire.csv because GitHub CODEOWNERS entries require write access to function. No source code, build scripts, or security-sensitive configuration was modified.
Changed components
.github/CODEOWNERSInspect captured patch +1 / −1
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 929c1629..9a52bcca 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -13,7 +13,7 @@ contrib/msggen/ @cdecker
contrib/pyln-client/ @cdecker
contrib/pyln-testing/ @cdecker
# Needed to ensure hsmd wire compatibility between releases
-hsmd/hsmd_wire.csv @cdecker @ksedgwic @devrandom
+hsmd/hsmd_wire.csv @cdecker @ksedgwic
plugins/xpay/ @Lagrang3
plugins/askrene/ @Lagrang3
plugins/renepay/ @Lagrang3
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.