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.
stompest <https://github.com/nikipore/stompest/>
_ is a full-featured STOMP <http://stomp.github.com/>
_ 1.0 <http://stomp.github.com//stomp-specification-1.0.html>
, 1.1 <http://stomp.github.com//stomp-specification-1.1.html>
, and 1.2 <http://stomp.github.com//stomp-specification-1.2.html>
_ implementation for Python 2.7 and Python 3 (versions 3.3 and higher), with optional TLS/SSL support.
The STOMP client in this package is dead simple: It does not assume anything about your concurrency model (thread vs process) or force you to use it any particular way. It gets out of your way and lets you do what you want. The package also consists of a generic set of components each of which you may use independently to roll your own STOMP client:
a wire-level STOMP frame parser and compiler,
a faithful implementation of the syntax of the STOMP protocol with a simple stateless function API,
a generic implementation of the STOMP session state semantics, such as protocol version negotiation at connect time, transaction and subscription handling (including a generic subscription replay scheme which may be used to reconstruct the session's subscription state after a forced disconnect),
and a failover transport <http://activemq.apache.org/failover-transport-reference.html>
_ URI scheme akin to the one used in ActiveMQ.
This package is thoroughly unit tested and production hardened for the functionality used by the current maintainer and by Mozes <http://www.mozes.com/>
_ -- persistent queueing on ActiveMQ <http://activemq.apache.org/>
_. Minor enhancements may be required to use this STOMP adapter with other brokers.
The asynchronous client is based on Twisted <http://twistedmatrix.com/>
, a very mature and powerful asynchronous programming framework. In order to keep the stompest package self-consistent, the asynchronous client is available as a separate package stompest.async <https://pypi.python.org/pypi/stompest.async/>
.
You may install this package via pip install stompest
or manually via python setup.py install
.
Feel free to open an issue <https://github.com/nikipore/stompest/issues/>
_ or post a question on the forum <http://groups.google.com/group/stompest/>
_.
Roger Hoover <http://github.com/theduderog/>
_ at Mozes_ and deployed in their production environment.Oisin Mulvihill <https://github.com/oisinmulvihill/>
, the developer of stomper <http://code.google.com/p/stomper/>
! The idea of an abstract representation of the STOMP protocol lives on in stompest.The stompest API is fully documented here <http://nikipore.github.com/stompest/>
_.
FAQs
STOMP library for Python including a synchronous client.
We found that stompest 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.