Skip to content

Commit

Permalink
Merge pull request #113 from Baroshem/docs/checklists
Browse files Browse the repository at this point in the history
docs: use security checklists
  • Loading branch information
Baroshem committed Mar 1, 2023
2 parents caf6ac2 + fdf2ca1 commit be7adc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/content/3.good-practices/9.use-security-checklists.md
@@ -0,0 +1,15 @@
# 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>

1 comment on commit be7adc7

@vercel
Copy link

@vercel vercel bot commented on be7adc7 Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-security – ./

nuxt-security.vercel.app
nuxt-security-git-main-baroshem.vercel.app
nuxt-security-baroshem.vercel.app

Please sign in to comment.