SpecterOps / BloodHound

Six Degrees of Domain Admin
https://bloodhoundenterprise.io/
Apache License 2.0
1.14k stars 113 forks source link

Feature: Modify Saved Query in UI #924

Open rtpt-romankarwacik opened 2 weeks ago

rtpt-romankarwacik commented 2 weeks ago

Feature Description

https://github.com/SpecterOps/BloodHound/pull/771 Introduced the ability to update saved queries via API. It would be nice to have the functionality of updating a query in the UI as well.

Are you intending to implement this feature?

No.

Current Behavior

Currently, to edit a query in the UI, the query needs to be deleted and recreated for it to be "updated".

Desired Behavior

Some kind of mechanism for updating a query in the UI.

Use Case

Updating existing queries currently is cumbersome and would be improved by this feature.

Implementation Suggestions

My suggestion would be to add an edit mode for saved queries, which for one signifies that the query is currently being edited, and has a save button which updates the saved query.

StephenHinck commented 2 weeks ago

This is coming - unfortunately, our teams got buried in some other projects after completing the APIs before we got to the UI. Stay tuned!