Skip to content

Commit

Permalink
fix: replaces access control cheat sheet with authorization cheat she…
Browse files Browse the repository at this point in the history
…et (microsoft#1036)

Co-authored-by: William Collishaw <16943514+WilliamCollishaw@users.noreply.github.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Tess Ferrandez <tferrand@microsoft.com>
  • Loading branch information
4 people authored Mar 15, 2024
1 parent 09086e8 commit c73fa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Introduce security to your project at early stages. The [DevSecOps section](../c

> Note: OWASP is considered to be the gold-standard in computer security information. OWASP maintains an extensive series of cheat sheets which cover all the OWASP Top 10 and more. Below, many of the more relevant cheat sheets have been summarized. To view all the cheat sheets, check out their [Cheat Sheet Index](https://github.com/OWASP/CheatSheetSeries/blob/master/Index.md).
- [Access Control Basics](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Access_Control_Cheat_Sheet.md)
- [Attack Surface Analysis](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Attack_Surface_Analysis_Cheat_Sheet.md)
- [Authorization Basics](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authorization_Cheat_Sheet.md)
- [Content Security Policy (CSP)](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Content_Security_Policy_Cheat_Sheet.md)
- [Cross-Site Request Forgery (CSRF) Prevention](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md)
- [Cross-Site Scripting (XSS) Prevention](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md)
Expand Down

0 comments on commit c73fa4c

Please sign in to comment.