Frontend Infra Book
  • Why I Wrote This Guide
  • Mock Interviews
  • Development Roadmap
  • Product/Nonfunctional Requirements
  • Technical/Functional Requirements
    • Performance
    • User Experience Tracking
    • Backend Integration
    • Security
    • DevOps
    • Other / Unsorted
  • Design System & Common Components
  • Examples
    • Trading System
  • Topic In Depths
    • Containerization
    • Data Stack
    • Tools and Packages List
  • Common Solutions
  • Success/Failure Stories
    • Comp At Startups
    • Scaling FE Teams - My HOVER Story
  • Other Resources
  • Environment Setup
  • About The Author(s) + Contributing
  • Interviewing for FE
    • Getting The Interview
    • Negotiation Tips
    • How RSU's Work
    • Moving Up in Your Career
    • FAQ
    • Companies
  • Culture
  • What Matters in Company Culture
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Technical/Functional Requirements

Security

Todo

  • OWASP

  • Security Requirements by banking providers?

  • Audits needed? Ex: Unit Ensure security policies, XSS prevention, disable Iframe Embedding,

  • Referrer policy

  • IP Blocking - some regulation require US only, checking for VPN, fraud detection

  • Fraud Handling - closing accounts, suspending accounts, refunds, freezing assets

  • Dependency auditing - Snyk Have external security audit

  • Make sure you are following regulations and compartmentalization for Prod data, even logging HTTPs, HTTP redirect

PreviousBackend IntegrationNextDevOps

Last updated 3 years ago

Was this helpful?