Earlier quoted context omitted.
Hi thomas-st, thanks a lot for bring this up. we just fixed the issue and changed credentials on the server as well. All transmission also happen securely through HTTPS and contents are only stored on Google's server, not ours.
Since you store the Google auth_token couldn't anyone with access to the database also gain access to sessions?
Show HN: Collections, a fast multiple-account Google Docs client for Mac
51–60 of 101 posts
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#52Hi -- I suggest you not use this app right now. It is currently throwing up debug pages that include information that allows someone to connect to Postgres and dump the database containing information about your documents. App developers -- please update your Heroku settings and/or turn this off immediately. You are exposing confidential company information to the wild. Thanks.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#53Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#54Earlier quoted context omitted.
Hi thomas-st, thanks a lot for bring this up. we just fixed the issue and changed credentials on the server as well. All transmission also happen securely through HTTPS and contents are only stored on Google's server, not ours.
Actually, your Postgres credentials still work. I am currently able to connect to the database and I can still view people in the role I grabbed. I'm not sure how to validate that this is still timely, though... oh, I created a table: public | hacker_news_1342216769 | table | ruwdncbzdkulsh With the current timestamp. So, if you changed anything, it hasn't actually taken effect in the part that matters -- the exposed…
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#55Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#56Earlier quoted context omitted.
Hi thomas-st, thanks a lot for bring this up. we just fixed the issue and changed credentials on the server as well. All transmission also happen securely through HTTPS and contents are only stored on Google's server, not ours.
Actually, your Postgres credentials still work. I am currently able to connect to the database and I can still view people in the role I grabbed. I'm not sure how to validate that this is still timely, though... oh, I created a table: public | hacker_news_1342216769 | table | ruwdncbzdkulsh With the current timestamp. So, if you changed anything, it hasn't actually taken effect in the part that matters -- the exposed…
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#57Earlier quoted context omitted.
Actually, your Postgres credentials still work. I am currently able to connect to the database and I can still view people in the role I grabbed. I'm not sure how to validate that this is still timely, though... oh, I created a table: public | hacker_news_1342216769 | table | ruwdncbzdkulsh With the current timestamp. So, if you changed anything, it hasn't actually taken effect in the part that matters -- the exposed…
thanks xb95, it took a minute to take effect, but issue is now fixed.
# psql --host=ec2-23-21-85-231.compute-1.amazonaws.com --port=5432 -U ruwdncbzdkulsh dc6jnvg2ce8qim
Password for user ruwdncbzdkulsh:
psql (9.1.4)
SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
Type "help" for help.
dc6jnvg2ce8qim=> SELECT NOW();
now
-------------------------------
2012-07-13 22:17:51.821052+00
(1 row)Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#58Earlier quoted context omitted.
I think they are mimicking the Google Login page and just saving your username/password. Seems damn fishy to me.
no. these guys are legit. they work in our sandhill office. They're not out to steal your login credentials.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#59Kind of confused by this heroku error message I received? Are you storing my gmail credentials on heroku? When I tried again I have a google /looking/ login screen? http://cl.ly/1p0M0o2t0H1E3Z1h3i0n
I haven't used this so I'm not sure what's going on, but I believe OAuth involves a redirect back to servers controlled by the third party to actually do something with the authentication token. This doesn't strike me as necessarily fishy.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#60Earlier quoted context omitted.
Since you store the Google auth_token couldn't anyone with access to the database also gain access to sessions?
We've turned off debug mode and reset our database credentials. We are looking through the database server access log right now and going to make sure that 1) all connections were made from our own servers and 2) users in the timeframe affected will be notified of the issue and guided to resolve it as soon as possible