Raphaël Vinot
8ce7a497af
fix: Forgotten test files in last commit...
2018-01-05 11:38:10 +01:00
Raphaël Vinot
4a95a54501
fix: disable_correlation from template not properly used
2018-01-05 11:34:08 +01:00
Raphaël Vinot
b41f057855
chg: Fix tests (new template version)
2018-01-04 17:50:52 +01:00
Raphaël Vinot
131986cf36
chg: Bump misp-objects
2018-01-04 17:28:30 +01:00
Raphaël Vinot
53eb22cac5
chg: Add test for loading existing malware sample from MISP
2018-01-04 17:12:15 +01:00
Raphaël Vinot
95bef91588
Merge pull request #164 from MISP/refactor
...
chg: Multiple changes
2018-01-04 16:50:59 +01:00
Raphaël Vinot
bb1aac5720
chg: Multiple changes
...
* Fix timestamp dump (properly enforce UTC)
* Properly handle proposals
* Add many getter/setter
* Add dedicated test cases for MISPEvent and other objects
2018-01-04 16:43:19 +01:00
Raphaël Vinot
2c3c6d39ff
Merge pull request #162 from AninaAntonie/patch-1
...
fix: set_sightings
2018-01-04 14:44:35 +01:00
Raphaël Vinot
b9718c3fd3
fix: Don't remove the distribution and sharing_group_id from default_attributes_parameters
2018-01-04 12:23:32 +01:00
Raphaël Vinot
4b67605367
chg: Allow do pass a category in default_attributes_parameters for object
...
fix #166
2018-01-04 10:58:31 +01:00
Raphaël Vinot
4362c41f00
chg: Default for sharing_group_id is 0
2018-01-04 10:27:30 +01:00
Raphaël Vinot
639c75bcab
Merge pull request #165 from dadokkio/master
...
_default_attributes_parameters - if set - is a dict
2018-01-04 10:26:10 +01:00
Arcuri Davide
94cd2fd52e
_default_attributes_parameters - if set - is a dict
...
Manage distribution and sharing_group_id as dict key like the other fields.
-- Not sure about default
2018-01-04 08:53:43 +01:00
Raphaël Vinot
b183d3fd17
fix: the sharing_group_id isn't required.
2018-01-03 18:00:30 +01:00
Raphaël Vinot
c68b69b422
fix: Last commit was broken...
2017-12-29 16:44:50 +01:00
Raphaël Vinot
6b81e5ddba
fix: Properly set Tag to attributes within objects
2017-12-29 14:42:49 +01:00
AninaAntonie
72597c1b8a
set_sightings
...
Maybe I didn't use it correctly but the method set_sightings didn't work for me. It's working now but I'm not sure whether sending a request for every sighting in the list is the best solution.
2017-12-28 10:17:57 +01:00
Raphaël Vinot
0ff2120511
fix: Add method to add tags to objects
...
Fix #160
2017-12-27 14:43:53 +01:00
Raphaël Vinot
8013e90e40
fix: Typo in set_sightings
...
Fix #161
2017-12-27 14:25:12 +01:00
Raphaël Vinot
4708786959
chg: Add MISPSighting class.
2017-12-26 17:13:57 +01:00
Raphaël Vinot
f447f55268
chg: Bump Changelog.
2017-12-22 17:41:26 +01:00
Raphaël Vinot
adfecc7975
chg: Bump misp-objects
2017-12-22 17:39:01 +01:00
Raphaël Vinot
a02e777a99
chg: Version bump
2017-12-22 17:37:54 +01:00
Raphaël Vinot
e8e13f3218
chg: Update documentation
2017-12-22 17:22:07 +01:00
Raphaël Vinot
a497613a85
chg: Update documentation, cleanup
2017-12-22 14:49:14 +01:00
Raphaël Vinot
efb6ca974c
fix: Properly use the edited flag
2017-12-21 18:46:28 +01:00
Raphaël Vinot
9e9bad731d
new: Add last field to get_csv
2017-12-21 17:25:12 +01:00
Raphaël Vinot
ae644bdbf5
chg: Bump describeTypes.json
2017-12-21 16:27:40 +01:00
Raphaël Vinot
b745fce446
chg: Validate attributes in attributes.setter
2017-12-21 09:46:09 +01:00
Raphaël Vinot
749acd70b5
fix: Add setter for Attribute in MISPEvent
2017-12-21 09:38:41 +01:00
Raphaël Vinot
9c4e98f025
fix: Forgotten calls to master class.
2017-12-20 16:59:52 +01:00
Raphaël Vinot
f3b8029bb3
fix: properly call datetime.datetime.utcfromtimestamp
2017-12-20 14:33:44 +01:00
Raphaël Vinot
346a06c016
Merge branch 'cvandeplas-master'
2017-12-20 14:27:49 +01:00
Raphaël Vinot
4a1d43c7e2
fix: Fix typo
2017-12-20 14:27:31 +01:00
Raphaël Vinot
de412edaee
Merge branch 'master' of https://github.com/cvandeplas/PyMISP into cvandeplas-master
2017-12-20 14:25:00 +01:00
Raphaël Vinot
994afea0bd
fix: Fix python2.7 support.
2017-12-20 14:21:32 +01:00
Christophe Vandeplas
2fb4170152
Merge remote-tracking branch 'MISP/master'
2017-12-20 13:29:36 +01:00
Christophe Vandeplas
582fd28702
fix MISPObject missing distribution and sharing_group_id
...
- fix MISPObject missing distribution concept
- fix language typo paramaters => parameters
2017-12-20 13:29:05 +01:00
Raphaël Vinot
78c156bb6f
new: (hopefully) Cleverer handling of timestamps in the objects
...
& some cleanup
2017-12-20 12:43:31 +01:00
Raphaël Vinot
a6bae6f79c
Merge branch 'master' of github.com:MISP/PyMISP
2017-12-20 10:55:58 +01:00
Raphaël Vinot
e90d28af9d
chg: Add get_attribute_tag method at MISPEvent level
...
Also add a MISPTag class for consistency.
2017-12-20 10:53:46 +01:00
Alexandre Dulaunoy
a573f3bae1
Merge pull request #156 from cvandeplas/master
...
document submodule downloading
2017-12-20 10:02:08 +01:00
Christophe Vandeplas
ef6dd28478
document submodule downloading
2017-12-20 09:56:55 +01:00
Raphaël Vinot
74640af4ae
fix: Initialize default class parameters.
...
Fix #155
2017-12-19 17:10:52 +01:00
Raphaël Vinot
0fa7785f7e
chg: Bump misp-objects
2017-12-19 10:28:49 +01:00
Raphaël Vinot
a2a59e703f
Merge branch 'master' of github.com:MISP/PyMISP
2017-12-18 13:56:53 +01:00
Raphaël Vinot
6884289156
chg: Bump describeTypes
2017-12-18 13:56:44 +01:00
Raphaël Vinot
6828233a22
Merge pull request #154 from wagner-certat/inc-meta
...
Include documentation and examples in source dist
2017-12-18 13:47:25 +01:00
Sebastian Wagner
04351dfa80
Include documentation and examples in source dist
2017-12-18 11:25:11 +01:00
Raphaël Vinot
892ebbf077
chg: Add __repr__ methods (fix last commit)
2017-12-15 17:34:54 +01:00