Open Source [Scalable] Vendor Security Reviews – Google Security 

Google released one of its in-house tools used to help assess vendor security. They have released both the questionnaires and source code on Github (link below). For organisations which have to regularly assess the high level security controls in place for vendors this approach is quite novel, the questionnaire changes based on the responses and (where relevant) displays warnings and security advice to the vendor within the form itself.

Quote:

Based on this positive response, we’ve decided to open source the VSAQ Framework (Apache License Version 2) and the generally applicable parts of our questionnaires on GitHub: https://github.com/google/vsaq. We hope it will help companies spin up, or further improve their own vendor security programs. We also hope the base questionnaires can serve as a self-assessment tool for security-conscious companies and developers looking to improve their security posture.

The VSAQ Framework comes with four security questionnaire templates that can be used with the VSAQ rendering engine:

Source: Google Online Security Blog: Scalable vendor security reviews

Continue Reading

Google Finally Disabling SSLv3 and RC4

Google has posted about its intention to finally disable SSLv3 and the cipher RC4. This is great news as Google is responsible for an insane level of web traffic and to know that the encryption they use to secure all of those transactions will be greater secured is brilliant!

SSLv3 has been obsolete for over 16 years and is so full of known problems that the IETF has decided that it must no longer be used. RC4 is a 28 year old cipher that has done remarkably well, but is now the subject of multiple attacks at security conferences. The IETF has decided that RC4 also warrants a statement that it too must no longer be used.

Source: Google Online Security Blog: Disabling SSLv3 and RC4

Continue Reading