-
-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Current Behavior
Dependency-Track can retrieve the publish date for components by looking them up in external package repositories like Maven Central.
Currently, the UI only displays a small indicator if a component is not the newest available version. The UI does not currently show the components actual age.
With #398, it will be possible to define policies for component age. This will cause policy violations to be generated whenever a component exceeds a certain age, but users will not be able to see how old the respective components actually are.
Proposed Behavior
We should display the component age in the UI, given we have this information.
There should probably be a disclaimer that this date reflects when the component was last published or modified, and not necessarily when it was released. If organizations upload legacy libraries to their internal repository, the publish date we get will be misleading.
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this enhancement was already requested