nsacyber / HIRS

Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber
Other
177 stars 57 forks source link

Handle JSON parsing exception in .NET Provisioner #835

Open iadgovuser59 opened 2 weeks ago

iadgovuser59 commented 2 weeks ago

Currently, a parsing exception with appsettings.json in the .NET Provisioner, such as an unescaped control character, causes the program to suddenly exit without any logging or errors thrown. This should be refactored such that the provisioner will output a JSON parsing exception to the console.