Skip to content

Commit 4d34eec

Browse files
authored
Merge pull request #525 from mitre-attack/adm-link
Add box with links to attack data model on data & tools page
2 parents 2112997 + a297fca commit 4d34eec

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

modules/resources/templates/attack-data-and-tools.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,36 @@ <h3>TAXII</h3>
243243
</div>
244244
</div>
245245
</div>
246-
<div class="col-sm"></div>
246+
<div class="col-sm panel d-flex flex-column">
247+
<div class="panel-body p-4">
248+
<!-- taxii -->
249+
<h3>ATT&amp;CK Data Model</h3>
250+
<p>
251+
The ATT&amp;CK Data Model provides a standardized way to represent ATT&amp;CK data using Zod
252+
schemas. It enables developers to parse, validate, and utilize the ATT&amp;CK knowledge base
253+
efficiently in various formats.
254+
</p>
255+
<div class="d-flex flex-row mb-4 mt-3">
256+
<a href="https://github.com/mitre-attack/attack-data-model">
257+
<button type="button" class="slide-button">
258+
<span class="slide-button-text">
259+
Visit Repository
260+
</span>
261+
<span class="slide-button-icon">
262+
<i class="fa-brands fa-github"></i>
263+
</span>
264+
</button>
265+
</a>
266+
</div>
267+
<div>
268+
<a class="partial-underline" href="https://mitre-attack.github.io/attack-data-model/">
269+
<span class="hover-line">Learn more about the ATT&amp;CK Data Model</span>
270+
&nbsp;&nbsp;
271+
<i class="fa-solid fa-up-right-from-square"></i>
272+
</a>
273+
</div>
274+
</div>
275+
</div>
247276
</div>
248277

249278
<!-- excel -->

0 commit comments

Comments
 (0)