MISP/.gitmodules

33 lines
1.0 KiB
Plaintext
Raw Normal View History

[submodule "app/Lib/cakephp"]
path = app/Lib/cakephp
2015-09-11 19:23:20 +02:00
url = https://github.com/cakephp/cakephp.git
branch = 2.x
2015-09-22 17:05:28 +02:00
[submodule "PyMISP"]
path = PyMISP
url = https://github.com/MISP/PyMISP.git
branch = master
[submodule "app/files/taxonomies"]
path = app/files/taxonomies
url = https://github.com/MISP/misp-taxonomies.git
branch = master
2016-04-22 10:38:13 +02:00
[submodule "app/files/warninglists"]
path = app/files/warninglists
2016-04-22 15:07:00 +02:00
url = https://github.com/MISP/misp-warninglists.git
branch = master
[submodule "app/Lib/random_compat"]
path = app/Lib/random_compat
url = https://github.com/paragonie/random_compat
branch = master
2016-12-07 07:44:09 +01:00
[submodule "app/files/misp-galaxy"]
path = app/files/misp-galaxy
url = https://github.com/MISP/misp-galaxy
2017-07-05 14:33:54 +02:00
[submodule "app/files/misp-objects"]
path = app/files/misp-objects
url = https://github.com/MISP/misp-objects
2017-08-30 09:17:19 +02:00
[submodule "misp-vagrant"]
path = misp-vagrant
url = https://github.com/MISP/misp-vagrant.git
2017-11-10 14:39:28 +01:00
[submodule "cti-python-stix2"]
path = cti-python-stix2
url = https://github.com/oasis-open/cti-python-stix2