
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).
@versatus/versatus-javascript
Advanced tools
### Overview This repository provides some essential tools and interfaces for developing **Programs** for the **LASR** network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR progra
This repository provides some essential tools and interfaces for developing Programs for the LASR network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR programs. Along with some helper functions The CLI is used to initialize, build, deploy, and call programs in the network from the terminal.
mkdir your-project-name
cd your-project-name
npm init -y
npm install typescript --save-dev
npx tsc --init
npm install @versatus/versatus-javascript
npx lasrctl init hello-lasr
npx lasrctl build example-program.ts
npx lasrctl test --build example-program --inputJson example-program-inputs
npx lasrctl deploy --build example-program --symbol MYTOKEN --programName "My first token on LASR"
Note: the program deploy may fail on it's first attempt. If so, try it once more
secret_key
in the .lasr
folder.cat .lasr/wallet/keypair.json | jq -r '.[0].secret_key'
FAQs
### Overview This repository provides some essential tools and interfaces for developing **Programs** for the **LASR** network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR progra
The npm package @versatus/versatus-javascript receives a total of 34 weekly downloads. As such, @versatus/versatus-javascript popularity was classified as not popular.
We found that @versatus/versatus-javascript demonstrated a not healthy version release cadence and project activity because the last version was released 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.