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

Add ComposerRequireChecker for transitive dependency detection #278

Merged

Conversation

TravisCarden
Copy link
Collaborator

ComposerRequireChecker detects direct dependence on transitive dependencies, or "soft" dependencies, i.e., those that are in the codebase only "coincidentally" because a direct dependency in turn requires them. Such dependencies can legitimately disappear with Composer updates and cause unpredictable failures. This adds static analysis detection of this.

@TravisCarden TravisCarden added this to the v2.0.0 milestone Sep 13, 2023
@TravisCarden TravisCarden merged commit 50dcdc7 into php-tuf:develop Sep 13, 2023
9 checks passed
@TravisCarden TravisCarden deleted the feature/composer_require_checker branch September 13, 2023 15:15
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

Successfully merging this pull request may close these issues.

1 participant