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

Parent container with child application #3530

Open
2 tasks done
quentingosset opened this issue Mar 5, 2024 · 0 comments
Open
2 tasks done

Parent container with child application #3530

quentingosset opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@quentingosset
Copy link

Current Behavior

Working for a large company, I'm part of a team of 70 developers working on 1 large application divided into sub-applications. We use DependencyTrack to analyse vulnerabilities in our applications and track the number of vulnerabilities from release to release.
However, I'm currently having problems using DependencyTrack to work effectively.
As you can see on the attached screen, I use DependencyTrack to analyse ALL my projects. Each of our projects has a "release" version and a "development" version.

The problem I'm having is the hierarchical organisation of DependencyTrack. It is impossible to create "applications" that are children of a parent "container".

In my screen, you can see that I have to use an alias on each child container to avoid having a creation ban because the name is already taken. So I end up with a very complex and, above all, long hierarchy.

image

Proposed Behavior

The expected behaviour would be as follows:

  • When creating the "project", don't just check that the name exists to refuse creation, but join this check with the parents.
    For example, it would be possible to do the following:
    Project 1 -> Development -> 1.1
    Project 2 -> Development -> 1.1

  • Do not use any classifier for a parent

Checklist

@quentingosset quentingosset added the enhancement New feature or request label Mar 5, 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
Projects
None yet
Development

No branches or pull requests

1 participant