Skip to content

Commit

Permalink
Add static site and MITRE ATT&CK Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiros committed Oct 22, 2024
1 parent 7650606 commit 0718fe1
Show file tree
Hide file tree
Showing 149 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion site/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h3 style="text-align: center;">list of CVEs</h3>
var mitre_button = document.createElement('div');
mitre_button.className = 'col-md-6';
mitre_button.style.textAlign = 'center';
mitre_button.innerHTML = '<button type="button" class="btn btn-primary" style="margin-top: 2%; width: 50%;" onclick="window.open(\'/mitre/\', \'_blank\')" id="mitre_buton">Open MITRE ATT&CK Navigator</button>';
mitre_button.innerHTML = '<button type="button" class="btn btn-primary" style="margin-top: 2%; width: 50%;" onclick="window.open(\'CVE2CAPEC/mitre/\', \'_blank\')" id="mitre_buton">Open MITRE ATT&CK Navigator</button>';
control_row.appendChild(mitre_button);
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

"default_layers": {
"enabled": true,
"urls": ["mitre/assets/export.json"]
"urls": ["CVE2CAPEC/mitre/assets/export.json"]
},

"comment_color": "yellow",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion site/mitre/index.html → docs/mitre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="mitre/styles.css"></head>
<body>
<app-root></app-root>
<script src="mitre/runtime.js" type="module"></script><script src="mitre/polyfills.js" type="module"></script><script src="mitre/scripts.js" defer></script><script src="mitre/vendor.js" type="module"></script><script src="mitre/main.js" type="module"></script></body>
<script src="CVE2CAPEC/mitre/runtime.js" type="module"></script><script src="CVE2CAPEC/mitre/polyfills.js" type="module"></script><script src="CVE2CAPEC/mitre/scripts.js" defer></script><script src="CVE2CAPEC/mitre/vendor.js" type="module"></script><script src="mitre/main.js" type="module"></script></body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions site/mitre/main.js → docs/mitre/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/mitre/main.js.map

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion site/mitre/styles.css.map → docs/mitre/styles.css.map

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion site/mitre/main.js.map

This file was deleted.

0 comments on commit 0718fe1

Please sign in to comment.