|
|
|
|
|
by binarycrusader
4542 days ago
|
|
If anything, in my mind, not using shared libraries is a security issue. For example, if every application links to a static version of some image loading library, then all of the applications must be patched if there is a vulnerability in that library. Whereas if they all share the same copy, you patch the library, and they all get fixed. I'm aware that model works better when the same vendor is providing all of the binaries, but there are cases where it's also appropriate for general ISVs. |
|
Really, it's up to the app maintainer to update their program, and if it has a vulnerability, in theory the sandbox will prevent it from doing damage to others.