This Is Why You Always Review Your Dependencies, AGPL Edition

from blog Andrew Ayer - Blog, | ↗ original
Before adding a dependency to one of my software projects, I do some basic vetting of the dependency. Among the things I check are: How is the code licensed?Who are the authors?Are there any serious unresolved issues in the issue tracker?Is there a history of serious bugs in the issue tracker?What kind of code review process is used for pull requests? Finally, I do a cursory review of the code. I look for...