Skip to content
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

[Feature]: Allow for retrieval and enforcement mechanism (warning) for revoked dependencies #837

Open
Flickdm opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement New feature or request new Issue not yet reviewed

Comments

@Flickdm
Copy link
Contributor

Flickdm commented Jun 25, 2024

What does the feature solve?

External dependencies may be unlisted, revoked because of security issues, or determined to have bugs and downstream consumers who are locked on a specific version will not be notified that an issue has been found. The plugin should allow a consumer to subscribe to a feed to get notified and warn a build if the dependency has been revoked.

Describe the solution

Plugin should download a revoked dependency list from the top of tree. Then compare that against the dependencies a platform is building against.

Have you considered any alternatives?

No response

Additional context

No response

@Flickdm Flickdm added enhancement New feature or request new Issue not yet reviewed labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Issue not yet reviewed
Projects
None yet
Development

No branches or pull requests

1 participant