├── .gitattributes ├── LICENSE ├── README.md ├── branch-dot-files ├── 01-branch.dot ├── 02-branch.dot ├── 03-branch.dot ├── 04-branch.dot ├── 05-branch.dot ├── 06-branch.dot ├── 07-branch.dot └── 08-branch.dot ├── branch-images ├── 01-branch.png ├── 02-branch.png ├── 03-branch.png ├── 04-branch.png ├── 05-branch.png ├── 06-branch.png ├── 07-branch.png └── 08-branch.png ├── drawing-the-owl-dot.dot └── full-tree ├── full-example-sce-tree.dot └── full-example-sce-tree.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/README.md -------------------------------------------------------------------------------- /branch-dot-files/01-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/01-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/02-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/02-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/03-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/03-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/04-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/04-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/05-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/05-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/06-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/06-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/07-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/07-branch.dot -------------------------------------------------------------------------------- /branch-dot-files/08-branch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-dot-files/08-branch.dot -------------------------------------------------------------------------------- /branch-images/01-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/01-branch.png -------------------------------------------------------------------------------- /branch-images/02-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/02-branch.png -------------------------------------------------------------------------------- /branch-images/03-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/03-branch.png -------------------------------------------------------------------------------- /branch-images/04-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/04-branch.png -------------------------------------------------------------------------------- /branch-images/05-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/05-branch.png -------------------------------------------------------------------------------- /branch-images/06-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/06-branch.png -------------------------------------------------------------------------------- /branch-images/07-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/07-branch.png -------------------------------------------------------------------------------- /branch-images/08-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/branch-images/08-branch.png -------------------------------------------------------------------------------- /drawing-the-owl-dot.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/drawing-the-owl-dot.dot -------------------------------------------------------------------------------- /full-tree/full-example-sce-tree.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/full-tree/full-example-sce-tree.dot -------------------------------------------------------------------------------- /full-tree/full-example-sce-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swagitda/security-decision-trees-graphviz/HEAD/full-tree/full-example-sce-tree.png --------------------------------------------------------------------------------