Raphaël Vinot
06ab8956ae
chg: Remove travis file, GH Actions is better.
2021-01-26 16:56:41 +01:00
Raphaël Vinot
371fb57d92
new: hard delete flag for objects
...
Related: https://github.com/MISP/PyMISP/issues/666
2021-01-26 16:50:03 +01:00
Raphaël Vinot
d97e7993bb
chg: Bump deps
2021-01-26 16:49:53 +01:00
Raphaël Vinot
c41a2f1549
chg: Remove critical warning if lief is not installed
...
Fix https://github.com/MISP/MISP/issues/6908
2021-01-26 13:14:03 +01:00
Raphaël Vinot
56c41ed675
chg: Add test case fir add_attribute and enforceWarninglist=True
2021-01-25 18:30:36 +01:00
Tom King
cc102675bb
chg: Add in add_cluster function and ability to search clusters within a galaxy
2021-01-25 13:18:12 +00:00
Raphaël Vinot
5b97b7d015
chg: Add testcase with breakOnDuplicate in a MISPObject
2021-01-21 12:27:45 +01:00
Raphaël Vinot
7b64c1c9a4
chg: Bump changelog
2021-01-21 11:58:15 +01:00
Raphaël Vinot
39fb920ae5
chg: Bump version
2021-01-21 11:57:17 +01:00
Raphaël Vinot
c5c1d84bcf
fix: Better warning if lief is outdated.
2021-01-21 11:55:30 +01:00
Raphaël Vinot
e93337e75c
chg: add test case for page/limit in logs search
2021-01-21 11:35:29 +01:00
Raphaël Vinot
c3d6c3cc73
new: Fail if a duplicate object is added to an event.
2021-01-21 11:18:40 +01:00
Raphaël Vinot
a802ddd6ed
chg: Bump deps
2021-01-21 11:06:45 +01:00
Raphaël Vinot
80eea5665f
fix: Update minimal dependency for lief in setup.py
2021-01-21 10:09:40 +01:00
Raphaël Vinot
e5152167a3
chg: Improve docstring for get_event
...
fix #686
2021-01-20 13:44:26 +01:00
Raphaël Vinot
a926c14476
chg: Bump changelog
2021-01-20 12:40:27 +01:00
Raphaël Vinot
6391a61da0
chg: Bump version
2021-01-20 12:33:34 +01:00
Raphaël Vinot
411104bc83
chg: Show size when the json is not loadable.
2021-01-19 18:02:25 +01:00
Raphaël Vinot
4962e5c1b2
chg: Add authenticode support in generate_file_objects
2021-01-19 16:18:28 +01:00
Raphaël Vinot
6a72ac2a7c
fix: [dev mode only] force older jedi to avoid ipython exception
2021-01-19 15:54:16 +01:00
Raphaël Vinot
76c4f92c17
chg: Use lief 0.11.0, generate authenticode entries
2021-01-19 15:44:58 +01:00
Raphaël Vinot
b610b388f8
chg: Bump objects
2021-01-19 15:40:27 +01:00
Raphaël Vinot
2d81947632
fix: Add python 3.9 in GH Actions
2021-01-19 09:27:00 +01:00
Raphaël Vinot
234f9cd343
chg: Bump deps, add 3.9 in GH
2021-01-19 09:24:14 +01:00
Raphaël Vinot
0f72eab753
chg: Bump deps
2021-01-18 09:45:44 +01:00
Tom King
cff7e7b285
new: Add in ability to add a new cluster relation
2021-01-16 16:11:41 +00:00
Tom King
164791e980
new: MISP Galaxy 2.0 capability
2021-01-16 15:56:30 +00:00
Jakub Onderka
361d8d0944
new: Support brotli compression
2021-01-15 20:19:19 +01:00
Tom King
07f00a68f1
chg: Allow response of delete to be pythonify, add in nosetest
2021-01-15 15:26:41 +00:00
Tom King
120f3917e3
chg: Add ability to get event reports from the Event ID
2021-01-15 09:42:08 +00:00
Tom King
e6cb4ff9ee
fix: Call the AbstractMISP.from_dict at the end of the function to ensure the edited flag remains false
2021-01-14 18:58:35 +00:00
Tom King
70a069adee
Merge branch 'feature/event_report' of github.com:tomking2/PyMISP into feature/event_report
2021-01-14 16:48:46 +00:00
Tom King
12c29e6a06
new: Add in ability to create/update/delete MISP Event Reports
2021-01-14 16:45:25 +00:00
Tom King
3fd4907a20
new: Add in ability to create/update/delete MISP Event Reports
2021-01-12 15:15:33 +00:00
Raphaël Vinot
5d4ad4f39b
chg: Bump deps, objects templates
2021-01-12 10:18:44 +01:00
Raphaël Vinot
de6125a623
fix: Do not fail if extract_msg is missing
2021-01-11 14:57:22 +01:00
Raphaël Vinot
fa95c9d84f
fix: Properly decode the body depending on the encoding of the email
...
Fix #671
2021-01-11 14:15:34 +01:00
Raphaël Vinot
c50bbd5d1c
chg: Add controller argument to get_csv script
2021-01-11 11:49:12 +01:00
Raphaël Vinot
3745e7153d
Merge pull request #674 from seamustuohy/main
...
Updated emailobject to remove dependency on PHP libraries and support RTF de-encapsulation from MSG's
2021-01-03 14:04:22 +01:00
seamus tuohy
5261d13c9f
Noticed that test data mail_5.msg was malformatted. Replaced with working test msg.
2020-12-28 15:22:03 -05:00
seamus tuohy
87c02da0d7
Updated emailobject.
...
Email object no longer requires extra php libraries for install.
Tests have been expanded to improve coverage.
RTF encapsulated HTML and Plain Text will now be de-encapsulated.
The raw MSG binary will now be included in the extracted email object.
2020-12-28 13:47:21 -05:00
Alexandre Dulaunoy
d7a000c2c3
chg: [test] file object template are now 24
2020-12-24 13:09:24 +01:00
Alexandre Dulaunoy
0c84e9a4d5
chg: [test] file object template is now at version 24
2020-12-24 12:09:21 +01:00
Alexandre Dulaunoy
b9df83a384
chg: [misp-objects] updated
2020-12-24 12:01:29 +01:00
Alexandre Dulaunoy
f72c2d2ff9
chg: [type] favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan.
2020-12-24 12:00:17 +01:00
Alexandre Dulaunoy
a46feebb32
chg: [misp-objects] updated to the latest version
2020-12-20 11:05:14 +01:00
Raphaël Vinot
649e068fd8
chg: clarify misp_objects_template_custom
2020-12-01 14:32:03 +01:00
Raphaël Vinot
3375c9d519
chg: Add docstring for misp_objects_template_custom
2020-12-01 14:14:21 +01:00
Raphaël Vinot
2c5f5b8662
Merge pull request #665 from nighttardis/main
...
adding check if "from" is in the "received" header row
2020-12-01 14:11:03 +01:00
Raphaël Vinot
0d86a4339f
new: Allow to pass an object template to MISPObject.__init__
...
MISPObject part of #6670
2020-12-01 14:01:32 +01:00