Skip to content

Commit

Permalink
Merge pull request #994 from cvandeplas/atrm
Browse files Browse the repository at this point in the history
chg: [atrm, tmss] migration to PyMISPGalaxies
  • Loading branch information
cvandeplas authored Jun 25, 2024
2 parents a439501 + 030e402 commit 886a0e6
Show file tree
Hide file tree
Showing 7 changed files with 7,927 additions and 7,790 deletions.
55 changes: 41 additions & 14 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,73 @@
"name": "gen_gsma_motif",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "gen_gsma_motif.py",
"console": "integratedTerminal",
"args": "",
"cwd": "${fileDirname}"
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_mitre_d3fend",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "gen_mitre_d3fend.py",
"console": "integratedTerminal",
"args": "",
"cwd": "${fileDirname}"
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_mitre",
"name": "gen_mitre_fight",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "gen_mitre_fight.py",
"console": "integratedTerminal",
"args": "-p ../../MITRE-ATTACK",
"cwd": "${fileDirname}"
"args": "",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_interpol_dwvat",
"name": "gen_mitre",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "gen_mitre.py",
"console": "integratedTerminal",
"args": "-p ../../DW-VA-Taxonomy",
"cwd": "${fileDirname}"
"args": "-p ../../MITRE-ATTACK",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_mitre_atlas",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "gen_mitre_atlas.py",
"console": "integratedTerminal",
"args": "-p ../../atlas-navigator-data",
"cwd": "${fileDirname}"
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_ms_tmss",
"type": "debugpy",
"request": "launch",
"program": "gen_ms_tmss.py",
"console": "integratedTerminal",
"args": "-p ../../Threat-matrix-for-storage-services",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_ms_atrm",
"type": "debugpy",
"request": "launch",
"program": "gen_ms_atrm.py",
"console": "integratedTerminal",
"args": "-p ../../Azure-Threat-Research-Matrix",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "gen_interpol_dwvat",
"type": "debugpy",
"request": "launch",
"program": "gen_interpol_dwvat.py",
"console": "integratedTerminal",
"args": "-p ../../DW-VA-Taxonomy",
"cwd": "${workspaceFolder}/tools"
},
{
"name": "Python Debugger: Current File",
Expand Down
Loading

0 comments on commit 886a0e6

Please sign in to comment.