in-toto / in-toto-golang

A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity.
https://in-toto.io/
Other
119 stars 49 forks source link

Added necessary checks for type assertion #327

Closed Yaxhveer closed 1 month ago

Yaxhveer commented 1 month ago

Fixes issue: Fixes: #230

Description: Added explicit checks for type assertion to prevent potential panics.

Yaxhveer commented 1 month ago

@adityasaky PTAL!