You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`mingw_arch`| array | A list of MSYS2 environments the package is built for. Defaults to an empty list. |
15
-
|`msys2_references`| mapping | Maps the package to external resources, such as other package repositories. |
16
-
|`msys2_changelog_url`| string | NEWS file in git or the GitHub releases page. In case there are multiple, the one that is more useful for packagers. |
17
-
|`msys2_documentation_url`| string | URL to the documentation for the API, tools, etc., in case it's a different website than the homepage. |
18
-
|`msys2_repository_url`| string | URL to the web view of the repository, e.g., on GitHub or GitLab. |
19
-
|`msys2_issue_tracker_url`| string | URL to the bug tracker, mailing list archive, etc. |
20
-
|`msys2_pgp_keys_url`| string | URL to a website containing which keys are used to sign releases. |
|`mingw_arch`| array | A list of MSYS2 environments the package is built for. Defaults to an empty list. |
15
+
|`msys2_references`| mapping | Maps the package to external resources, such as other package repositories. |
16
+
|`msys2_changelog_url`| string | NEWS file in git or the GitHub releases page. In case there are multiple, the one that is more useful for packagers. |
17
+
|`msys2_documentation_url`| string | URL to the documentation for the API, tools, etc., in case it's a different website than the homepage. |
18
+
|`msys2_repository_url`| string | URL to the web view of the repository, e.g., on GitHub or GitLab. |
19
+
|`msys2_issue_tracker_url`| string | URL to the bug tracker, mailing list archive, etc. |
20
+
|`msys2_pgp_keys_url`| string | URL to a website containing which keys are used to sign releases. |
21
+
|`msys2_ignore_vulnerabilities`| array | A list of CVE and/or GHSA IDs which should be ignored. |
21
22
22
23
For `msys2_references` the following keys are recognized:
0 commit comments