Skip to content

Commit

Permalink
fixing image (OWASP#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
isfahany authored Nov 19, 2020
1 parent 9d0fa0e commit 7345118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/images/Control_flow_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/controls/Static_Code_Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7345118

Please sign in to comment.