dependency-check / dependency-check/DependencyCheck

Cleanup the Dependency Object

Open
#1,282 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
7.7k
Forks
1.4k
Avg merge
9d 22h
Merged PRs (30d)
13

Description

Currently, we have had two contributors add a duplicative feature to the dependency object and the analysis. Specifically the following three fields:

```java
Dependency.packagePath
Dependency.name
Dependency.version
```

These are also duplicative of the `Identifiers` collection. This needs to be refactored to consolidate and make the usage common across analyzers.

As this could affect #1276 - these two enhancements should likely be done at the same time.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.