
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
etcd2-backup
Advanced tools
A simple backup utility for etcd v2
npm install --global etcd2-backup
Usage: etcd2-backup [options] [command]
Options:
-V, --version output the version number
-f, --file <file> backup file
-e, --etcd <etcd> etcd url eg: https://host.docker.internal:4001
-c, --concurrency <concurrency> max parallel requests
-h, --help output usage information
Commands:
restore restore keys from backup file
dump dump keys to backup file
# Node
etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json restore
# Docker
docker run -ti -v /my_backup_dir:/backup evert0n/etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json restore
# Node
etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json dump
# Docker
docker run -ti -v /my_backup_dir:/backup evert0n/etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json dump
FAQs
etcd v2 backup cli
The npm package etcd2-backup receives a total of 3 weekly downloads. As such, etcd2-backup popularity was classified as not popular.
We found that etcd2-backup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.