mirror of https://github.com/artifacthub/hub.git
Added dependencies policy (#3456)
Extended SECURITY-INSIGHTS.yml for CLOMonitor score Signed-off-by: Eddie Knight <knight@linux.com>
This commit is contained in:
parent
c3860fe369
commit
c5a04e8e90
|
|
@ -82,3 +82,17 @@ Date: Thu Feb 2 11:41:15 2018 -0800
|
||||||
Notice how the `Author` and `Signed-off-by` lines match. If they do not match the PR will be rejected by the automated DCO check.
|
Notice how the `Author` and `Signed-off-by` lines match. If they do not match the PR will be rejected by the automated DCO check.
|
||||||
|
|
||||||
If more than one person contributed to a commit than there can be more than one `Signed-off-by` line where each line is a signoff from a different person who contributed to the commit.
|
If more than one person contributed to a commit than there can be more than one `Signed-off-by` line where each line is a signoff from a different person who contributed to the commit.
|
||||||
|
|
||||||
|
|
||||||
|
## Dependencies Policy
|
||||||
|
|
||||||
|
Dependencies must be evaluated before being introduced to ensure they:
|
||||||
|
|
||||||
|
1) are actively maintained
|
||||||
|
2) are maintained by trustworthy maintainers
|
||||||
|
|
||||||
|
These evaluations vary from dependency to dependencies.
|
||||||
|
|
||||||
|
Dependencies are also scheduled for removal if that project has been deprecated or if the project is no longer maintained.
|
||||||
|
|
||||||
|
CVEs in dependencies will be patched for all supported versions if the CVE is applicable and is assessed as a high or critical severity.
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,6 @@ security-contacts:
|
||||||
value: cncf-artifacthub-maintainers@lists.cncf.io
|
value: cncf-artifacthub-maintainers@lists.cncf.io
|
||||||
vulnerability-reporting:
|
vulnerability-reporting:
|
||||||
accepts-vulnerability-reports: true
|
accepts-vulnerability-reports: true
|
||||||
|
dependencies:
|
||||||
|
env-dependencies-policy:
|
||||||
|
policy-url: https://github.com/artifacthub/hub/blob/master/CONTRIBUTING.md#dependencies-policy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue