WIP
Sign in
Join WIP
Home
Products
Questions
Roasts
Milestones
More
πβοΈ Search
π Deals
π» Meetups
π API
π€ Help
βοΈ Widgets
π Open
π₯ Menubar
πΊ Map
π Intros
Other questions
Experience selling eBooks?
2 answers
What topics would you like to discuss during WIP Voice Chat?
4 answers
WIP.co api?
2 answers
How to have a long streak (> 100) on WIP.co without being stressed?
2 answers
Asked
2018-03-26 22:15:26 UTC
Do you think about data security while developing your products? Which tool/Services to avoid getting your user's data leaked/ hacked?
Augusto Goulart
Max Makarochkin
Hi Augusto,
avoid using unpopular npm modules, github repositories;
copy code from critical libraries into your own repository;
if you use Fullstory or other screen recording services, then ignore user inputs (can be set up by following their inctructions);
also never commit security keys to your repository;
automate deployments via CircleCI and keep sensitive keys encrypted;
do security scanning of your docker containers:
cloud.google.com/container-reβ¦
.
Hope it helps.
Reply
Edit
Delete
remove
π Join WIP to participate
Keyboard Shortcuts
Go to Homepage
g
h
Go to Pending Todos
g
p
Go to Done Todos
g
d
Go to Questions
g
q
Compose a New Todo
n
Go to Search
/
Show this dialog
?
Hi Augusto,
Hope it helps.
π Join WIP to participate