sbp commented on issue #841: URL: https://github.com/apache/tooling-trusted-releases/issues/841#issuecomment-4048221130
Commit 2ebee77e53803f21ed02fe089bbb4728b6aa1443 fixes the models to ensure that all `list[str]` fields are non-nullable. Commit d9f42be8564b3977bef9d59dc5247815420c8f72 fixes the models to ensure that all `datatime` fields are non-nullable (which is separate to this issue, but obviously related). Commit 65f20eedc027c63db89933578cd59a2189a10084 adds a linter to ensure that this problem does not recur. Commit 723376339768e44094de82e853e53a2288ac012c adds the specific fix for and resolves the reported issue, which is to tolerate malformed NULL values in the attestable files for these fields. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
