Tech
Proof Without Sharing Source Code: SJV, SJP, and the Trust Boundary
What if you need to demonstrate properties of a software module without giving the other party its source code?
This comes up in real projects:
proprietary libraries;
supplier components;
security-sensitive software;
licensed IP;
implementations shared between organizations with different trust boundaries.
The usual choices are not great.
Either you disclose the implementation, or the other party has to trust a report saying that some internal verification succeeded.
W...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to