Skip to content

Commit 7c2bd7f

Browse files
committed
flowshart
1 parent 79029b9 commit 7c2bd7f

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

Context.png

-84.8 KB
Binary file not shown.

README.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,24 @@
1212
> ⚠️ **Disclaimer** : This repository, together with its tools, is provided by Taisen-Solutions on an "as is" basis. Be aware that this application is highly vulnerable, including remote command and code execution. Use it at your own risk. Taisen-Solutions makes no representations or warranties of any kind, express or implied, as to the operation of the information, content, materials, tools, services and/or products included on the repository. Taisen-Solution disclaims, to the full extent permissible by applicable law, all warranties, express or implied, including but not limited to, implied warranties of merchantability and fitness for a particular purpose.
1313
1414

15-
## 🎱 Use Case
16-
17-
![UseCase](./VLAusecase.drawio.png)
18-
15+
## 🎱 Components
16+
17+
```mermaid
18+
flowchart TD
19+
A{**.NET REST API**}
20+
A --> B[SQL DB]
21+
A --> C[File System]
22+
A --> D[Host services]
23+
A --> F[GraphQL]
24+
A --> G[App Services]
25+
26+
B --> I(*Identities*)
27+
C --> J(*Logs*)
28+
C --> K(*Secrets*)
29+
D --> L(*DNS*)
30+
F --> M(*Sensitive Data*)
31+
G --> O(*Serialized Data*)
32+
```
1933

2034
## 🐞 Vulnerabilities
2135

@@ -49,12 +63,6 @@
4963
| CWE-1270 | Generation of Incorrect Security Tokens | Medium |
5064

5165

52-
## 🏭 Context
53-
54-
VLA is designed as a vulnerable backend application, running in the following environment :
55-
56-
![Context](./Context.png)
57-
5866

5967
## 🔑 Hint & Write Up
6068

0 commit comments

Comments
 (0)