Remove libsodium and lowdown submodules to fix recursive clone
What changed, and why it matters
This commit removes two leftover git submodule references (libsodium and lowdown) from the repository index. The submodules had already been removed from the project's configuration file, but their entries were still stuck in git's internal records, causing 'recursive clone' operations to fail with an error. The change only fixes a source-code checkout/build problem and does not alter any running code, cryptography, or network behavior.
No security action required. Treat as a normal build/clone hygiene fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit deletes the git submodule index entries for external/libsodium and external/lowdown. These had been removed from .gitmodules earlier, but the git tree still contained submodule references, which made git submodule update --init --recursive fail with ‘fatal: No url found for submodule path’. The patch is purely a repository-maintenance fix; no source files, build logic, cryptographic primitives, or protocol handling are modified.
Changed components
git repository metadata (submodule index entries)Inspect captured patch +0 / −2
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.