Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a SECURITY-INSIGHTS.yml file. #397

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions SECURITY-INSIGHTS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
header:
schema-version: 1.0.0
expiration-date: '2023-10-09T00:00:00.000Z'
last-updated: '2023-10-09'
last-reviewed: '2023-10-09'
commit-hash: 0d8e23e9b2834671a41e3c7114e8536873658c47
project-url: https://github.com/ossf/package-feeds
license: https://github.com/ossf/package-feeds/blob/main/LICENSE

project-lifecycle:
status: active
bug-fixes-only: false
core-maintainers:
- https://github.com/calebbrown
- https://github.com/maxfisher-g

contribution-policy:
accepts-pull-requests: true
accepts-automated-pull-requests: true
code-of-conduct: https://github.com/ossf/package-feeds/blob/main/CODE_OF_CONDUCT.md

distribution-points:
- pkg:golang/github.com/ossf/package-feeds

security-contacts:
- type: email
value: [email protected]
primary: true

vulnerability-reporting:
accepts-vulnerability-reports: true
email-contact: [email protected]
security-policy: https://github.com/ossf/package-feeds/blob/main/SECURITY.md
bug-bounty-available: false

dependencies:
third-party-packages: true
dependencies-lists:
- https://github.com/ossf/package-feeds/blob/main/go.mod
Loading