From 7544299f9c734fa8aad866e352278dd863a54a59 Mon Sep 17 00:00:00 2001 From: John Hopper Date: Tue, 23 Jan 2024 13:04:07 -0800 Subject: [PATCH] Merge Stage/v5.5.0 into Main (#338) * chore: bump available SharpHound version to 2.3.1 (#331) * add CanAbuse edges to postProcessed relationships (#333) --------- Co-authored-by: Eli K Miller Co-authored-by: Irshad Ajmal Ahmed --- dockerfiles/bloodhound.Dockerfile | 2 +- packages/go/analysis/ad/post.go | 2 ++ tools/docker-compose/api.Dockerfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dockerfiles/bloodhound.Dockerfile b/dockerfiles/bloodhound.Dockerfile index ef75fa8621..505be73522 100644 --- a/dockerfiles/bloodhound.Dockerfile +++ b/dockerfiles/bloodhound.Dockerfile @@ -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 ######## diff --git a/packages/go/analysis/ad/post.go b/packages/go/analysis/ad/post.go index fab8dccf92..04b6b2b3e9 100644 --- a/packages/go/analysis/ad/post.go +++ b/packages/go/analysis/ad/post.go @@ -44,6 +44,8 @@ func PostProcessedRelationships() []graph.Kind { ad.TrustedForNTAuth, ad.IssuedSignedBy, ad.EnterpriseCAFor, + ad.CanAbuseWeakCertBinding, + ad.CanAbuseUPNCertMapping, ad.GoldenCert, ad.ADCSESC1, ad.ADCSESC3, diff --git a/tools/docker-compose/api.Dockerfile b/tools/docker-compose/api.Dockerfile index 7919196755..b97374a86d 100644 --- a/tools/docker-compose/api.Dockerfile +++ b/tools/docker-compose/api.Dockerfile @@ -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