Skip to content

Commit

Permalink
fix: ensure that nested IssuedSignedBy relationships expand in adcs e…
Browse files Browse the repository at this point in the history
…sc1 composition (#285)
  • Loading branch information
zinic authored Jan 3, 2024
1 parent db38103 commit 4088c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go/analysis/ad/ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func ADCSESC1Path1Pattern(domainID graph.ID) traversal.PatternContinuation {
),
)).
Outbound(query.And(
query.KindIn(query.Relationship(), ad.PublishedTo),
query.KindIn(query.Relationship(), ad.PublishedTo, ad.IssuedSignedBy),
query.Kind(query.End(), ad.EnterpriseCA),
)).
Outbound(query.And(
Expand Down

0 comments on commit 4088c6e

Please sign in to comment.