
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).
django-facebook_gallery
Advanced tools
This is a simple gallery app for django that fetches your Galleries from facebook, and shows them in your site. This way you don't have to bother with storage and thumbnail generation, Facebook does it for you. End it's extremely easy to administer, as you should manage your galleries (almost) only at facebook.
Add facebook_gallery
to your INSTALLED_APPS
, and set two settings variables:
settings.FACEBOOK_APP_ID = ''
settings.FACEBOOK_APP_SECRET = ''
Run the management command fetch_albums <object_id>
to fetch the albums owned by the Facebook object <object_id>.
This would fetch the basic gallery data from facebook. Afterwards, you can publish and fetch the images for a given gallery from the django admin interface.
The galleries are shown using two templates:
The included cmsplugin_facebook_gallery
adds easy integration to django-cms
as an app. Simply install it by adding cmsplugin_facebook_gallery
to INSTALLED_APPS
. You will find a new "Gallery" option under your Application list in your pages' edit view.
You can run the tests with via::
python setup.py test
or::
python runtests.py
FAQs
Facebook Gallery for Django
We found that django-facebook_gallery 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.