
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).
Caching library for Django that uses Celery or RQ to refresh cache items asynchronously
It's an extensible caching library that refreshes stale cache items asynchronously using a Celery_ or rq_ task (utilizing django-rq). The key idea being that it's better to serve a stale item (and populate the cache asynchronously) than block the response process in order to populate the cache synchronously.
.. _Celery: http://celeryproject.org/ .. _rq: http://python-rq.org/
Using this library, you can rework your views so that all reads are from cache - which can be a significant performance boost.
A corollary of this technique is that cache hammering can be handled simply and elegantly, avoiding sudden surges of expensive reads when a cached item becomes stale.
Yup - over on readthedocs.org
_.
.. _over on readthedocs.org
: http://django-cacheback.readthedocs.org/en/latest/
Python 3.6+ is supported. Django 2.0+ is supported.
You betcha!
.. image:: https://github.com/codeinthehole/django-cacheback/workflows/CI/badge.svg?branch=master :target: https://github.com/codeinthehole/django-cacheback/actions?workflow=CI :alt: CI Status
Probably - subject to the MIT license
_.
.. _MIT license
: https://github.com/codeinthehole/django-cacheback/blob/master/LICENSE
Brilliant! Here are the contributing guidelines
_.
.. _contributing guidelines
: http://django-cacheback.readthedocs.org/en/latest/contributing.html
FAQs
Caching library for Django that uses Celery or RQ to refresh cache items asynchronously
We found that django-cacheback demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.