Documentation Index
Fetch the complete documentation index at: https://docs.pipefort.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Value |
|---|---|
| Category | CICD-SEC-1 |
| Severity | MEDIUM |
| Auto-fix | ✗ |
| Source | Repository configuration |
What the check does
Reads the branch protection rule and reports whenrequired_pull_request_reviews.dismiss_stale_reviews is false.
Why it matters
Without stale-review dismissal:- Author opens a clean PR.
- Reviewer approves it.
- Author force-pushes additional malicious commits.
- PR is now merge-eligible — the approval still counts, even though the reviewed commit is no longer the HEAD.