Commit Graph

1404 Commits (e3c96d9d8555b70f1a80863a4d2b6d919d65419b)

Author SHA1 Message Date
Raphaël Vinot ee86f6fa44 fix: The wrong class name was used when there is an error at Event creation. 2019-01-14 10:11:58 +01:00
Alexandre Dulaunoy f5e621b2a5
chg: [data] fix describeTypes 2019-01-13 12:07:24 +01:00
Alexandre Dulaunoy 13ec75df29
chg: [data] new types added (hassh-md5 and hasshserver-md5) 2019-01-13 11:55:00 +01:00
Raphaël Vinot 1805f2e746 Merge branch 'master' of github.com:MISP/PyMISP 2019-01-03 11:49:16 +01:00
Raphaël Vinot b9d865b756 fix: Use new API in get_csv.py
Fix #314
2019-01-03 11:48:53 +01:00
Alexandre Dulaunoy 2c882c1887
chg: [misp-objects] templates updated to the latest version 2018-12-30 16:18:27 +01:00
Alexandre Dulaunoy e3bc4f2be6
chg: [data] describeTypes updated (grabbed from MISP HEAD) 2018-12-30 13:02:14 +01:00
Alexandre Dulaunoy 444f9a6fd9
chg: [data] ja3-fingerprint-md5 type added 2018-12-30 12:49:44 +01:00
Raphaël Vinot 7bbcdf262b fix: Test case was broken 2018-12-26 19:42:42 +01:00
Raphaël Vinot 1c6b3d8245 new: Add test for references when adding/updating a full event 2018-12-26 19:22:47 +01:00
Raphaël Vinot 4c9e6d0ec8 fix: Create massive event using ExpandedPyMISP 2018-12-26 18:28:33 +01:00
Raphaël Vinot a3108f7689 fix: error vs errors key 2018-12-26 17:38:19 +01:00
Alexandre Dulaunoy 10ccd637d9
chg: [test] set a default distribution for massive event creation 2018-12-24 20:46:26 +01:00
Alexandre Dulaunoy 2f84b7ecdb
chg: [data] describeTypes.json updated to the latest version 2018-12-24 20:27:19 +01:00
Alexandre Dulaunoy 748a310052
Merge pull request #318 from cvandeplas/master
sort describeTypes.json output
2018-12-20 13:37:36 +01:00
Christophe Vandeplas bfbaa70ee3 sort describeTypes.json output
This is needed for the compatibility with the gen_misp_types_categories.py script. Data was sorted using the order_dict function of the gen_misp_types_categories script.
2018-12-20 13:27:26 +01:00
Raphaël Vinot 268241cb4f new: Bump describe types
fix #317
2018-12-20 12:05:46 +01:00
Raphaël Vinot 2284e8a9c9 Merge branch 'master' of github.com:MISP/PyMISP 2018-12-19 11:45:15 +01:00
Raphaël Vinot b72aa536aa chg: More flexibility when loading an object from python dict 2018-12-19 11:44:42 +01:00
Raphaël Vinot 9365f801d4
fix: Typo 2018-12-19 10:50:50 +01:00
Raphaël Vinot 5de57816dd chg: Pass all parameters to the search API. 2018-12-18 15:29:40 +01:00
Raphaël Vinot 8ead1bea5e Merge branch 'master' of github.com:MISP/PyMISP 2018-12-18 11:04:39 +01:00
Raphaël Vinot a09915d850 chg: Remove compat for MISP 2.4.52, cleanup. 2018-12-18 11:04:36 +01:00
Raphaël Vinot 14921ea30b
Merge pull request #257 from mokaddem/usersStatistics
new: [usersStats] Possibility to fetch users/statistics
2018-12-17 19:37:54 +01:00
Raphaël Vinot 864aa5fe70 chg: set verifycert to false in tests 2018-12-10 14:08:23 +01:00
Steve Clement 58d08889b3 chg: [tests] Added verifycert option in case of using self-signed cert. 2018-12-10 13:52:59 +01:00
Steve Clement 211352c74c Merge branch 'master' of github.com:SteveClement/PyMISP 2018-12-10 12:55:33 +01:00
Steve Clement 91fe83a475 Merge remote-tracking branch 'upstream/master' 2018-12-10 10:49:16 +01:00
Raphaël Vinot e0bf5b9d8f
Merge pull request #311 from cvandeplas/master
Bugfixes
2018-12-09 14:00:48 +01:00
Christophe Vandeplas 486017d345 fix: get_object_template_id 2018-12-09 13:26:43 +01:00
Raphaël Vinot a2388bb242 chg: Bump Changelog, again 2018-12-06 15:20:25 +01:00
Raphaël Vinot a07552bb04 Merge branch 'master' of github.com:MISP/PyMISP 2018-12-06 15:19:12 +01:00
Raphaël Vinot ab908af5a7 chg: Bump Changelog 2018-12-06 15:18:39 +01:00
Raphaël Vinot 93e985d2b6 chg: Bump version 2018-12-06 15:17:03 +01:00
Raphaël Vinot 8fd4da1b80 chg: Bump misp-objects & describeTypes 2018-12-06 15:16:22 +01:00
Raphaël Vinot 6846517dbb
Merge pull request #310 from DragonDev1906/master
Added get_object & get_attribute (by ID)
2018-12-06 14:35:25 +01:00
DragonDev1906 5c72dc9c33 dded get_object & get_attribute 2018-12-06 14:26:23 +01:00
Raphaël Vinot a4273f5452
Merge pull request #307 from garanews/patch-1
fix for last pymisp version
2018-12-05 10:12:24 +01:00
garanews 35b6fc3cb5
fix for last pymisp version 2018-12-04 16:08:00 +00:00
Raphaël Vinot 98feed7373 fix: Auto generate doc for PyMISPExpanded 2018-12-03 17:39:26 +01:00
Raphaël Vinot 6c7d75c2bb Merge branch 'master' of github.com:MISP/PyMISP 2018-12-03 17:29:37 +01:00
Raphaël Vinot af4ce20b5b new: Auto generate doc for PyMISPExpanded 2018-12-03 17:29:24 +01:00
Raphaël Vinot 49dcfb423d chg: Bump Changelog 2018-12-03 17:10:21 +01:00
Raphaël Vinot 7e523fbff2 chg: Version bump 2018-12-03 17:08:49 +01:00
Raphaël Vinot cf622cd807 chg: Bump misp-objects 2018-11-29 18:14:55 +01:00
Raphaël Vinot b895c30b39 fix: Test failing on travis... 2018-11-29 18:14:10 +01:00
Raphaël Vinot 573e4a426c chg: Add test cases for default distribution levels 2018-11-29 17:27:58 +01:00
Raphaël Vinot de118795ce fix: properly handle errors on event creation/update 2018-11-28 17:34:38 +01:00
Tom King d3f38ce092 chg: Support for Payload Delivery > Other attribute as PyMISP function 2018-11-28 14:27:16 +00:00
Raphaël Vinot 1343432e32
Merge pull request #305 from dawid-czarnecki/feature/include_proposals
chg: Include proposals in attributes search
2018-11-28 10:39:51 +01:00