You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #782 BHCE shows additional AD properties for domain objects. But some of them are incorrectly decoded.
"Machine Account Quota" and "Password History Length" should probably not decode as datetimes and I'm also not sure if "Lockout Observation Window" makes sense.
See screenshot below.
Are you intending to fix this bug?
no
Component(s) Affected:
UI
Steps to Reproduce:
Collect a domain with latest SharpHound
Ingest data
Open details pane of domain object
See incorrectly decoded data
Expected Behavior:
Correctly decoded values, e.g. "Machine Account Quota" as a numeric value.
Actual Behavior:
Incorrectly decoded values, e.g. "Machine Account Quota" as a datetime value.
Screenshots/Code Snippets/Sample Files:
Environment Information:
BloodHound: 5.15.1
Collector: SharpHound 2.5.7
OS: Fedora 40
Browser (if UI related): Firefox 130.0.1 (64-bit)
Contributor Checklist:
I have searched the issue tracker to ensure this bug hasn't been reported before or is not already being addressed.
I have provided clear steps to reproduce the issue.
I have included relevant environment information details.
I have attached necessary supporting documents.
I have checked that any JSON files I am attempting to upload to BloodHound are valid.
The text was updated successfully, but these errors were encountered:
Hey @exploide - thanks for reporting. We're aware of the issue - it's purely a UI-side issue where Javascript is trying to interpret things aggressively as dates (just like Excel 🙃). We've got this on the backlog to fix the formatting for those values.
StephenHinck
changed the title
Bug: Incorrect decoding of additional AD properties
Bug: Properties incorrectly appear as dates in entity panel
Oct 4, 2024
Description:
Since #782 BHCE shows additional AD properties for domain objects. But some of them are incorrectly decoded.
"Machine Account Quota" and "Password History Length" should probably not decode as datetimes and I'm also not sure if "Lockout Observation Window" makes sense.
See screenshot below.
Are you intending to fix this bug?
no
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
Correctly decoded values, e.g. "Machine Account Quota" as a numeric value.
Actual Behavior:
Incorrectly decoded values, e.g. "Machine Account Quota" as a datetime value.
Screenshots/Code Snippets/Sample Files:
Environment Information:
BloodHound: 5.15.1
Collector: SharpHound 2.5.7
OS: Fedora 40
Browser (if UI related): Firefox 130.0.1 (64-bit)
Contributor Checklist:
The text was updated successfully, but these errors were encountered: