praetorian-inc / gokart

A static analysis tool for securing Go code
Apache License 2.0
2.18k stars 110 forks source link

custom Taint tracking/data flow rule #67

Open Sebastian1011 opened 2 years ago

Sebastian1011 commented 2 years ago

After reading the readme doc, I'm wondering that how to config a custom taint tracking or data flow analysis. For example, I hope to config some "source pattern" and "sink pattern", then the gokart can tell me the the path from source to sink.