Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
TabletQt is an intermediate graphics rendering layer intended to support the generation of model diagrams such as UML or SysML.
It establishes an intermediate layer between a model diagram tool and any particular graphics library.
Consequently, the model diagram tool is not affected by any change in the chosen graphics library as long as all the required functionality is supported.
For example, the Flatland model diagram generator, also maintained on this site, was originally implemented on top of Tablet which was built on the Cairo graphics library.
I am moving it to TabletQt which offers the same functionality on top of the Qt GUI library using PyQt bindings.
In this readme file I will keep the focus on installation. For details about the interface, features, and other documentation, please see the wiki for this repository.
You want to draw simple 2D to support model drawings such as UML or SysML
Create or use a python 3.12+ environment.
% pip install tablet-qt
Take a look at the etchasketch.py file to see an example script that imports and uses Tablet.
This is not the intended usage scenario, but may be helpful for testing or exploration. Since scrall may generate some diagnostic info you may want to create a fresh working directory and cd into it first. From there...
% tablet
You should also see a file named tabletqt.log
FAQs
Tablet simple 2D drawing interface to Qt
We found that mi-tabletqt 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.