added "fileobjects" to PyMISP; updated PyMISP and stix2 refs

pull/4399/head
Georges Toth 2019-04-04 13:37:46 +02:00
parent 8c7395d9b9
commit c788dac0f1
2 changed files with 9 additions and 18 deletions

View File

@ -6,12 +6,11 @@ verify_ssl = true
[dev-packages] [dev-packages]
[packages] [packages]
pymisp = {git = "https://github.com/MISP/PyMISP.git", ref = "64bcaad0e578129543cdffad532a232722615f6c"}
mixbox = "*" mixbox = "*"
cybox = "*" cybox = "*"
stix = "*" stix = "*"
maec = "*" maec = "*"
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "407f346eb8118d57b43035ef0da47e2ff77ed00e"}
python-magic = "*" pymisp = {git = "https://github.com/MISP/PyMISP.git", ref = "a68bd80ab9dceaee9674bd9a2b0bffc4f387fcdc", extras=["fileobjects"]}
lief = {file = "https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip"} stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
pydeep = {git = "https://github.com/kbandla/pydeep.git"} pydeep = {git = "https://github.com/kbandla/pydeep.git"}

20
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "7a6ddeb923d52e723cb879b1e50154001ba42316df7e9d987caf195d3f21acbc" "sha256": "c927ad078b97ebe317e66dbdddb57f5288db85a0d954dfa88f3d724ae9f954db"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -21,9 +21,6 @@
"index": "pypi", "index": "pypi",
"version": "==2.1.0.17" "version": "==2.1.0.17"
}, },
"lief": {
"file": "https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip"
},
"lxml": { "lxml": {
"hashes": [ "hashes": [
"sha256:03984196d00670b2ab14ae0ea83d5cc0cfa4f5a42558afa9ab5fa745995328f5", "sha256:03984196d00670b2ab14ae0ea83d5cc0cfa4f5a42558afa9ab5fa745995328f5",
@ -83,8 +80,11 @@
"ref": "bc0d33bff4b45718b4c5f2c79d4715d92a427eda" "ref": "bc0d33bff4b45718b4c5f2c79d4715d92a427eda"
}, },
"pymisp": { "pymisp": {
"extras": [
"fileobjects"
],
"git": "https://github.com/MISP/PyMISP.git", "git": "https://github.com/MISP/PyMISP.git",
"ref": "64bcaad0e578129543cdffad532a232722615f6c" "ref": "a68bd80ab9dceaee9674bd9a2b0bffc4f387fcdc"
}, },
"python-dateutil": { "python-dateutil": {
"hashes": [ "hashes": [
@ -93,14 +93,6 @@
], ],
"version": "==2.8.0" "version": "==2.8.0"
}, },
"python-magic": {
"hashes": [
"sha256:f2674dcfad52ae6c49d4803fa027809540b130db1dec928cfbb9240316831375",
"sha256:f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5"
],
"index": "pypi",
"version": "==0.4.15"
},
"six": { "six": {
"hashes": [ "hashes": [
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
@ -117,7 +109,7 @@
}, },
"stix2": { "stix2": {
"git": "https://github.com/MISP/cti-python-stix2", "git": "https://github.com/MISP/cti-python-stix2",
"ref": "407f346eb8118d57b43035ef0da47e2ff77ed00e" "ref": "61e9fc0748691f6b768acf47c18ef01b5dc0a854"
} }
}, },
"develop": {} "develop": {}