|
|
|
|
|
by greglindahl
2728 days ago
|
|
Here's one example, you can find many more with a little googling: https://stackoverflow.com/a/39708317/1370917 If you look at the question, you can see that some people don't make the connection that the motivation behind code signing is figuring out who committed suspicious code. Code that has security bugs is one interest, another is code which the committer didn't have permission to commit, for example proprietary code. |
|