Skip to content

Commit df7ea88

Browse files
committed
vulnerabilities: update graph
there are some more steps now
1 parent 68c73f4 commit df7ea88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/dev/vulnerabilities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ the known potential vulnerabilities on https://packages.msys2.org/outofdate and
77
graph LR;
88
A[Extract PKGBUILD Metadata] --> B[Generate SBOM];
99
B --> C[Scan SBOM with Grype];
10-
C --> D[packages.msys2.org];
10+
C --> D[Add Vulnerability Assessment Status & Add Fixed Versions Info];
11+
D --> E[packages.msys2.org];
12+
A --> D;
1113
```
1214

1315
## Package Metadata

0 commit comments

Comments
 (0)