Skip to content

Commit

Permalink
Deployed b4cec77 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 11, 2024
1 parent 6862107 commit 51e466a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions the-top-10/c1-accesscontrol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,7 @@ <h2 id="references">References</h2>
<ul>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Authorization_Cheat_Sheet.html">OWASP Cheat Sheet: Authorization Cheat Sheet</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html">OWASP Cheat Sheet: Logging Cheat Sheet</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.html">OWASP Cheat Sheet: Insecure Direct Object Reference Prevention Cheat Sheet</a></li>
<li><a href="https://owasp.org/www-project-application-security-verification-standard/">OWASP ASVS V4 Access Control</a></li>
<li><a href="https://owasp.org/www-project-web-security-testing-guide/stable/4-Web_Application_Security_Testing/05-Authorization_Testing/">OWASP Testing Guide: Authorization Testing</a></li>
<li><a href="https://oauth.net/2/">OAuth2.0</a> protocol for authorization</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1910,10 +1910,10 @@ <h2 id="references">References</h2>
<ul>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html">OWASP Cheat Sheet: Input Validation</a></li>
<li><a href="https://www.owasp.org/index.php/Testing_for_Input_Validation">OWASP Testing Guide: Testing for Input Validation</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/DOM_based_XSS_Prevention_Cheat_Sheet.html">OWASP Cheat Sheet Series: DOM based XSS Prevention</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html">Injection Prevention Cheat Sheet</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_in_Java_Cheat_Sheet.html">Injection Prevention Cheat Sheet in Java</a></li>
<li>Hardening with CSP: <a href="https://csp.withgoogle.com/docs/index.html">CSP with Google</a></li>
<li>Deploying CSP in Single Page Applications</li>
</ul>
<h2 id="tools">Tools</h2>
<p>Helping with Input Validation:</p>
Expand Down
6 changes: 4 additions & 2 deletions the-top-10/c4-secure-architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1753,8 +1753,10 @@ <h2 id="references">References</h2>
<ul>
<li><a href="https://securitypatterns.io/what-is-a-security-pattern/">https://securitypatterns.io/what-is-a-security-pattern/</a></li>
<li><a href="https://owasp.org/www-pdf-archive/Vanhilst_owasp_140319.pdf">https://owasp.org/www-pdf-archive/Vanhilst_owasp_140319.pdf</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Microservices_based_Security_Arch_Doc_Cheat_Sheet.html">https://cheatsheetseries.owasp.org/cheatsheets/Microservices_based_Security_Arch_Doc_Cheat_Sheet.html</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Secure_Product_Design_Cheat_Sheet.html">https://cheatsheetseries.owasp.org/cheatsheets/Secure_Product_Design_Cheat_Sheet.html</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Attack_Surface_Analysis_Cheat_Sheet.html">OWASP Cheat Sheet Series: Attack Surface Analysis</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Microservices_based_Security_Arch_Doc_Cheat_Sheet.html">OWASP Cheat Sheet Series: Microservices-based Security Arch Doc</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Secure_Product_Design_Cheat_Sheet.html">OWASP Cheat Sheet: Secure Product Design</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Threat_Modeling_Cheat_Sheet.html">OWASP Cheat Sheet: Threat Modeling</a></li>
</ul>
<h2 id="tools">Tools</h2>
<ul>
Expand Down
4 changes: 4 additions & 0 deletions the-top-10/c8-leverage-browser-security-features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,10 @@ <h2 id="references">References</h2>
<li><a href="https://www.w3.org/TR/fetch-metadata/">Fetch Metadata Request Headers</a></li>
<li><a href="https://web.dev/articles/fetch-metadata">Fetch Metadata Resource Isolation Policy</a></li>
<li><a href="https://caniuse.com/">Caniuse.com</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Clickjacking_Defense_Cheat_Sheet.html">OWASP Cheat Sheet Series: Clickjacking Defense</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html">OWASP Cheat Sheet Series: Content Security Policy</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html">OWASP Cheat Sheet Series: CSRF Prevention</a></li>
<li><a href="https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html">OWASP Cheat Sheet Series: HTTP Security Response Headers Cheat Sheet</a></li>
</ul>


Expand Down

0 comments on commit 51e466a

Please sign in to comment.