docs: add SECURITY-INSIGHTS.yml security metadata#637
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mesutoezdil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds a Security Insights metadata file to the repository root so automated security assessment tools (e.g., LFX Insights) can discover project/repository security posture and key links without inference.
Changes:
- Added
SECURITY-INSIGHTS.ymldescribing the HAMi project repositories and vulnerability reporting channel. - Declared this repo’s status/license/contributing guide and a short self-assessment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d217b13 to
a3a5140
Compare
Machine-readable security metadata per the OpenSSF Security Insights spec v2.2.0, recommended by LFX Insights. Includes the subproject repository list, core team, vulnerability reporting channel and license information. Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
a3a5140 to
a4979fd
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
security-insights.yml:74
- The self-assessment claims dependency updates are "driven by npm audit", but there’s no in-repo automation/configuration (e.g., GitHub workflow, Dependabot/Renovate config) to support that statement. To avoid publishing potentially inaccurate process claims, please remove or reword this sentence to reflect the actual maintenance practice.
assessments:
self:
comment: Static documentation site built with Docusaurus and deployed via Netlify. No user data is collected or stored by this repository. Dependencies are updated through maintenance pull requests driven by npm audit.
What
Adds
security-insights.ymlfollowing the OpenSSF Security Insights spec v2.2.0, which LFX Insights explicitly recommends generating for this repository. Filename, location and structure follow the spec'sexample-minimum.yml.It declares:
OWNERSWhy
LFX Insights and other automated assessment tools read this file to answer security questions about the repo without guessing. Two currently failed or recommended items on the Insights security page point at it directly.
Part of #627