-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No checksum information published for ChromeDriver binaries #70
Comments
Filed an internal FR: https://bugs.chromium.org/p/chromium/issues/detail?id=1501279 |
I don’t see checksums adding any value. What’s the attack scenario they protect against?
|
I see your point @mathiasbynens , however it does help me to answer the question: ' How do you know that the binaries are the same as the ones downloaded from the source? ' or to rephrase it 'How can I (some IT manager) be sure that YOU (=the person deploying the binaries) did not modify the files before deploying them? ' The scenario is as follows: |
Also I would like to add my support for this. If something was corrupted in transit; having a Checksum available that we can check against allows us (our script) to verify that what was downloaded is exactly what was uploaded to the server. Now if someone got onto the server and manipulated the file and hash then that is a whole other problem. |
Hello,
None of the API endpoints publish any checksum information for the Chromedriver binaries.
This being the case, what is the recommended way of checking the authenticity of the binaries ?
Thank you!
The text was updated successfully, but these errors were encountered: