Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 634 Bytes

AuditRules.md

File metadata and controls

22 lines (18 loc) · 634 Bytes

Peer Review Audit API:

Rules:

1. Source code is version controlled (Github)

Logic:

2. No direct commit to release branch

Logic:

3. All changes in the release branch are via Pull Requests

Logic:

4. All Pull Requests are reviewed by someone other than the authors

Logic:

5. All Pull Requests are merged by someone other than the authors

Logic:

Quality Audit API:

Rules:

1. Static code analysis run on the version of artifact to be released meets threshold.

Logic:

2. Static code analysis run profile change is reviewed by someone other than the person who made changes

Logic: