Live data from Hacker News

Twitter's Vine source code dump

avicoder.me

1–10 of 24 posts

Re: Twitter's Vine source code dump

#8
If that is true, that is seriously silly on behalf of Vine.

Multiple major security flaws:

1. Company source code should only be published to private docker images.

2. You should never store API keys or passwords inside the source code. A better approach is to use environment variables and have the container read those.

Post reply on HN