/Cascade

Cascade - Dataflow graphing and analysis for C#

Primary LanguageC#Apache License 2.0Apache-2.0

Cascade

Build Status: Build Status

Cascade is a dataflow analysis framework built on top of Roslyn. Cascade simulates how data flows through source code and graphs the result.

The end goal is to eventually perform vulnerability analysis on the resulting dataflow graph.

Cascade is still a work in progress. It can currently simulate simple dataflows. If you feel like contributing, just submit a PR :)