Skip to content

Commit

Permalink
Merge pull request #1012 from cvandeplas/main
Browse files Browse the repository at this point in the history
chg; [mitre] Deprecating entries in ATT&CK
  • Loading branch information
cvandeplas authored Aug 17, 2024
2 parents fdee222 + 552d80d commit 8b29b49
Show file tree
Hide file tree
Showing 8 changed files with 534 additions and 11 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
"args": "",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_mitre_fight",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": "",
"cwd": "${fileDirname}"
},
{
"name": "gen_mitre",
"type": "debugpy",
Expand Down
Loading

0 comments on commit 8b29b49

Please sign in to comment.