Riccardo Schirone

Results 274 comments of Riccardo Schirone

@valdaarhun `SIMPLE` is `RZ_OUTPUT_MODE_QUIET`, while `RIZINCMD` is `RZ_OUTPUT_MODE_RIZIN`.

> 0 (alias for s 0x...) - actually not sure if it's better to remove it completely I propose to remove this. @XVilka @ITAYC0HEN @thestr4ng3r @wargio @kazarmy

@stanfordcox the problem though is that `points_.entry` is not NULL. It is already deleted inside `cb->destroy`, but it is not set to NULL. So the destrunctor is called two times.

Hi, was there any progress on this? If not, is there any workaround? My grammar accepts things like ` @ ` or ` @a:` or ` @b:`, etc. If the...

Hi! Is there any on-going effort to fix this vulnerability? As this has been opened for a long time, I wonder if the issue is just not that critical from...

@kmike To implement such a "SIZE" check, I would need to keep track of the active size when a response is returned in the `ExecutionEngine` and I would also need...

@XVilka I guess we should postpone this to 0.7.0, right? I don't think there's a way this is gonna lend before it.

I guess this needs to go to 0.6.0, right? @XVilka

I've started the work to add support for ed25519ph in https://github.com/sigstore/sigstore/pull/1595 and the related changes in Rekor with https://github.com/sigstore/rekor/pull/1945 . However, I'm not sure about the changes to hashedrekor. Do...