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.
|Python version| |Build Status|
Platform-independent exit codes.
Python provides standard exit status codes for some platforms, but not all. This
is technically, pedantically correct, but it makes it awkward to provide
practical cross-platform exit statuses. This package takes the exit status codes
defined in os
for Unixes and make them available to the unwashed masses.
It's simple to use:
.. code-block:: python
from exit_codes import ExitCode
def main(): if big_operation(): # If your program exits normally, return OK return ExitCode.OK else: # Otherwise, return the appropriate error code return ExitCode.IO_ERR
.. |Python version| image:: https://img.shields.io/badge/Python_version-2.6+-blue.svg :target: https://www.python.org/ .. |Build Status| image:: https://travis-ci.org/sixty-north/exit-codes.png?branch=master :target: https://travis-ci.org/sixty-north/exit-codes
FAQs
Platform-independent exit codes.
We found that exit-codes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.