https://github.com/michenriksen/dia-dfd
DFD diagramming sheet for Dia
https://github.com/michenriksen/dia-dfd
dfd-diagrams dia diagram-shapes diagrams threat-modeling
Last synced: 4 months ago
JSON representation
DFD diagramming sheet for Dia
- Host: GitHub
- URL: https://github.com/michenriksen/dia-dfd
- Owner: michenriksen
- License: mit
- Created: 2015-03-23T16:35:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T06:14:00.000Z (over 6 years ago)
- Last Synced: 2025-02-24T16:13:58.916Z (4 months ago)
- Topics: dfd-diagrams, dia, diagram-shapes, diagrams, threat-modeling
- Size: 79.1 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
--------------------
--------------------
--------------------No Longer Maintained
I have released Data Flow Diagram and Attack Tree libraries for draw.io which is much better than Dia. Please see the blog post for more information.
--------------------
--------------------
--------------------# Data Flow Diagramming shapes for [Dia](https://wiki.gnome.org/Apps/Dia)
[Data Flow Diagramming](https://en.wikipedia.org/wiki/Data_flow_diagram) is a
simple diagramming technique used to gain an understanding of how data flows in
an application or system. DFD diagrams are especially helpful when conducting
[threat modeling](https://www.owasp.org/index.php/Application_Threat_Modeling).This project extends the free and open source [Dia](https://wiki.gnome.org/Apps/Dia)
diagramming tool with a new Sheet for doing DFD diagramming:
## Installation
Installation on Linux is pretty straight-forward:
1. Check out the repository with `git clone https://github.com/michenriksen/dia-dfd.git`
2. Make symbolic links to the diagram shapes with `ln -s /path/to/dia-dfd/shapes/* ~/.dia/shapes/`
3. Make symbolic link to the diagram sheet with `ln -s /path/to/dia-dfd/sheets/dfd.sheet ~/.dia/sheets/`
4. Restart Dia if it's already openYou should now have a new Sheet called DFD, ready to use.
**Happy diagramming!**