
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).
github-trending-api
Advanced tools
This module is an API for the github-trending
NPM module. So it can be ran as
an "ultra-micro-service". It has an in-memory cache for results; so mostly you
can use it from another point of the application and not worry about anything
else.
It exposes a standalone express
app, which can be ran from the command-line
with:
$ npm install github-trending-api
$ github-trending-api
And an express.Router
instance, which is what require('github-trending-api')
returns.
A write-up on its stack is pending.
This repository has automated image builds on hub.docker.com. So you can also run:
$ docker-machine start default
$ eval $(docker-machine env default)
$ docker run -it -p 3000:3000 yamadapc/github-trending-api
$ curl `docker-machine ip default`:3000/repositories
GET /repositories
Responds with a list of trending repositories; accepts an optional language
QueryString parameter.
GET /languages
Responds with the list of valid languages.
This code is licensed under MIT license. See LICENSE.
FAQs
API for GitHub trending repositories
The npm package github-trending-api receives a total of 0 weekly downloads. As such, github-trending-api popularity was classified as not popular.
We found that github-trending-api demonstrated a not healthy version release cadence and project activity because the last version was released 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.