Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: encode PURL qualifiers as a normalized string (#466)
This PR sets `encode=True` to encode qualifiers of a PURL string as a normalized string while converting it to a dictionary and storing it to the SQLite database because SQLite doesn't support dict type. It also adds exception handling for deserializing a PURL string while initializing a Component instance. Signed-off-by: behnazh-w <[email protected]>
- Loading branch information