
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Bar-Raiser is a cutting-edge framework designed to help engineering teams tackle technical debt, streamline development workflows, and elevate code quality.
Bar-Raiser is a cutting-edge framework designed to help engineering teams tackle technical debt, streamline development workflows, and elevate code quality.
The following checks are available and can be configured in a CI workflow e.g. build.yml file. Ensure to provide the necessary environment variables (APP_ID
, PRIVATE_KEY
, PULL_NUMBER
, SLACK_BOT_TOKEN
(optional)).
checks/annotate_ruff.py
Modulechecks/annotate_pytest.py
Modulechecks/annotate_pyright.py
Modulegit clone https://github.com/ZipHQ/bar-raiser.git
pip install pdm
.venv
folder:
pdm install
pdm run pre-commit install
The project uses the following dependencies:
The project also includes development dependencies for testing, linting, and code quality:
Pre-commit hooks are used to run checks automatically when you commit code. These checks help ensure code quality and consistency. The following hooks are configured:
To manually run the pre-commit hooks on all files, use:
pdm run pre-commit run --all-files
To execute the test suite, run:
pdm run pytest
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).To make a release, follow these steps:
git tag -a vX.Y.Z -m "Release version X.Y.Z"
git push origin vX.Y.Z
This project was developed collaboratively by the Zip Infra team. For insights into our work and ongoing updates, check out our tech blog. tech blog.
FAQs
Bar-Raiser is a cutting-edge framework designed to help engineering teams tackle technical debt, streamline development workflows, and elevate code quality.
We found that bar-raiser demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.