Improve code coverages using different technique in analyzers #588
Labels
dynamic analysis
Issues specific to the implementation of Dynamic Analysis
enhancement
New feature or request
The currently implemented package analyzers provide a limited coverage of the code when the payload is hiding in non setup/import phase
Suggesting to improve coverage with a best-effort approach to reflect and dynamically instantiate objects inside the package to increase the analysis coverage.
From my experience with this approach implemented in another similar project, I can share this is doable in a reasonable time for the following languages:
Javascript
Python
Java
Groovy
C#
Clojure
Scala
Kotlin
I'm planning to contribute it to this project, let me know WDYT
The text was updated successfully, but these errors were encountered: