Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pin subdependencies #455

Open
timobrembeck opened this issue Apr 1, 2023 · 0 comments
Open

Pin subdependencies #455

timobrembeck opened this issue Apr 1, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file Prio:Low

Comments

@timobrembeck
Copy link
Member

timobrembeck commented Apr 1, 2023

Motivation

At the moment, we only pin direct dependencies.
However, we do not enforce any constraints about their sub dependencies, so we could miss security vulnerabilities in them.

Proposed Solution

Follow the same pattern as https://github.com/digitalfabrik/integreat-cms/blob/develop/pyproject.toml to pin the entire dependency tree.

Alternatives

Install dependency manager, e.g. poetry

Depends on:

@timobrembeck timobrembeck added Prio:Low dependencies Pull requests that update a dependency file labels Apr 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file Prio:Low
Projects
None yet
Development

No branches or pull requests

1 participant