|
|
|
|
|
by avnerner
2055 days ago
|
|
I think there are two main routed for code to leak, one way is the case of stealing code. While there are some ways to handle that, non is 100% covered and so, we focus on recruiting to mitigate that.
The other way which in my mind, is the way more common situation, is mistakes. People play with some code on their personal code, post something as a public gist etc.
We mitigate that with with education and a tool that was built in house to monitor and alert on all public activities, for the security team, it's usually easy to review the alerts to understand if there is a data leakage going on:
https://github.com/AvnerCohen/github-public-monitor |
|