You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Just thinking about how we can use the Python implementation of securesystemslib/formats.py in Go. It has a really cool scheme and object validations, so I thought we can use similar functions in Go implementation as a library. I'm not sure whether worth to implement whole thing, so we dropped this issue to further discuss!
If it makes sense, we can give a hand with @developer-guy!
The text was updated successfully, but these errors were encountered:
IMO, it probably makes sense to analyze in-toto-golang and go-tuf to see what commonalities we can offload here rather than reimplementing everything in py-sslib. cc @mnm678 as well
Note we opted not to utilise securesystemlib's formats facility in new python-tuf code because it has several well documented (hat-tip @lukpueh) flaws secure-systems-lab/securesystemslib#183 including a fairly noticeable performance impact (>5% execution time spent in verifying formats).
Hey! Just thinking about how we can use the Python implementation of securesystemslib/formats.py in Go. It has a really cool scheme and object validations, so I thought we can use similar functions in Go implementation as a library. I'm not sure whether worth to implement whole thing, so we dropped this issue to further discuss!
If it makes sense, we can give a hand with @developer-guy!
The text was updated successfully, but these errors were encountered: