
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.
@graffiticode/api
Advanced tools
$ git clone git@github.com:graffiticode/api.git$ cd api$ npm install$ export LOCAL_COMPILES=true$ export LOCAL_COMPILES=false$ make testThe graffiticode api application can be run with Docker Compose.
docker network create developer_net
docker-compose up -d
deployerdeployer is an application that installs, builds, and deploys graffiticode projects. The deployer uses a config/manifest to determine how to install, build, and deploy projects (example).
TODO More description and documentation needed
deployernpm run build
deployernpm run deployer
This uses a sample configuration that deploy the L0, L1, and api projects to AWS Lambda functions.
Steps to deploy graffiticode/api on AWS Lambda. To
get a first look at deploying an AWS Lambda function see this
guide.
Create the Execution Role.Role ARN--role cli parameter
under the create target in the src/deploy/Makefile
(ex. --role arn:aws:iam::903691265300:role/lambda-cli-role)make -f src/deploy/Makefile create. make -f src/deploy/Makefile update. npm run dev
This is the npm script to clean, build, test, and run the application on file changes.
FAQs
Gateway for compilers as a service.
We found that @graffiticode/api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
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.