
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).
Produces a simple RSS feed for podcasts on Spotify. Unfortunately not with links to mp3 files or such, since Spotify doesn't provide those. But still.
pip install feedgen python-dateutil spotipy
First, make sure you have a Spotify app.
Then, make an INI file with these contents:
[spotify]
client_id = (your client ID)
client_secret = (your client secret)
market = (your two-letter country code)
Default filename is config.ini
in current directory. For any other filename, point to it via environment variable SPR_CONFIG
or use --config
parameter (see below).
When installed via setup.py
or PIP, the command spr
will point to spr/cli.py
. This takes a Spotify show ID as parameter and outputs RSS to stdout.
Command line syntax:
spr [-c/--config (path to config file)] SPOTIFY_SHOW_ID
spr.wsgi
contains a very simple WSGI application. Given a URL ending with a Spotify show ID, it outputs an RSS feed for that podcast, or a 404 response if the podcast was not found. Without show ID, it gives you a wonderfully primitive POST form, which accepts a show ID or a full Spotify show URL.
FAQs
RSS for Spotify podcasts
We found that spotify-podcast-rss 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.