
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).
@henriq4/gitlab-sdk
Advanced tools
📦 Node SDK for GitLab API.
This SDK provides an easy way to interact with GitLab's API, allowing server-side applications to manage repositories, users, and more with simple API calls.
This SDK is intended for server-side use only.
pnpm add @nexaro.ipaas/gitlab-sdk
Basic Setup:
Import the SDK and create a new instance by passing your private GitLab token:
import GitlabSdk from '@nexaro.ipaas/gitlab-sdk'
// Initialize the client with your private token
const client = new GitlabSdk('__TOKEN_PRIVATE__')
const projects = await client.projects.searchMany()
To set up the development environment:
pnpm install
To start the application in development mode:
pnpm run dev
This will start the development server and allow you to test any changes locally.
To build the SDK for production:
pnpm run build
This will bundle the SDK for distribution.
FAQs
📦 Node SDK for GitLab API
The npm package @henriq4/gitlab-sdk receives a total of 0 weekly downloads. As such, @henriq4/gitlab-sdk popularity was classified as not popular.
We found that @henriq4/gitlab-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.