Skip to content

Commit

Permalink
add CanAbuse edges to postProcessed relationships (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadaj authored Jan 22, 2024
1 parent 06d4769 commit e01a54a
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit e01a54a

Please sign in to comment.