Skip to content

Commit

Permalink
Deployed b67d6e0 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 83ed579 commit 2c9fcfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

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 @@ -1734,7 +1734,7 @@ <h3 id="use-well-known-architecture-patterns">Use well-known Architecture Patter
<li>First, a secure architecture pattern must solve a security problem.</li>
<li>Second, a secure architecture pattern must not be tied to a specific vendor or technology.</li>
<li>Third, a secure architecture pattern must demonstrate how it mitigates threats.</li>
<li>Fourth, a secure architecture pattern must use standardized terms for threats and controls for easy reuse.<sup><a href="https://securitypatterns.io/what-is-a-security-pattern/">^footnote-1</a></sup></li>
<li>Fourth, a <a href="https://securitypatterns.io/what-is-a-security-pattern/">secure architecture pattern</a> must use standardized terms for threats and controls for easy reuse.</li>
</ul>
<p>An architecture pattern is a way to solve a problem using a standard solution versus creating a custom solution. A secure architecture pattern is a standard solution that has been reviewed and hardened against known security threats.</p>
<p>Implementation:</p>
Expand All @@ -1758,7 +1758,9 @@ <h2 id="references">References</h2>
</ul>
<h2 id="tools">Tools</h2>
<ul>
<li>maybe add some threat modeling tools here?</li>
<li><a href="https://owasp.org/www-project-threat-dragon/">OWASP Threat Dragon</a></li>
<li><a href="https://github.com/awslabs/threat-composer">Amazon AWS Threat-Composer</a></li>
<li><a href="https://github.com/mrwadams/stride-gpt">StrideGPT</a></li>
</ul>


Expand Down

0 comments on commit 2c9fcfb

Please sign in to comment.