Commit Graph

2297 Commits (615cfba5b07f97e9c05c3aac9826663ed5aef2ef)

Author SHA1 Message Date
Raphaël Vinot 615cfba5b0 chg: Add missing autodoc
fix #693
2021-02-01 12:17:28 +01:00
Raphaël Vinot e839dc4771
Merge pull request #694 from tomking2/feature/object_delete
Add in delete function for a MISP Object
2021-02-01 12:04:06 +01:00
Tom King 3b5102f0dc chg: Add in delete function for a MISP Object 2021-01-31 21:37:25 +00:00
Raphaël Vinot 22bcda08d4 chg: Bump deps 2021-01-29 10:32:06 +01:00
Raphaël Vinot 82ca4ff043 Merge branch 'tomking2-feature/event_report' into main 2021-01-28 15:02:55 +01:00
Raphaël Vinot 35ae9e00dd fix: Update testlive accordingly 2021-01-28 15:01:54 +01:00
Raphaël Vinot 03ebbbedce chg: Fix return of delete_event_report 2021-01-28 14:48:23 +01:00
Raphaël Vinot 6969365d17 chg: Remove travis file, GH Actions is better. 2021-01-28 14:45:36 +01:00
Raphaël Vinot 86a5d3acc7 new: hard delete flag for objects
Related: https://github.com/MISP/PyMISP/issues/666
2021-01-28 14:45:36 +01:00
Raphaël Vinot 56f624152e chg: Bump deps 2021-01-28 14:45:36 +01:00
Raphaël Vinot 281a7f0d23 chg: Remove critical warning if lief is not installed
Fix https://github.com/MISP/MISP/issues/6908
2021-01-28 14:45:36 +01:00
Raphaël Vinot 109e56928e chg: Add test case fir add_attribute and enforceWarninglist=True 2021-01-28 14:45:36 +01:00
Raphaël Vinot 670c145a79 chg: Add testcase with breakOnDuplicate in a MISPObject 2021-01-28 14:45:36 +01:00
Raphaël Vinot a2d42b67fd chg: Bump changelog 2021-01-28 14:45:36 +01:00
Raphaël Vinot d7b80decf7 chg: Bump version 2021-01-28 14:45:36 +01:00
Raphaël Vinot cff25c7f57 fix: Better warning if lief is outdated. 2021-01-28 14:45:36 +01:00
Raphaël Vinot ae8b34f12f chg: add test case for page/limit in logs search 2021-01-28 14:45:36 +01:00
Raphaël Vinot e916b332f8 new: Fail if a duplicate object is added to an event. 2021-01-28 14:45:36 +01:00
Raphaël Vinot 3d372859e1 chg: Bump deps 2021-01-28 14:45:36 +01:00
Raphaël Vinot 9b301cfa8d fix: Update minimal dependency for lief in setup.py 2021-01-28 14:45:36 +01:00
Raphaël Vinot d21e43bc59 chg: Improve docstring for get_event
fix #686
2021-01-28 14:45:36 +01:00
Raphaël Vinot a69370ffaf chg: Bump changelog 2021-01-28 14:45:36 +01:00
Raphaël Vinot c67da842d3 chg: Bump version 2021-01-28 14:45:36 +01:00
Raphaël Vinot 6f0c942800 chg: Show size when the json is not loadable. 2021-01-28 14:45:36 +01:00
Raphaël Vinot ea643ec15e chg: Add authenticode support in generate_file_objects 2021-01-28 14:45:36 +01:00
Raphaël Vinot d81639b0ba fix: [dev mode only] force older jedi to avoid ipython exception 2021-01-28 14:45:36 +01:00
Raphaël Vinot 8c09a5bbc9 chg: Use lief 0.11.0, generate authenticode entries 2021-01-28 14:45:36 +01:00
Raphaël Vinot c195b7cc61 chg: Bump objects 2021-01-28 14:45:36 +01:00
Raphaël Vinot d16ca1ed47 fix: Add python 3.9 in GH Actions 2021-01-28 14:45:36 +01:00
Raphaël Vinot af607dfb5a chg: Bump deps, add 3.9 in GH 2021-01-28 14:45:36 +01:00
Raphaël Vinot c0d1189492 chg: Bump deps 2021-01-28 14:45:36 +01:00
Raphaël Vinot 961fb77de1 chg: Bump deps, objects templates 2021-01-28 14:45:36 +01:00
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
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