File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,16 +24,19 @@ AegisFlow scans your application for:
2424## 📁 Project Structure
2525
2626aegisflow/
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---
You can’t perform that action at this time.
0 commit comments