Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 47a2244

Browse files
authored
Merge pull request #10 from initstring/mitre-license
Add MITRE licensing info
2 parents d96891a + 2f98faf commit 47a2244

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ See [AGENTS.md](AGENTS.md) for engineering standards.
3333
Initially based on the T3 Stack - Next.js, tRPC, Prisma, TypeScript. Type-safe APIs, server-side rendering, and component-driven design.
3434

3535
Local development uses sqlite and the node server. "Production" installation uses docker-compose, postgres, and BYO-reverse-proxy.
36+
37+
## Licensing
38+
39+
The MITRE ATT&CK data included in this project is pulled directly from [their CTI project](https://github.com/mitre/cti), which requests the following statement be included:
40+
41+
> "© 2025 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation."

data/mitre/LICENSE

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
ATT&CK®
2+
===========================
3+
License
4+
-------
5+
The MITRE Corporation (MITRE) hereby grants you a non-exclusive, royalty-free license to use ATT&CK® for research,
6+
development, and commercial purposes. Any copy you make for such purposes is authorized provided that you reproduce
7+
MITRE's copyright designation and this license in any such copy.
8+
9+
"© 2025 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation."
10+
11+
Disclaimers
12+
-----------
13+
MITRE does not claim ATT&CK enumerates all possibilities for the types of actions and behaviors documented as part
14+
of its adversary model and framework of techniques. Using the information contained within ATT&CK to address or
15+
cover full categories of techniques will not guarantee full defensive coverage as there may be undisclosed techniques
16+
or variations on existing techniques not documented by ATT&CK.
17+
18+
ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN ARE PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE
19+
ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF TRUSTEES, OFFICERS,
20+
AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE
21+
USE OF THE INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
22+
FOR A PARTICULAR PURPOSE.
23+
24+
CAPEC™
25+
===========================
26+
License
27+
-------
28+
The MITRE Corporation (MITRE) hereby grants you a non-exclusive, royalty-free license to use Common Attack Pattern
29+
Enumeration and Classification (CAPEC™) for research, development, and commercial purposes. Any copy you make for
30+
such purposes is authorized provided that you reproduce MITRE’s copyright designation and this license in any such copy.
31+
32+
Disclaimers
33+
-----------
34+
ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN ARE PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE
35+
ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF TRUSTEES, OFFICERS,
36+
AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE
37+
USE OF THE INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
38+
FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)