
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
generator-plait
Advanced tools
Python Gunicorn Thrift Microservices. Stand up a thrift microservice in python as a gunicorn app.
Yeoman generator
Trick question. It's not a thing. It's part of this guy:

Basically, yeoman wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create. Yeoman and Gurt are good friends and they work together to build out your application.
To get started first install Yeoman globally:
npm install -g yo
Then get Plait by cloning this repo:
git clone git@github.com:rewardStyle/generator-plait.git
cd into the directory and install dependencies:
npm install
then we need to link it so we can run it as a global package:
npm link
Go up a directory (or somewhere else) and make a new directory:
mkdir my-test-app && cd $_
Finally, initiate the generator, and this will make you some boilerplate for a new python microservice
yo plait
To begin hacking on your new microservice, be sure to follow the instructions in the generated README.md
FAQs
Python Gunicorn Thrift Microservices. Stand up a thrift microservice in python as a gunicorn app.
The npm package generator-plait receives a total of 1 weekly downloads. As such, generator-plait popularity was classified as not popular.
We found that generator-plait 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.