Closed HarshCasper closed 3 years ago
@HarshCasper thanks for opening and issue and reporting this. I looked through the reports and reviewed the warnings. Most of them belong to development helpers or test files. For those in the core code, none of them represents something we should be worried about.
Description
I ran DeepSource Static Code Analysis upon the Project, the results for which are available here.
The Static Code Analysis Tool found potential bugs and anti-patterns in the Code, that can be detrimental at a later point of time with respect to the Project. DeepSource helps you to automatically find and fix issues in your code during code reviews. This tool looks for anti-patterns, bug risks, performance problems, and raises issues.
Some of the notable issues are:
child_process
and non-literalexec()
hereThere are plenty of other issues in relation to Bug Discovery and Anti-Patterns which you would be interested to take a look at.