Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Git repos on secure-scuttlebutt (SSB).
This package includes:
git-ssb
for managing SSB git reposgit-remote-ssb
for using ssb://
URLs with gitgit-ssb-web
for browsing repos locallynpm install -g git-ssb
You can use a ssb://
remote like any other git remote. A repo on SSB is
identified by a message ID. To create a new git repo on SSB, use the command
git ssb create
.
Publish an existing repo to SSB:
cd repo
git ssb create ssb my-cool-repo
git push --tags ssb master
Clone a repo from SSB:
git clone ssb://<msgId> repo
Fork a git-ssb repo you have already cloned:
cd repo
git ssb fork mine
# edit and commit, then push changes:
git push mine
Run the web server for browsing repos:
git ssb web
As with patchwork, git-ssb
reads the ssb_appname
environment
variable when deciding what scuttlebot instance to connect to.
git-ssb
also uses git's config to get the appname if the
environment variable is not set. To make it so a repo only gets used in your
testing environment, you can configure the repo as
follows:
git config ssb.app_name test
Copyright (c) 2016 Charles Lehner
Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
FAQs
git hosting on secure-scuttlebutt (ssb)
The npm package git-ssb receives a total of 19 weekly downloads. As such, git-ssb popularity was classified as not popular.
We found that git-ssb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.