Skip to content

Commit

Permalink
feat: esc10b composition
Browse files Browse the repository at this point in the history
  • Loading branch information
urangel committed Feb 2, 2024
1 parent 90c0822 commit b6c40d2
Show file tree
Hide file tree
Showing 9 changed files with 1,313 additions and 1,206 deletions.
2 changes: 0 additions & 2 deletions cmd/api/src/analysis/ad/adcs_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,6 @@ func TestADCSESC6a(t *testing.T) {
operation.Operation.SubmitReader(func(ctx context.Context, tx graph.Transaction, outC chan<- analysis.CreatePostRelationshipJob) error {
if err := ad2.PostADCSESC6a(ctx, tx, outC, groupExpansions, innerEnterpriseCA, innerDomain, cache); err != nil {
t.Logf("failed post processing for %s: %v", ad.ADCSESC6a.String(), err)
} else {
return nil
}

return nil
Expand Down
1 change: 1 addition & 0 deletions packages/cue/bh/ad/ad.cue
Original file line number Diff line number Diff line change
Expand Up @@ -1182,4 +1182,5 @@ EdgeCompositionRelationships: [
ADCSESC6b,
ADCSESC9a,
ADCSESC10a,
ADCSESC10b,
]
Loading

0 comments on commit b6c40d2

Please sign in to comment.