BloodHound
BloodHound copied to clipboard
Six Degrees of Domain Admin
## Description ZoneSelector will look different on the Details page than seen elsewhere. ZoneSelector, when passed `pathParams`, will set the path params, updating the view to the selected Zone. User...
## Description Modified the predicate filters to use type string instead of integer and boolean. This enabled the predicates to be read correctly instead of throwing a validation error when...
https://github.com/user-attachments/assets/15332a17-6b17-4be5-8a45-b732353603e4 ## Description This PR adds status indicators to the cypher run button state. Additionally, this PR allows the user to click "Run" again to refresh the query, even if...
## Description On Privilege Zones, some changes where made on UI to improve wording and Information displayed when Creating/Editing zones or labels ## Motivation and Context Fixes BED-6628 ## How...
## Description Adds update and delete functions for schema node kinds Updates the schema node kind db integration test to account for these new functions ## Motivation and Context Resolves:...
## Description TARGETING FEATURE BRANCH This PR addresses the docker build issues on the current feature branch that introduces DoodleUI to the monorepo ## Motivation and Context Partially-Resolves: BED-6066 Adding...
## Description This pull requests adds an option for database management to delete HasSession edges. The pull request has been created using GitHub Copilot. https://github.com/SpecterOps/BloodHound/issues/853 ## Motivation and Context When...
## Description This changeset changes the naming of Members to Objects. ## Motivation and Context Resolves [BED-6517](https://specterops.atlassian.net/browse/BED-6517) ## How Has This Been Tested? Adjusted unit tests and tested manually. ##...
## Description Some of the AGT tests were written using gomock.Any() , this does not properly test the functionality of the method as it’s forcing gomock to accept any argument...
## Description The foundation for a redesigned details page is created. PZ path navigation is consolidated. ## Motivation and Context Resolves BED-6837 *Why is this change required? What problem does...