Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Fixed issue with party info having an issue serializing with null values #293

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Link your PR to an issue

Fixes #292

Description

Added checks to create manifests with nulls in either the party abbreviation, color, or logo_uri.

Testing

C++ unit tests can be used if a manifest is setup with a null value.