Back to all reviewers

Inherit organization security policies

spring-projects/spring-boot
Based on 1 comments
Markdown

Before implementing custom security documentation or procedures, check if your organization already provides standardized security policies that your repository can inherit. This avoids duplication, ensures consistency across projects, and leverages platform-specific security features. For GitHub repositories, organization-level security policies (.github...

Security Markdown

Reviewer Prompt

Before implementing custom security documentation or procedures, check if your organization already provides standardized security policies that your repository can inherit. This avoids duplication, ensures consistency across projects, and leverages platform-specific security features. For GitHub repositories, organization-level security policies (.github repository) are automatically inherited and should be used instead of repository-specific implementations when applicable.

Example:

# Instead of creating a repository-specific SECURITY.md file with custom content:
# Reporting a Vulnerability
Please, [open a draft security advisory](https://github.com/org-name/security-advisories/security/advisories/new) if you need to disclose a security issue.

# Simply reference the organization-wide policy:
For reporting security vulnerabilities, please see our [security policy](https://github.com/org-name/repo-name/security/policy).
1
Comments Analyzed
Markdown
Primary Language
Security
Category

Source Discussions