mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 18:56:29 +00:00
Merge pull request #412 from nsacyber/issue/411
[#411] Changed assumption regarding Delta cert components with ADDED status
This commit is contained in:
commit
5434fe8ca7
@ -655,13 +655,7 @@ public final class SupplyChainCredentialValidator implements CredentialValidator
|
||||
.getValue());
|
||||
if (classFound) {
|
||||
if (isMatch(ciV2, baseCiV2)) {
|
||||
if (ciV2.isAdded()) {
|
||||
// error
|
||||
resultMessage.append("ADDED attempted with prior instance\n");
|
||||
deltaSb.append(String.format("%s;", ci.hashCode()));
|
||||
break;
|
||||
}
|
||||
if (ciV2.isModified()) {
|
||||
if (ciV2.isAdded() || ciV2.isModified()) {
|
||||
// since the base list doesn't have this ci
|
||||
// just add the delta
|
||||
baseCompList.add(deltaCi);
|
||||
|
Loading…
Reference in New Issue
Block a user