mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 05:53:27 +00:00
Updated the lists for the left over components.
This commit is contained in:
parent
8d6a697a23
commit
447c817839
@ -1427,6 +1427,7 @@ public final class SupplyChainCredentialValidator implements CredentialValidator
|
||||
certificateList.add(delta);
|
||||
|
||||
for (ComponentIdentifier ci : delta.getComponentIdentifiers()) {
|
||||
LOGGER.error("This is the serial {}", ci.getComponentSerial().toString());
|
||||
if (!noneSerialValues.contains(ci.getComponentSerial().toString())) {
|
||||
if (ci.isVersion2()) {
|
||||
ciSerial = ci.getComponentSerial().toString();
|
||||
@ -1501,6 +1502,7 @@ public final class SupplyChainCredentialValidator implements CredentialValidator
|
||||
}
|
||||
baseCompList.clear();
|
||||
baseCompList.addAll(chainCiMapping.values());
|
||||
baseCompList.addAll(absentSerials);
|
||||
|
||||
return resultMessage.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user