
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 powerful hot reload utility for Tkinter applications that enables real-time code updates without restarting your application.
Install TkinterHotReload using pip:
pip install tkhr --upgrade
Here's a simple example of how to use TkinterHotReload:
import tkhotreload as tkhr
from tkinter import Label, Button
def main(root: tkhr.TkinterHotReload):
# Use the new properties method to set multiple attributes at once
root.properties(
title="Tk Inter Reload",
always_on_top=True,
alpha=0.5,
icon="icon.ico",
debug=False,
)
Label(root, text="Change this and save!").pack(pady=20)
Button(root, text="Click me", command=lambda: print("Clicked!")).pack()
tkhr.app(target=main, watch_dir=".", exclude=["*.pyc", "__pycache__"])
TkinterHotReload monitors your Python files for changes. When you modify and save a file, it automatically:
Contributions are welcome! Here's how you can help:
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please:
Made with ❤️ for the Python community
FAQs
A hot reload implementation for Tkinter applications
We found that tkhr 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.