Skip to content

Latest commit

 

History

History
executable file
·
61 lines (49 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
61 lines (49 loc) · 1.03 KB

SFL

Epics

  • - Capitans score
  • - KPI's player
  • - Export to pdf

Features

Todo FE

  • Pagination DESC
  • Charts
    • Dashboard
    • Game details
    • Player details
  • Security
    • ngSrc, ngHref - security directives
  • Deleted game should not display

Todo BE

  • RBAC
  • Logger
  • 403 POST / PUT / PATCH
  • Security
    • XSS
    • CSP
    • CSRF
    • URL Injection и Path Traversal
    • Insecure Direct Object References (IDOR)
    • Brute Force
    • Clickjacking
    • OWASP + Top Ten
    • 404 page

Tech

  • JSON Convention data (use TResponse) ({data: {}})
  • JWT guard / access to endpoints through token

Plan