
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).
A library that allows users to interact with the HTML Canvas with 100% Python + HTML.
pywebcanvas is a library that allows users to interact with the HTML Canvas with 100% Python + HTML.
Just add the following to an html file and you are ready to go!
Between the head tags, add pyscript and pywebcanvas:
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env>
- pywebcanvas
</py-env>
In the body, you can customize the following:
<py-script>
import pywebcanvas as pwc
canvas = pwc.Canvas(800, 600)
canvas.background.fill("blue")
text = pwc.Text(text="Hello World from pywebcanvas!", x=100, y=100, size=25, color="yellow")
canvas.render(text)
</py-script>
Checkout the following to learn how to use this project:
This project is made possible by the developers of pyscript, pyodide, and many others. Licensed under LGPL-3.0-or-later Copyright (C) 2022 Isaac Beverly
FAQs
A library that allows users to interact with the HTML Canvas with 100% Python + HTML.
We found that pywebcanvas 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.