Closed dimakuv closed 1 year ago
We had a wrong date format in the SIGSTRUCT at some point in Gramine. We fixed it in Gramine proper, but looks like forgot to fix it in GSC:
$ ./gsc info-image gsc-python:bullseye ... date = "1809-35-32"
@kailun-qin Could you maybe create a PR similar to the one you created for core Gramine? The relevant code in GSC is under gsc.py: read_sigstruct().
gsc.py: read_sigstruct()
Description of the problem
We had a wrong date format in the SIGSTRUCT at some point in Gramine. We fixed it in Gramine proper, but looks like forgot to fix it in GSC:
@kailun-qin Could you maybe create a PR similar to the one you created for core Gramine? The relevant code in GSC is under
gsc.py: read_sigstruct()
.