Files
probo/controls/core/src/COR.SRC.001.patch_review.md
gearnode 3f3bcc48b5 Add COR.INF controls
Signed-off-by: gearnode <bryan@frimin.fr>
2025-01-14 16:43:15 +01:00

1.0 KiB

id, category, revision-version, revision-date, estimate-time, necessity, frameworks
id category revision-version revision-date estimate-time necessity frameworks
COR.SRC.001 core/src 1 2024-01-07 15m mandatory
name sections
soc2
CC1.4
CC5.2
CC8.1

Code Review

Purpose

Requiring pull requests and code reviews ensures higher code quality and security by allowing multiple team members to catch bugs, inefficiencies, and potential vulnerabilities before code is merged. It also promotes collaboration, knowledge sharing, and accountability within the team. This process helps prevent issues in production and maintains adherence to coding standards.

Implementation

Github

  1. Open your GitHub repository and go to settings.
  2. In "Branche"s, click "Add Rule".
  3. Enter the branch name (e.g. "main") in the branch name pattern field.
  4. Enable: "Require a pull request before merging"
  5. Click Create or Save to apply the rule

Evidence

  • Screenshot of branch protection rules configuration
  • Documentation of PR review process
  • Sample PR showing enforced requirements