Skip to content

Commit 040ab9d

Browse files
authored
Revise project structure in README.md
Updated project structure in README to reflect current files and directories.
1 parent 1b8b279 commit 040ab9d

1 file changed

Lines changed: 4 additions & 47 deletions

File tree

README.md

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -32,69 +32,26 @@ Small and medium-sized healthcare organizations typically lack the necessary res
3232
### Project Structure
3333

3434
```bash
35-
── 01-Research
36-
│ ├── iomt_risk_sources.md
37-
│ └── Sources.md
35+
.
36+
├── 01-Research
3837
├── 02-Matrices
39-
│ └── risk_matrix.csv
4038
├── 03-Methodology
41-
│ ├── ebios-rm-light.md
42-
│ └── README.md
4339
├── 04-Planning
44-
│ └── README.md
4540
├── CODEOWNERS
4641
├── CONTRIBUTING.md
42+
├── current_requirements.txt
4743
├── data
48-
│ └── catalog
49-
│ ├── free-security-resources.md
50-
│ ├── mitre_ics_techniques.csv
51-
│ ├── owasp_iot_top10.csv
52-
│ └── scenarios.csv
5344
├── docs
54-
│ ├── architecture
55-
│ │ └── ADR-0001-scope.md
56-
│ ├── compliance
57-
│ │ ├── iso27002-iomt-mapping.md
58-
│ │ └── mapping.md
59-
│ ├── medical-practice-case-study.md
60-
│ ├── reports
61-
│ │ └── risk_matrix.xlsx
62-
│ ├── resource-catalog.md
63-
│ └── runbooks
6445
├── LICENSE
6546
├── pyproject.toml
6647
├── README.md
67-
├── README.md.old
6848
├── requirements.txt
6949
├── ROADMAP.md
7050
├── SECURITY.md
7151
├── src
72-
│ └── skadia_iomt
73-
│ └── init.py
7452
├── tools
75-
│ ├── csv2xlsx.py
76-
│ ├── demo.sh
77-
│ ├── sec_checks.sh
78-
│ └── validate_controls_link.py
7953
└── venv
80-
├── bin
81-
│ ├── activate
82-
│ ├── activate.csh
83-
│ ├── activate.fish
84-
│ ├── Activate.ps1
85-
│ ├── normalizer
86-
│ ├── pip
87-
│ ├── pip3
88-
│ ├── pip3.13
89-
│ ├── python -> /usr/bin/python
90-
│ ├── python3 -> python
91-
│ └── python3.13 -> python
92-
├── include
93-
│ └── python3.13
94-
├── lib
95-
│ └── python3.13
96-
├── lib64 -> lib
97-
└── pyvenv.cfg
54+
9855
```
9956

10057
## Installation

0 commit comments

Comments
 (0)