mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #13458 from mmorel-35/ossf-security-insight
chore: provide OSSF security insight
This commit is contained in:
commit
f9d9b9ddbb
|
@ -12,9 +12,10 @@ examples and guides.</p>
|
||||||
[][hub]
|
[][hub]
|
||||||
[](https://goreportcard.com/report/github.com/prometheus/prometheus)
|
[](https://goreportcard.com/report/github.com/prometheus/prometheus)
|
||||||
[](https://bestpractices.coreinfrastructure.org/projects/486)
|
[](https://bestpractices.coreinfrastructure.org/projects/486)
|
||||||
|
[](https://securityscorecards.dev/viewer/?uri=github.com/prometheus/prometheus)
|
||||||
|
[](https://clomonitor.io/projects/cncf/prometheus)
|
||||||
[](https://gitpod.io/#https://github.com/prometheus/prometheus)
|
[](https://gitpod.io/#https://github.com/prometheus/prometheus)
|
||||||
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:prometheus)
|
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:prometheus)
|
||||||
[](https://securityscorecards.dev/viewer/?uri=github.com/prometheus/prometheus)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
48
SECURITY-INSIGHTS.yml
Normal file
48
SECURITY-INSIGHTS.yml
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
header:
|
||||||
|
schema-version: '1.0.0'
|
||||||
|
expiration-date: '2025-07-30T01:00:00.000Z'
|
||||||
|
last-updated: '2024-07-30'
|
||||||
|
last-reviewed: '2024-07-30'
|
||||||
|
project-url: https://github.com/prometheus/prometheus
|
||||||
|
changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md
|
||||||
|
license: https://github.com/prometheus/prometheus/blob/main/LICENSE
|
||||||
|
project-lifecycle:
|
||||||
|
status: active
|
||||||
|
bug-fixes-only: false
|
||||||
|
core-maintainers:
|
||||||
|
- https://github.com/prometheus/prometheus/blob/main/MAINTAINERS.md
|
||||||
|
contribution-policy:
|
||||||
|
accepts-pull-requests: true
|
||||||
|
accepts-automated-pull-requests: true
|
||||||
|
dependencies:
|
||||||
|
third-party-packages: true
|
||||||
|
dependencies-lists:
|
||||||
|
- https://github.com/prometheus/prometheus/blob/main/go.mod
|
||||||
|
- https://github.com/prometheus/prometheus/blob/main/web/ui/package.json
|
||||||
|
env-dependencies-policy:
|
||||||
|
policy-url: https://github.com/prometheus/prometheus/blob/main/CONTRIBUTING.md#dependency-management
|
||||||
|
distribution-points:
|
||||||
|
- https://github.com/prometheus/prometheus/releases
|
||||||
|
documentation:
|
||||||
|
- https://prometheus.io/docs/introduction/overview/
|
||||||
|
security-contacts:
|
||||||
|
- type: email
|
||||||
|
value: prometheus-team@googlegroups.com
|
||||||
|
security-testing:
|
||||||
|
- tool-type: sca
|
||||||
|
tool-name: Dependabot
|
||||||
|
tool-version: latest
|
||||||
|
integration:
|
||||||
|
ad-hoc: false
|
||||||
|
ci: true
|
||||||
|
before-release: true
|
||||||
|
- tool-type: sast
|
||||||
|
tool-name: CodeQL
|
||||||
|
tool-version: latest
|
||||||
|
integration:
|
||||||
|
ad-hoc: false
|
||||||
|
ci: true
|
||||||
|
before-release: true
|
||||||
|
vulnerability-reporting:
|
||||||
|
accepts-vulnerability-reports: true
|
||||||
|
security-policy: https://github.com/prometheus/prometheus/security/policy
|
Loading…
Reference in a new issue