|
|
|
|
|
by tyingq
881 days ago
|
|
If there is a mechanism to monitor the dependency chain. Otherwise, you may be blissfully unaware that some vulnerability in libwhatever is in some binary you're using. Golang tooling provides some reasonable mechanisms to keep dependencies up to date. Any given C program might or might not. |
|
So that would not be less secure, but it would also not make it more secure than dynamic linking with a good mechanism, right?