Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 3.19 KB

README.md

File metadata and controls

64 lines (45 loc) · 3.19 KB

Awesome Frontend Security Awesome

Frontend application security.

All contributions are welcome, please carefully review the contributing guidelines prior to submitting a pull request.

Contents

Guides

Cheat Sheets

Libraries

  • Helmet - Middleware to set HTTP security headers for Express applications.
  • next-safe - A simple way to configure CSP headers in Next.js applications.
  • server-only - Ensure your code is only run on the server.
  • Valibot - A library for validating data.
  • Zod - TypeScript-first validation library.

Tools

Code scanning

Supply Chain Security

  • Bytesafe - Dependency scanning.
  • Dependabot - Automated dependency updates as PRs.
  • npm-audit - Built into npm, run npm audit to check for vulnerabilities in your dependencies.
  • Socket - Dependency analysis and reporting for security and licensing issues.

Testing

Courses