Skip to content

Commit

Permalink
Merge Stage/v5.5.0 into Main (#338)
Browse files Browse the repository at this point in the history
* chore: bump available SharpHound version to 2.3.1 (#331)

* add CanAbuse edges to postProcessed relationships (#333)

---------

Co-authored-by: Eli K Miller <emiller@specterops.io>
Co-authored-by: Irshad Ajmal Ahmed <iahmed@specterops.io>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent cc00ea0 commit 7544299
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/bloodhound.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
########
# Global build args
################
ARG SHARPHOUND_VERSION=v2.3.0
ARG SHARPHOUND_VERSION=v2.3.1
ARG AZUREHOUND_VERSION=v2.1.6

########
Expand Down
2 changes: 2 additions & 0 deletions packages/go/analysis/ad/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func PostProcessedRelationships() []graph.Kind {
ad.TrustedForNTAuth,
ad.IssuedSignedBy,
ad.EnterpriseCAFor,
ad.CanAbuseWeakCertBinding,
ad.CanAbuseUPNCertMapping,
ad.GoldenCert,
ad.ADCSESC1,
ad.ADCSESC3,
Expand Down
2 changes: 1 addition & 1 deletion tools/docker-compose/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
########
# Global build args
################
ARG SHARPHOUND_VERSION=v2.3.0
ARG SHARPHOUND_VERSION=v2.3.1
ARG AZUREHOUND_VERSION=v2.1.6


Expand Down

0 comments on commit 7544299

Please sign in to comment.