skip to Main Content
  1. Home
  2. /
  3. Docs
  4. /
  5. Project Development and D...
  6. /
  7. Pre-Merge Checklist

Pre-Merge Checklist

  • Check if sensitive information is passed to the front end, such as credit card numbers, account numbers, and SSNs.
  • Check for static account details, secrets and env level static implementation in code.
  • Confirm Sensitive data must be masked before exposure.
Back To Top