From 5eb49bf0459bfb4156e054b2255f24bdc3f7d1d7 Mon Sep 17 00:00:00 2001 From: afmarcum <138055109+afmarcum@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:25:56 -0600 Subject: [PATCH] Add SECURITY-INSIGHTS.yml --- SECURITY-INSIGHTS.yml | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 SECURITY-INSIGHTS.yml diff --git a/SECURITY-INSIGHTS.yml b/SECURITY-INSIGHTS.yml new file mode 100644 index 0000000..982923f --- /dev/null +++ b/SECURITY-INSIGHTS.yml @@ -0,0 +1,49 @@ +header: + schema-version: 1.0.0 + last-updated: '2023-09-28' + last-reviewed: '2023-09-28' + expiration-date: '2024-09-28T01:00:00.000Z' + project-url: https://github.com/ossf/security-insights-spec + project-release: '1.0.0' +project-lifecycle: + stage: active + bug-fixes-only: false + core-maintainers: + - github:luigigubello + - github:eddie-knight +contribution-policy: + accepts-pull-requests: true + accepts-automated-pull-requests: true + code-of-conduct: https://openssf.org/community/code-of-conduct +documentation: +- https://github.com/ossf/security-insights-spec/blob/main/specification.md +distribution-points: +- https://github.com/ossf/security-insights-spec +security-artifacts: + threat-model: + threat-model-created: true + evidence-url: + - https://github.com/ossf/security-insights-spec/blob/main/docs/threat-model.md +security-testing: +- tool-type: sca + tool-name: Dependabot + tool-version: latest + integration: + ad-hoc: false + ci: true + before-release: true + comment: | + Dependabot is enabled for this repo. +security-contacts: +- type: email + value: security@openssf.org +vulnerability-reporting: + accepts-vulnerability-reports: true + security-policy: https://github.com/ossf/security-insights-spec/security/policy + email-contact: security@openssf.org + comment: | + The first and best way to report a vulnerability is by using private security issues in GitHub. +dependencies: + third-party-packages: true + dependencies-lists: + - https://github.com/ossf/security-insights-spec/blob/main/validators/python/requirements.txt \ No newline at end of file