
Research
/Security News
11 Malicious Go Packages Distribute Obfuscated Remote Payloads
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/travertino.svg :target: https://pypi.python.org/pypi/travertino :alt: Python Versions
.. |license| image:: https://img.shields.io/pypi/l/travertino.svg :target: https://github.com/beeware/toga/blob/main/travertino/LICENSE :alt: BSD-3-Clause License
.. |maturity| image:: https://img.shields.io/pypi/status/travertino.svg :target: https://pypi.python.org/pypi/travertino :alt: Project status
|pyversions| |license| |maturity|
Travertino is a set of constants and utilities for describing user interfaces, including:
Install Travertino:
$ pip install travertino
Then in your python code, import and use it::
>>> from travertino.colors import color, rgb
# Define a new color as an RGB triple
>>> red = rgb(0xff, 0x00, 0x00)
# Parse a color from a string
>>> color('#dead00')
rgb(0xde, 0xad, 0x00)
# Reference a pre-defined color
>>> color('RebeccaPurple')
rgb(102, 51, 153)
Travertino is part of the BeeWare suite <https://beeware.org>
_. You can talk to the
community through:
@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>
__
Discord <https://beeware.org/bee/chat/>
__
We foster a welcoming and respectful community as described in our
BeeWare Community Code of Conduct <https://beeware.org/community/behavior/>
__.
If you experience problems with Toga, log them on GitHub <https://github.com/beeware/toga/issues>
__.
If you'd like to contribute to Toga development, our contribution guide <https://toga.readthedocs.io/en/latest/how-to/contribute/index.html>
__
details how to set up a development environment, and other requirements we have
as part of our contribution process.
FAQs
A set of constants and base classes for describing user interface layouts.
We found that travertino demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
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).