securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Make Call class more generic for all supported languages #418

Closed ericwb closed 5 months ago

ericwb commented 5 months ago

There are many differences in a call between Java, Go, and Python. As a result the Call class can't handle the differences. Instead, each parser should deal with those unique differences.