Google connects BigQuery to Google Drive and Sheets

google data center Google today announced that it is bringing some of its Google Cloud Platform and Google Apps tools a little bit closer together. BigQuery, Google’s serverless analytics data warehousing service, will now be able to read files from Google Drive and access spreadsheets from Google Sheets. There has long been something of a firewall between Google’s cloud computing services and its… Read More Continue reading Google connects BigQuery to Google Drive and Sheets

Can a website make an HTTP request to "localhost"? How does it get around the cross-domain policy?

I found this website which talks about fixing a Redis vulnerability by exploiting that same vulnerability.

The website in question has a “patch me” button, and if you have a password-less Redis server running on your machine, it will patc… Continue reading Can a website make an HTTP request to "localhost"? How does it get around the cross-domain policy?

How are Ajax requests vulnerable to CSRF attacks if the Same-origin policy is applied?

What I know about CSRF is that a malicious website tricks a normal user into issuing a request to a trusted website using a form.

I understand that is possible because we can post forms to different domains. However, I see posts of Stacko… Continue reading How are Ajax requests vulnerable to CSRF attacks if the Same-origin policy is applied?