Handle untargeted ACDCs in IPEX Grant artifact gathering - #453
Merged
Conversation
kentbull
force-pushed
the
fix/untargeted-ipex-grant
branch
from
July 21, 2026 21:19
3cb1f9e to
f9a5029
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #453 +/- ##
==========================================
+ Coverage 88.24% 88.44% +0.19%
==========================================
Files 26 26
Lines 5931 5938 +7
==========================================
+ Hits 5234 5252 +18
+ Misses 697 686 -11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kentbull
force-pushed
the
fix/untargeted-ipex-grant
branch
from
July 23, 2026 13:10
f9a5029 to
b5d8e64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #452 crash on untargeted ACDC or missing issuee
Skip issuee KEL and delegation artifact gathering when an ACDC has no disclosed issuee, including compact attribute sections. Issuer, delegated issuer/issuee, registry, and credential TEL gathering remain intact.
Adds direct unit coverage for every branch of gatherArtifacts() and verifies the existing SignifyPy untargeted-IPEX flow end to end.