|
|
|
|
|
by johannes1234321
1539 days ago
|
|
The concern is the same as with any dependency: The dependency runs under your privileges with access to your data. A malice vendor could do "anything" at least within the scope of your application. For instance if you create a web mail application the code probably has access to all mails, can delete them, can send mail under the user's identity, ... How relevant those scenarios are you have to evaluate. If you compile yourself, you can verify the source to increase trust. If you just get the binary, you have to trust the vendor more. |
|