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.
poetry-plugin-export
Advanced tools
This package is a plugin that allows the export of locked packages to various formats.
Note: For now, only the constraints.txt
and requirements.txt
formats are available.
This plugin provides the same features as the existing export
command of Poetry which it will eventually replace.
The easiest way to install the export
plugin is via the self add
command of Poetry.
poetry self add poetry-plugin-export
If you used pipx
to install Poetry you can add the plugin via the pipx inject
command.
pipx inject poetry poetry-plugin-export
Otherwise, if you used pip
to install Poetry you can add the plugin packages via the pip install
command.
pip install poetry-plugin-export
The plugin provides an export
command to export to the desired format.
poetry export -f requirements.txt --output requirements.txt
Note: Only the constraints.txt
and requirements.txt
formats are currently supported.
--format (-f)
: The format to export to (default: requirements.txt
). Currently, only constraints.txt
and requirements.txt
are supported.--output (-o)
: The name of the output file. If omitted, print to standard output.--without
: The dependency groups to ignore when exporting.--with
: The optional dependency groups to include when exporting.--only
: The only dependency groups to include when exporting.--default
: Only export the main dependencies. (Deprecated)--dev
: Include development dependencies. (Deprecated)--extras (-E)
: Extra sets of dependencies to include.--all-extras
: Include all sets of extra dependencies.--without-hashes
: Exclude hashes from the exported file.--with-credentials
: Include credentials for extra indices.FAQs
Poetry plugin to export the dependencies to various formats
We found that poetry-plugin-export 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.