Go Flow Safe: Ensure Data Flow of your App with Taint Analyses

Presented at GopherConEU 2022 💚 with these slides.

Examples

To test Go Flow Leeve, I created two minimal working examples that cover potential vulnerabilities: Leaking of sensitive information (CWE-522) and SQL injections (CWE-89). The configuration to execute the analysis and the output I produced is available in the respective README files (README CWE-522 and README CWE-89)

More Ressources