
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
check_submodules
Advanced tools
Build a tree of all submodules in a github repository and prints it, with small warning signs if a submodule is referenced twice with different references.
Small quickly developed (means not elegant and likely full of bugs) command line utility to verify submodule references in a git repository.
Some repositories (such as https://github.com/azure/azure-iot-sdk-c) reference the same submodule at multiple places in their source tree. Sometimes it's even more complicated, for example:
a (main repository)
-> submodule b
-> submodule c
-> submodule b (ie. submodule c also references b as a submodule)
In those cases it might be useful to verify that when a submodule is reused in multiple places in the source tree, all the references to that submodule point to the same commit hash.
This is what that utility does.
FAQs
Build a tree of all submodules in a github repository and prints it, with small warning signs if a submodule is referenced twice with different references.
The npm package check_submodules receives a total of 4 weekly downloads. As such, check_submodules popularity was classified as not popular.
We found that check_submodules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.