Skip to content

Commit be73347

Browse files
author
Paulinhx
committed
Add README. md content
1 parent 7f9d949 commit be73347

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,19 @@ AegisFlow scans your application for:
2424
## 📁 Project Structure
2525

2626
aegisflow/
27-
├── app/ # Vulnerable Flask app
28-
├── semgrep-rules/ # Custom MITRE-tagged rules
29-
├── .github/workflows/ci.yml # GitHub Actions CI
30-
├── sbom/ # SBOM output via Syft
31-
├── scripts/ # OTX + dark web scripts
32-
├── reports/ # Results from Semgrep, Trivy, OTX
33-
├── analysis/ # Summary script for CI logs
34-
├── threat_model/ # STRIDE threat analysis + DFD diagram
35-
├── requirements.txt # Frozen Python deps
36-
└── README.md
27+
├── app/ # Vulnerable Flask app
28+
├── semgrep-rules/ # Custom MITRE-tagged rules
29+
├── .github/
30+
│ └── workflows/
31+
│ └── ci.yml # GitHub Actions CI
32+
├── sbom/ # SBOM output via Syft
33+
├── scripts/ # OTX + dark web scripts
34+
├── reports/ # Results from Semgrep, Trivy, OTX
35+
├── analysis/ # Summary script for CI logs
36+
├── threat_model/ # STRIDE threat analysis + DFD diagram
37+
├── requirements.txt # Frozen Python dependencies
38+
└── README.md # Project documentation
39+
3740

3841

3942
---

0 commit comments

Comments
 (0)