v3_issue_896: trying to see if reverting the return call null will make a difference.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled

This commit is contained in:
ThatSilentCoder 2025-03-24 13:34:59 -04:00
parent dc08e1c9ac
commit d9c7f8ceed

View File

@ -335,7 +335,7 @@ public class SupplyChainCredentialValidator {
if (node.hasNonNull(fieldName)) {
return node.findValue(fieldName).textValue();
}
return "";
return null;
}
/**