Skip to content

fix: Gradle plugin breaking on ProjectComponentIdentifiers for multimodule projects#305

Merged
jeremylong merged 2 commits intodependency-check:mainfrom
aikebah:fix-multimodule-identifiers
Jan 16, 2023
Merged

fix: Gradle plugin breaking on ProjectComponentIdentifiers for multimodule projects#305
jeremylong merged 2 commits intodependency-check:mainfrom
aikebah:fix-multimodule-identifiers

Conversation

@aikebah
Copy link
Copy Markdown
Collaborator

@aikebah aikebah commented Jan 15, 2023

Fixes jeremylong/DependencyCheck#5306

Description of Change

Adds conversion support for ProjectComponentIdentifiers.

From the limited information available in a ProjectComponentIdentifier I considered the projectPath to be the most usable for generating a packageURL, but I'm open for modifications to what is used for the packageURL (I'm not too familiar with gradle, just enough to be able to code this fix)

@jeremylong jeremylong merged commit 54e8b99 into dependency-check:main Jan 16, 2023
@jeremylong jeremylong added this to the 8.0.1 milestone Jan 16, 2023
@aikebah aikebah deleted the fix-multimodule-identifiers branch January 16, 2023 15:24
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.

Exception: No signature of method: static org.owasp.dependencycheck.gradle.tasks.AbstractAnalyze.convertIdentifier()

2 participants