|
|
|
Ask HN: Prove a web site is using its open source repository
|
|
1 points
by jodoglevy
4506 days ago
|
|
Hi all. I'm working on an idea and it requires trust. So I have a public git repo where my source code goes, and my web site deployments pick up the source from there. However, I am worried people will just think "ok, this source looks safe, but how do I know your service is using this source and not a slightly modified malicious version?" I know with client software they can use a checksum to check this, but is there some way to do this for a web site? |
|
The only other way you could find a hash of the code running on the server is if you asked the service, but in that case the service could always just lie. Even if you did some sort of challenge response that could only be answered with having the public source code and hashing it with a nonce, you could just provide the public source to your malicious binary, and it would respond as it wished.