Skip to content

Commit 1db5de8

Browse files
Merge pull request #9 from bitbomdev/naveen/new-post
Updated the mermaid diagram
2 parents c25d4d4 + ec82f95 commit 1db5de8

File tree

1 file changed

+1
-20
lines changed
  • blog/2024-10-25-Isolating-and-Fixing-Vulnerabilities-in-an-Air-Gapped-Environment

1 file changed

+1
-20
lines changed

blog/2024-10-25-Isolating-and-Fixing-Vulnerabilities-in-an-Air-Gapped-Environment/index.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -84,26 +84,7 @@ Let's say we have packages `A`, `B`, and `C`.
8484

8585
So, package `A` is the one vulnerable dependency and `Kubernetes` dependency.
8686

87-
```mermaid
88-
graph TB;
89-
subgraph MainPackage
90-
A[Kubernetes]
91-
end
92-
A --> B[Package A]
93-
A --> C[Package C]
94-
B --> D[Package B]
95-
B --> C
96-
B:::vulnerable
97-
D:::vulnerable
98-
99-
classDef vulnerable fill:#f96,stroke:#333,stroke-width:2px;
100-
101-
%% This diagram shows the relationships:
102-
%% - Kubernetes depends on A and C.
103-
%% - A depends on B and C.
104-
%% - Both A and B are vulnerable.
105-
106-
```
87+
[![](https://mermaid.ink/img/pako:eNplkk1vwjAMhv-KFcSt3WFIkxakSbS9TUiTxmmUQ2hcEpEmVT7GJsR_XyAFus0n-3ntyHZ8JI3hSCjZWdYLWBXzWkM0F7aJLJnUb6zZsx0m5WyL9WvYotXo0W0SRs2Ts4A8f4FiPRTBYjPm5Y2XAy8uvLrx4hcvh4BS-hmURsu2amik-sMSbRRzrsIW7hK0Uik6aZ-fMuet2SOdzGazwc8PkntBH_uv-fWJ6RRWQjrgksUddOCEOTjwAsGiYl4a7YTsHb1l53BfB3Ds4y4cGB1HZppD-TBKXIz14r9eGC-GuqhaHI3xQDLSoe2Y5PG_jueimsSuOqwJjS7HlgXla1LrU0xlwZv3b90Q6m3AjISeM49VmukKe6Y_jIlhy5SLMXLpjV2mk7hcRkasCTuRCk4_y-GvSw?type=png)](https://mermaid.live/edit#pako:eNplkk1vwjAMhv-KFcSt3WFIkxakSbS9TUiTxmmUQ2hcEpEmVT7GJsR_XyAFus0n-3ntyHZ8JI3hSCjZWdYLWBXzWkM0F7aJLJnUb6zZsx0m5WyL9WvYotXo0W0SRs2Ts4A8f4FiPRTBYjPm5Y2XAy8uvLrx4hcvh4BS-hmURsu2amik-sMSbRRzrsIW7hK0Uik6aZ-fMuet2SOdzGazwc8PkntBH_uv-fWJ6RRWQjrgksUddOCEOTjwAsGiYl4a7YTsHb1l53BfB3Ds4y4cGB1HZppD-TBKXIz14r9eGC-GuqhaHI3xQDLSoe2Y5PG_jueimsSuOqwJjS7HlgXla1LrU0xlwZv3b90Q6m3AjISeM49VmukKe6Y_jIlhy5SLMXLpjV2mk7hcRkasCTuRCk4_y-GvSw)
10788

10889
```bash
10990

0 commit comments

Comments
 (0)