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.
An RPC Transport Library
It provides an asynchronous multi-channel order-preserving message and data streaming transport for upper RPC layers (e.g., Apache Thrift) by wrapping lower transport implementations (e.g., ZeroMQ).
It aims to follow the latest coding style and conventions in Python asyncio.
Corpus callosum is a bundle of neuron fibers that connects two cerebral hemispheres of a human brain.
Python 3.11 or higher.
To install the core:
$ pip install -U pip setuptools
$ pip install callosum
You may add extra dependencies like:
$ pip install 'callosum[zeromq,redis,thrift,snappy]'
Please check out the examples directory.
Create a virtual environment or an isolated Python environment using your favorite tool.
Inside it, run editable installation as follows:
$ pip install -U pip setuptools
$ pip install -U -r requirements/dev.txt
task_done()
call to the output queue of rpc.Peer
instances to avoid potential missing wakeup on joined coroutines (#16)zsock_opts
handling when explicitly specified by the library users, as previously it caused argument errors in binders and connectors (#18)repr()
of exceptions in RPC user/internal errors for better application-level error logging (#15)upper.rpc
: Support server-side cancellation and propagation to clients by adding the CANCELLED
RPC message type (#14)SEQ_BITS
and clarify the roles of cleanup()
and cancel()
methods in the schedulers.FIX: wrong typing of RPCMessage.body
field
IMPROVE: Add debug_rpc
option to rpc.Peer
for logging exceptions in RPC
scheduler and user-defined handlers explicitly.
Update dependencies and remove unused ones.
FAQs
Callosum RPC Library
We found that callosum 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.