repo: remove stray cUR submodule gitlink
What changed, and why it matters
This commit removes a leftover Git submodule reference (a 'gitlink') that had no matching configuration entry. It fixes a Git checkout error but does not change any compiled code, cryptographic logic, or device behavior. There is no security issue here.
No security action needed. Ensure the repository clones and initializes submodules correctly after this cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
Commit 88d69aa6 deletes the stray gitlink at components/cUR. The prior commit 121adaad cherry-picked a change from a branch where components/cUR was a real submodule, but the destination branch lacked the corresponding .gitmodules entry. The result was that ‘git submodule update –init’ failed with ‘no submodule mapping found in .gitmodules for path components/cUR’. The fix simply removes the orphan gitlink. No source files were modified.
Changed components
Git repository metadata (components/cUR gitlink)Inspect captured patch +0 / −1
Diff not available from the source API.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.