We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c73f4 commit df7ea88Copy full SHA for df7ea88
web/dev/vulnerabilities.md
@@ -7,7 +7,9 @@ the known potential vulnerabilities on https://packages.msys2.org/outofdate and
7
graph LR;
8
A[Extract PKGBUILD Metadata] --> B[Generate SBOM];
9
B --> C[Scan SBOM with Grype];
10
- C --> D[packages.msys2.org];
+ C --> D[Add Vulnerability Assessment Status & Add Fixed Versions Info];
11
+ D --> E[packages.msys2.org];
12
+ A --> D;
13
```
14
15
## Package Metadata
0 commit comments