Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
http://docs.enthought.com/traits
The Traits project is at the center of all Enthought Tool Suite development and has changed the mental model used at Enthought for programming in the already extremely efficient Python programming language. We encourage everyone to join us in enjoying the productivity gains from using such a powerful approach.
The Traits project allows Python programmers to use a special kind of type definition called a trait, which gives object attributes some additional characteristics:
A class can freely mix trait-based attributes with normal Python attributes, or can opt to allow the use of only a fixed or open set of trait attributes within the class. Trait attributes defined by a class are automatically inherited by any subclass derived from the class.
Traits requires Python >= 3.7.
Traits has the following optional dependencies:
NumPy <http://pypi.python.org/pypi/numpy>
_ to support the trait types
for arrays.TraitsUI <https://pypi.python.org/pypi/traitsui>
_ to support GUI
Views.To build the full documentation one needs:
Sphinx <https://pypi.org/project/Sphinx>
_ version 2.1 or later.Enthought Sphinx Theme <https://pypi.org/project/enthought-sphinx-theme>
_.
(A version of the documentation can be built without this, but
some formatting may be incorrect.)FAQs
Observable typed attributes for Python classes
We found that traits demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.