From 66313e5988a18f1cf196e1f4eb7f8189e0721fca Mon Sep 17 00:00:00 2001 From: Mikhail_Rusakovich Date: Tue, 30 May 2023 16:44:15 +0300 Subject: [PATCH] automatic dfd generation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fd34c..8751a51 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ For TicTaaC usage at Jenkins pipeline, see [Jenkinsfile example](https://github. ![Threat Modeling Report Example](https://raw.githubusercontent.com/rusakovichma/TicTaaC/master/etc/threat-modeling-report-example.png) ## Features +* [x] Automatic Data Flow generation in a report * [x] Ideal for Security Teams - it has flexible [Threats Library logic](https://github.com/rusakovichma/TicTaaC/blob/master/src/main/resources/threats-library/default-threats-library.yml) customization in a separate file with special expression language support * [x] Suitable for [CICD pipeline integration](https://github.com/rusakovichma/TicTaaC/blob/master/cicd/Jenkinsfile) * [X] Setting Quality Gate that can block the product release in case if unmitigated threats are presented