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.
|pypi| |docs|
Base classes for pathlib.Path
-ish objects. Requires Python 3.7+.
This package is a preview of pathlib
functionality planned for a future
release of Python; specifically, it provides two ABCs that can be used to
implement path classes for non-local filesystems, such as archive files and
storage servers:
PurePathBase
Abstract base class for paths that do not perform I/O.
PathBase
Abstract base class for paths that perform I/O.
These base classes are under active development. Once the base classes reach maturity, they will be made part of the Python standard library, and this package will continue to provide a backport for older Python releases.
Changes to pathlib_abc.py
and test_pathlib_abc.py
must be made in the
upstream CPython project, and undergo their usual CLA + code review process.
Once a change lands in CPython, it can be back-ported here.
Other changes (such as CI improvements) can be made as pull requests to this project.
.. |pypi| image:: https://img.shields.io/pypi/v/pathlib-abc.svg :target: https://pypi.python.org/pypi/pathlib-abc :alt: Latest version released on PyPi
.. |docs| image:: https://readthedocs.org/projects/pathlib-abc/badge :target: http://pathlib-abc.readthedocs.io/en/latest :alt: Documentation
FAQs
Backport of pathlib ABCs
We found that pathlib-abc 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.
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.