Raphaël Vinot
|
99271bac24
|
chg: Finish rewrite testing
|
2018-08-21 00:32:27 +02:00 |
Raphaël Vinot
|
5b76f0a262
|
chg: rework test cases
|
2018-08-20 18:27:06 +02:00 |
Raphaël Vinot
|
303079af3b
|
chg: Add more test cases
|
2018-08-19 14:35:32 +02:00 |
Raphaël Vinot
|
2c03fb96c2
|
new: [test] Attribute modification
|
2018-08-17 15:09:17 +02:00 |
Raphaël Vinot
|
f0ead72278
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-08-10 19:04:49 +02:00 |
Raphaël Vinot
|
739ab41896
|
new: More test cases, bug fixes
|
2018-08-10 19:04:02 +02:00 |
Alexandre Dulaunoy
|
6aafda171a
|
Merge pull request #251 from tomking2/master
chg: Added email-header attribute
|
2018-08-09 22:55:51 +02:00 |
Raphaël Vinot
|
03d8de26f1
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-08-09 18:13:48 +02:00 |
Raphaël Vinot
|
fcb83f7318
|
new: Reworking the REST API (WiP)
|
2018-08-09 18:12:05 +02:00 |
Christophe Vandeplas
|
b805b1074a
|
chg: updated types/categories mapping
|
2018-08-08 12:18:14 +02:00 |
Raphaël Vinot
|
785423558b
|
fix: Py3.5 compat, take 2
|
2018-08-08 11:24:07 +02:00 |
Raphaël Vinot
|
44344913f8
|
fix: Py3.5 compat
|
2018-08-08 11:19:24 +02:00 |
Raphaël Vinot
|
3b42497967
|
fix: Opening the json blobs as bytes was buggy
|
2018-08-08 10:18:51 +02:00 |
Raphaël Vinot
|
e2ddb48f18
|
chg: Open all json files as bytes before loading in json
|
2018-08-07 16:52:50 +02:00 |
Raphaël Vinot
|
f0b094f7b3
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-08-06 23:50:48 +02:00 |
Raphaël Vinot
|
38f3867fc1
|
chg: Bump misp-objects
|
2018-08-06 23:50:32 +02:00 |
Alexandre Dulaunoy
|
5d16c97178
|
chg: [MISP] update to the latest version of the describeTypes
|
2018-08-03 16:30:41 +02:00 |
Raphaël Vinot
|
4f33ab9ab4
|
chg: Bump misp-objects
|
2018-07-23 09:49:14 +02:00 |
Raphaël Vinot
|
c2320404dd
|
fix: Allow boolean parameters in search_index
|
2018-07-16 15:01:50 +02:00 |
Raphaël Vinot
|
fd365943a1
|
fix: Typo in OpenIOC script
Fix #237
|
2018-07-16 13:52:51 +02:00 |
Raphaël Vinot
|
d81f5d663e
|
chg: Bump misp-objects
|
2018-07-16 13:49:54 +02:00 |
Raphaël Vinot
|
a81d2574fe
|
fix: Bad URL in get_attachment
Fix #240
|
2018-07-16 13:46:29 +02:00 |
Raphaël Vinot
|
b11ad18d2b
|
chg: Add comments
Fix #242
|
2018-07-16 13:40:51 +02:00 |
Raphaël Vinot
|
037475b359
|
chg: Bump misp-objects
|
2018-07-16 13:28:47 +02:00 |
Tom King
|
10e880a469
|
chg: Added email-header attribute
|
2018-07-12 11:12:48 +01:00 |
Alexandre Dulaunoy
|
8f0bbab6e1
|
chg: [PyMISP] describeTypes.json updated to add XMR type
|
2018-07-07 12:22:02 +02:00 |
Raphaël Vinot
|
644337e615
|
fix: Improve error message in case the object template is unknown.
|
2018-07-05 18:06:58 +02:00 |
Raphaël Vinot
|
c13074d124
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-07-01 23:22:38 +08:00 |
Raphaël Vinot
|
fa36fe08a0
|
chg: Bump changelog & version
|
2018-07-01 23:21:33 +08:00 |
Tobias Mainka
|
23b16e96b2
|
enabled published search parameter for attributes controler
|
2018-06-28 10:43:21 +02:00 |
Raphaël Vinot
|
09aa74229a
|
chg: bump misp-objects
|
2018-06-26 09:11:33 +08:00 |
Raphaël Vinot
|
8c81145dc0
|
new: return the new object in `add_object`
|
2018-06-25 16:53:21 +08:00 |
Paul Stark
|
e956860449
|
new:Add the ability to add Other attributes via the API
|
2018-06-20 09:54:00 -04:00 |
Raphaël Vinot
|
2be90774c1
|
new: Load Org and Orgc as MISPOrganisation
Related to #239
|
2018-06-15 11:41:37 +02:00 |
Raphaël Vinot
|
bb9976a062
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-06-14 16:54:43 +02:00 |
Raphaël Vinot
|
39919b9c01
|
chg: Bump misp-objects
|
2018-06-14 16:54:36 +02:00 |
Steffen Sauler
|
26fa04428d
|
Added unzip-flag
added: download_samples(..., unzip=True)
|
2018-06-12 16:16:40 +02:00 |
Xavier Mehrenberger
|
a5800f84db
|
chg: fix sample retrieval from new-style zips
|
2018-06-08 10:47:08 +02:00 |
Raphaël Vinot
|
558c692920
|
chg: Raise an exception if the response is not in JSON
|
2018-06-07 11:13:51 +02:00 |
Raphaël Vinot
|
3d9b8a921c
|
chg: Bump version
|
2018-06-05 17:41:06 +02:00 |
Raphaël Vinot
|
977400b544
|
fix: index out of range in add_object
|
2018-06-05 17:37:49 +02:00 |
Raphaël Vinot
|
81f027c638
|
chg: Bump misp-objects
|
2018-06-05 16:56:54 +02:00 |
Raphaël Vinot
|
c356251eaf
|
chg: Bump version
|
2018-06-05 16:52:56 +02:00 |
iso
|
20a3404144
|
fix: Correct docstring of search method
|
2018-06-03 22:54:27 +09:00 |
Raphaël Vinot
|
2e62c3f1ac
|
chg: Bump misp-objects
|
2018-05-31 13:20:26 +02:00 |
Raphaël Vinot
|
8c4889cc69
|
Fix issue when adding multiple attributes and the instance is too slow.
Fix: https://github.com/MISP/MISP/issues/3293
|
2018-05-30 15:41:09 +02:00 |
Raphaël Vinot
|
c99fef2129
|
fix: Response data type mismatch in _send_attributes()
Fix #206
|
2018-05-30 15:27:20 +02:00 |
Raphaël Vinot
|
9648e31cdd
|
Merge branch 'master' of github.com:MISP/PyMISP
|
2018-05-11 10:20:21 -04:00 |
Raphaël Vinot
|
42c99054f8
|
fix: Decoding issue.
|
2018-05-11 10:20:07 -04:00 |
Raphaël Vinot
|
fef26e47a2
|
fix: Wrong version
|
2018-05-09 13:42:14 +02:00 |