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.
This library contains Python bindings for the reference Brotli encoder/decoder,
available here
_. This allows Python software to use the Brotli compression
algorithm directly from Python code.
To use it simply, try this:
.. code-block:: python
import brotli
data = brotli.decompress(compressed_data)
More information can be found in the documentation
_.
.. _available here: https://github.com/google/brotli .. _in the documentation: https://brotlipy.readthedocs.org
The source code of brotlipy is available under the MIT license. Brotli itself is made available under the Version 2.0 of the Apache Software License. See the LICENSE and libbrotli/LICENSE files for more information.
brotlipy is maintained by Cory Benfield.
decompress()
would return an empty bytestring
instead of erroring if the provided bytestring was small enough.finish()
method to the streaming decompressor.Error
).Error
to error
.Update to v0.4.0 of the Brotli library.
Update to v0.3.0 of the Brotli library.
Fix broken brotli.compress
support on Windows.
brotli.compress
through a C wrapper included in this
library.FAQs
Python binding to the Brotli library
We found that brotlipy 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.