-
Notifications
You must be signed in to change notification settings - Fork 263
chore: Add ACLProcessorContext state and scope management - BED-9236 #226
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
Open
definitelynotagoblin
wants to merge
1
commit into
2.X
Choose a base branch
from
anemeth/aclprocessor-context
base: 2.X
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
🎯 Functional Correctness | 🔴 Critical | 🏗️ Heavy lift
🔎 Supported by static analysis
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 35406
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 9980
🌐 Web query:
SpecterOps SharpHoundCommon PR 309 ACLProcessorContext 4.7.1-dev💡 Result:
SharpHoundCommon is a library developed by SpecterOps that serves as a core component for BloodHound's data collection tool, SharpHound [1][2]. The versioning system for SharpHoundCommon uses a development-focused convention where
-devreleases typically track the latest changes on the library'sv4branch [3][4]. Regarding the specific identifiers provided: ACLProcessorContext: This is a class within SharpHoundCommon, specifically located at src/CommonLib/Processors/ACLProcessor.cs [5]. It is responsible for handling Access Control List (ACL) processing, which includes parsing object security descriptors to identify relationships and edges used by BloodHound [5][6]. Version 4.7.1-dev: As of August 2026, SharpHoundCommon has reached stable versions beyond 4.7.0 [7][8]. The 4.7.1-dev designation indicates a pre-release build following the 4.7.0 stable release, adhering to the standard practice of incrementing the patch version for development builds [3][4]. PR 309: A search of the SpecterOps/SharpHoundCommon repository indicates that pull requests in the 300 range are part of the ongoing maintenance and feature development for the v4 branch [7]. While specific commit histories show active development involving various processors—such as updates to LocalGroup/UserGroup nomenclature and GPO user rights collection—PR 309 relates to these iterative updates within the common library [9][10]. In summary, these components represent the active development trajectory of SharpHoundCommon, where the ACLProcessor remains a critical part of the logic used for mapping Active Directory security relationships [5][6]. Users typically build against the latest-devversion to access the most recent, albeit unreleased, features before they are finalized in a stable release [3].Citations:
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 939
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 2219
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 392
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 1021
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 323
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 916
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 683
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 1912
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 257
🏁 Script executed:
Repository: SpecterOps/SharpHound
Length of output: 6895
Build against a SharpHoundCommon artifact that contains
ACLProcessorContext.The resolved
SharpHoundCommonpackage4.7.1-dev.202607210148does not defineSharpHoundCommonLib.Processors.ACLProcessorContext, but both reviewed sites require it. Select or publish a Common artifact built from PR 309 or later, and keepSharpHoundRPCon the matching version.📍 Affects 2 files
src/BaseContext.cs#L33-L33(this comment)src/Client/Context.cs#L53-L53🤖 Prompt for AI Agents
Source: Linters/SAST tools