
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
.. image:: https://github.com/beetbox/mediafile/workflows/Build/badge.svg?branch=master :target: https://github.com/beetbox/mediafile/actions
.. image:: http://img.shields.io/pypi/v/mediafile.svg :target: https://pypi.python.org/pypi/mediafile
MediaFile is a simple interface to the metadata tags for many audio file
formats. It wraps Mutagen
_, a high-quality library for low-level tag
manipulation, with a high-level, format-independent interface for a common set
of tags.
.. _Mutagen: https://github.com/quodlibet/mutagen
MediaFile is available on PyPI
_. Install it by typing pip install mediafile
. It works on Python 3.7 or later. Then:
.. code:: python
from mediafile import MediaFile f = MediaFile('Lucy.mp3') f.title u'Lucy in the Sky with Diamonds' f.artist = 'The Beatles' f.save()
.. _on PyPI: https://pypi.python.org/pypi/mediafile
See the full documentation
_.
.. _full documentation: http://mediafile.readthedocs.io/
MediaFile is part of the beets
_ project. It was originally written by
Adrian Sampson
_ and is now developed by the beets community. The license is
MIT.
.. _Adrian Sampson: https://github.com/sampsyo .. _beets: https://github.com/beetbox/beets .. _MIT: http://www.opensource.org/licenses/mit-license.php
FAQs
Handles low-level interfacing for files' tags. Wraps Mutagen to
We found that mediafile 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.