WIP
Home
Notifications
DMs
Discussions
Pro
Hangout
Search
More
Join
Sign in
Single comment thread
See full discussion
Edit
Delete
Share
Report
Max Makarochkin
@mac_r
Open options
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
2018-04-01 03:09:26 UTC
Post
Home
Search
Messages
Notifications
More
Keyboard Shortcuts
Go to Homepage
g
h
Go to Done Todos
g
d
Compose a New Todo
n
Go to Search
/
Show this dialog
?
Hi Augusto,
Hope it helps.