
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@socialgouv/azure-db
Advanced tools
Create/Destroy databases on Azure. Commands are run in Kubernetes.
yarn global add @socialgouv/azure-db
and you'll get azure-db
command available.
:warning: Need kubectl
CLI installed on your system and kubernetes context installed.
Usage: azure-db command [options]
Commands:
azure-db create create a new database and user
azure-db drop destroy a database and a user
azure-db drop-autodevops-dbs destroy all generated databases
Options:
--cluster k8s cluster [required] [choices: "prod", "dev"]
--application gitlab application name [required]
--database database name
--user user name
--pg-name alternative PG server prefix
--secret-name alternative secret name
# Create a database in DEV
azure-db create --application sample-next-app
# Create a database in PROD
azure-db create --cluster prod --application sample-next-app --database demo42 --user demo42
# Destroy a database in DEV
azure-db drop --application sample-next-app --database demo42 --user demo42
# Destroy all generated databases in DEV
azure-db drop-autodevops-dbs --application sample-next-app
FAQs
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.