Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 634 Bytes

File metadata and controls

10 lines (5 loc) · 634 Bytes

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 :)