diff --git a/assets/images/Control_flow_graph.png b/assets/images/Control_flow_graph.png new file mode 100644 index 0000000000..a18b777aad Binary files /dev/null and b/assets/images/Control_flow_graph.png differ diff --git a/pages/controls/Static_Code_Analysis.md b/pages/controls/Static_Code_Analysis.md index af392df78c..5cc31f20bf 100644 --- a/pages/controls/Static_Code_Analysis.md +++ b/pages/controls/Static_Code_Analysis.md @@ -88,7 +88,7 @@ node only has a entry edge, this is know as an ‘exit’ block (Wögerer, Example Control Flow Graph; ‘node 1’ represents the entry block and ‘node 6’ represents the exit block. -![Control_flow_graph.png](Control_flow_graph.png +![Control_flow_graph.png](../../assets/images/Control_flow_graph.png "Control_flow_graph.png") ### Taint Analysis