
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.
@cowprotocol/cms
Advanced tools
This project is a Content Management System for the cow.fi.
It is an instance of Strapi, a headless CMS.
Swagger Docs: https://cms.cow.fi/swagger.html
yarn dev
Some requiremets are:
The easiest is to develop using sqlite, but if you want to use PostgreSQL, you need to install it first:
Once you know the running port, you can setup the .env file:
# Create an ENV file from the example
cp .env.example .env
Edit the .env file and set the database connection
To start with the new database, you simply start the dev server:
yarn dev
yarn build
🚨 For this command to work you must first have a build in place. You can do this via the previous command, yarn build
.
yarn start
# Create an ENV file from the example
cp .env.example .env
# Start the project
docker compose up
Then visit:
Also, a Postgres database will be exposed on port 5432
.
Strapi comes with a powerful CLI tooling Strapi documentation
# Check version of the Strapi CLI
yarn strapi version
# Help command
yarn strapi help
FAQs
Cow Protocol CMS
The npm package @cowprotocol/cms receives a total of 175 weekly downloads. As such, @cowprotocol/cms popularity was classified as not popular.
We found that @cowprotocol/cms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.