[docs] asset/organization in Pro#13848
Merged
Maffooch merged 7 commits intoDefectDojo:bugfixfrom Dec 8, 2025
Merged
Conversation
Jino-T
approved these changes
Dec 8, 2025
valentijnscholten
approved these changes
Dec 8, 2025
| * RBAC scopes have not changed within this system; each Asset is still considered an individual object for the purposes of assigning permissions. No new RBAC inheritance has been created. | ||
| * Giving a user access to an entire Organization will still give that user access to all Assets contained within that Organization (as with Product Types). | ||
| * Giving a user access to a single Asset does not give that user access to any related Parent or Child Assets, nor access to the Organization. | ||
| * There is no limit to the number of Parent/Child relationships that can be created.Theoretically, you could represent a repository's entire directory structure with separate Assets if you wished. |
Member
There was a problem hiding this comment.
Are we confident this is a future proof statement? Suppose if at some point we want to do cascading of permissions or have fancy cross Asset deduplication we might be unhappy that there is not limit to the "depth" of the hierarchy.
Contributor
Author
There was a problem hiding this comment.
For now, yes. The feature is still in beta so there may be changes down the line, but parent/child relationships are purely for asset tree visualization and filtering right now.
Maffooch
requested changes
Dec 8, 2025
…ests/pro_assets_organizations.md Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
…ests/pro_assets_organizations.md Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Maffooch
approved these changes
Dec 8, 2025
Maffooch
added a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 2026
* add asset/org info * remove ref to P/PT nestability * change screenshot * add contact email * Update docs/content/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations.md Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> * Update docs/content/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations.md Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com> Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds documentation for upcoming Asset/Organization features in DefectDojo Pro
[sc-12207]