
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).
Python port of the ClockClock project.
ClockClock 24 is both a kinetic sculpture and a functioning clock. Its hands veer from unpredictable, mechanical spinning, to perfect, synchronised alignment; to visually represent the abstract concept of time, and to report real time.
This project is a Python port of the original JavaScript/React implementation, using:
The simplest way to install ClockClock24 is directly from PyPI:
pip install clockclock24-py
To install the package from source:
# Clone the repository
git clone https://github.com/tboy1337/ClockClock24-py.git
cd ClockClock24-py
# Install in development mode
pip install -e .
# Or install directly
pip install .
After installation, you can run the application in several ways:
# Using the entry point (available after pip installation)
clockclock24
# Or run the module directly
python -m clockclock24_py.main
# Or from the repository root
python run.py
Once the application is running:
This project is licensed under the MIT License - see the LICENSE.txt file for details.
FAQs
Python port of ClockClock24 - A kinetic clock display
We found that clockclock24-py 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.