• Setup
    • Configuration
    • Headers
    • Request Size Limiter
    • Rate Limiter
    • XSS Validator
    • CORS Handler
    • Allowed Methods Restricter
    • Basic Auth
    • Cross Site Request Forgery (CSRF)
    • Hide `X-Powered-By` Header
    • Only return what is necessary
    • Use eslint security plugins
    • Use access control lists
    • Perform Application Activity Logging
    • Use Snyk
    • Lint lockfile
    • Check Awesome Node Security
    • Use Security Checklists
    • Content
    • Changelog

Use Security Checklists

There are few useful checklists that tackle the topic of security in web applications that you can check out to develop more secure applications:


Use Security Checklists

There are few useful checklists that tackle the topic of security in web applications that you can check out to develop more secure applications:

  • https://html5sec.org/
  • https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Website_security
  • https://vuejs.org/guide/best-practices/security.html
  • https://cheatsheetseries.owasp.org/cheatsheets/Nodejs_Security_Cheat_Sheet.html
  • https://cheatsheetseries.owasp.org/cheatsheets/HTML5_Security_Cheat_Sheet.html
  • https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html
Edit this page on GitHub

Good Practices

Check Awesome Node Security

Community

Content

Powered by Docus