Skip to content

Introduce a dependency management guideline #2837

New issue

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

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

Already on GitHub? Sign in to your account

Open
thompson-tomo opened this issue Jun 11, 2025 · 1 comment
Open

Introduce a dependency management guideline #2837

thompson-tomo opened this issue Jun 11, 2025 · 1 comment

Comments

@thompson-tomo
Copy link

Working with external dependencies can be a tricky topic when hoping for broad usage.

To help this topic I feel it would be beneficial to have a guide/best-practise on how dependencies should be managed.

Some key suggestion from my side:

  • Do not take on transitive dependencies to address CVE'S
  • Target the lowest major version of a dependency that targets the required TFM but the highest version within that make version. This is to achieve optional compatability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants