This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade yarn and moon succesfully * update tasks and dockerfile * testing * Replace swc with tsup for node builds Fix circular dependency issues in models build Update type imports Remove unused packages * Add missing plugin file * Update node builds to use tsc Update models to use reference import to prevent circular deps issues Update all release scripts to use node 16 * remove project reference from landping page moon * Fix landing page outputs Fix jest test config * cypress blue team command * remove types * add types back in to tsconfig * Fix client mobx store loading errors * pin moon to 1.8 * upgrade moon and locked all resolutions to 1.9.2 * Update lock file --------- Co-authored-by: Austin Golding <austin.golding.dev@icloud.com>
- Loading branch information
1 parent
952757e
commit 32241f8
Showing
114 changed files
with
4,232 additions
and
4,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,3 @@ jobs: | |
with: | ||
name: RedEye | ||
path: artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
enableTelemetry: false | ||
|
||
logFilters: | ||
- code: YN0013 | ||
level: discard | ||
- code: YN0013 | ||
level: discard | ||
|
||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.2.3.cjs | ||
plugins: | ||
- path: .yarn/plugins/@ArTs/plugin-http-proxy.cjs | ||
spec: 'https://github.com/arontsang/yarn-plugin-http-proxy/releases/latest/download/index.cjs' | ||
|
||
yarnPath: .yarn/releases/yarn-3.5.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
|
||
|
||
|
||
# Download MITRE ATT&CK Framework Json | ||
|
||
https://github.com/mitre/cti/blob/master/enterprise-attack/enterprise-attack.json | ||
|
||
|
||
|
||
|
||
This data may need to be updated periodically | ||
|
||
- Visit https://mitre-attack.github.io/attack-navigator/ | ||
- Select "Create New Layer" > "Enterprise" | ||
- In the top toolbar under "Selection Controls" click "Search & MultiSelect" (the search icon 🔎) | ||
- In the right panel, under "Techniques" click "Select All." | ||
- With all techniques selected, In the top toolbar under "Layer Controls" click "Download layer as json" (the down arrow icon ⬇) | ||
- replace the `layer.json` file with the newly downloaded one. | ||
- replace the `layer.json` file with the newly downloaded one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
SERVER_BLUE_TEAM=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
SERVER_BLUE_TEAM=true |
Oops, something went wrong.