-
Notifications
You must be signed in to change notification settings - Fork 230
BloodHound Integration Enhancements and Bug Fixes #804
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enhances the BloodHound integration with UI improvements and bug fixes. It addresses error handling for Azure tenants without AD data, improves button styling consistency across screen sizes, and enriches BloodHound findings with severity color metadata to match native Ghostwriter findings.
Changes:
- Added error handling for Azure tenant domain lookups that may return 404 errors
- Fixed button text wrapping and height inconsistencies on narrow screens through new CSS utility classes
- Enhanced BloodHound Enterprise findings with severity color properties (
color,color_rgb,color_hex) matching Ghostwriter's native severity model
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ghostwriter/static/css/styles.css |
Adds CSS utility classes for button text wrapping and equal-height button groups |
ghostwriter/shepherd/external/bloodhound/client.py |
Adds severity color fields to findings, handles Azure tenant errors, optimizes severity lookups |
ghostwriter/rolodex/templates/rolodex/project_detail.html |
Updates BloodHound buttons to use new CSS classes for consistent sizing and text wrapping |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #804 +/- ##
==========================================
- Coverage 91.43% 91.36% -0.08%
==========================================
Files 368 368
Lines 20941 20933 -8
==========================================
- Hits 19148 19126 -22
- Misses 1793 1807 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ature/bh-enhancements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ature/bh-enhancements
CHANGELOG
[6.2.2] - 22 January 2026
Added
color,color_rgb, andcolor_hex)cellbgFixed