Commit Graph

1594 Commits (080ebdfad15a0e98ffd1c7a251d8c080eca25cd4)

Author SHA1 Message Date
Alexandre Dulaunoy 080ebdfad1
chg: [data] describeTypes.json updated 2024-09-05 15:22:35 +02:00
Alexandre Dulaunoy 3cd655827c
chg: [misp-objects] updated to the latest version 2024-08-23 08:47:15 +02:00
Raphaël Vinot 3237a5ed7e fix: Avoid printing huge log when a request fails
fix #1286
2024-08-22 00:35:38 +02:00
Raphaël Vinot 69877a8809 chg: Bump deps 2024-08-20 13:04:15 +02:00
Raphaël Vinot fa0d7ced4d chg: Bump objects 2024-07-27 12:53:12 +02:00
Raphaël Vinot 1608c4783b fix: Bump objects (invalid template) 2024-07-26 15:50:18 +02:00
Raphaël Vinot 9654912127 chg: Bump version 2024-07-26 15:40:55 +02:00
Raphaël Vinot b582999d7b new: Add delete role, test suite for roles 2024-07-26 11:43:20 +02:00
Raphaël Vinot 96a4745d77 chg: Bump deps 2024-07-26 11:00:29 +02:00
Raphaël Vinot 5a17f057e7 fix: Do not let a user pass a full dict as tagname 2024-07-26 11:00:29 +02:00
Tobias Mainka 4e85c93a9f re-naming variables to make tests happy. 2024-07-22 15:16:47 +02:00
Tobias Mainka 2665aff327 added support to add or update a MISP role 2024-07-22 14:56:25 +02:00
Sura De Silva 7c8df85a98 feat: Adds methods to get attribute by id/uuid 2024-06-25 06:38:13 +10:00
Raphaël Vinot 0f34db6f48 chg: Bump deps 2024-06-21 10:36:47 +02:00
Raphaël Vinot 1848caf9a2 chg: Bump deps 2024-06-06 19:39:57 +02:00
Raphaël Vinot f7b28e7bc9 fix: Get the tests to pass. 2024-05-22 12:39:29 +02:00
Raphaël Vinot feadedeadb Merge branch 'wip_analystdata' 2024-05-22 11:31:14 +02:00
Vincenzo cd078e2ead Add attach galaxy cluster method 2024-05-19 16:25:05 +02:00
Raphaël Vinot 2cf5d99dc8 chg: A bit more refactoring 2024-05-06 16:39:07 +02:00
Raphaël Vinot 94a48a6fdd fix: Properly load AnalystData from dict 2024-05-06 15:24:04 +02:00
Raphaël Vinot 10ca6f191a fix: more changes to get the tests to pass 2024-05-06 14:40:25 +02:00
Raphaël Vinot 902ed5a92c chg: use from_dict in the mixin to initialize the objects 2024-05-06 12:19:04 +02:00
Sami Mokaddem 56be46320e
chg: [analyst-data] Added improvements, API endpoints and tests 2024-05-03 15:48:03 +02:00
Sami Mokaddem d03cea7a67
fix: [event-report] Make sure to generate an UUID 2024-04-29 15:08:47 +02:00
Sami Mokaddem f043718a76
Merge branch 'feature/analyst-data' into wip_analystdata 2024-04-29 14:40:35 +02:00
Sami Mokaddem 807c59cc05
chg: [analyst-data] Make sure to include note_type_name 2024-04-29 14:39:09 +02:00
Raphaël Vinot 40e7e4fa0b fix: pass kwargs to abstract 2024-04-29 14:05:57 +02:00
Raphaël Vinot ea8351df71 chg: Make mypy happy, change inheritance 2024-04-29 13:50:24 +02:00
Jeroen Pinoy fe0c55eba3 chg: allow orgc context for search_galaxy_clusters 2024-04-29 11:13:35 +02:00
Jeroen Pinoy 1daac6ef86
chg: allow orgc context for search_galaxy_clusters 2024-04-27 01:35:10 +02:00
Sami Mokaddem 34f22aa30d
chg: [analyst-data] Continued implementation of analyst-data support 2024-04-26 10:59:25 +02:00
Sami Mokaddem 0a0f0f2059
new: [analyst-data] Added initial support of analyst data concept and functions - WiP 2024-04-23 09:24:44 +02:00
Raphaël Vinot bfdefc6027 chg: Bump object templates 2024-04-18 13:07:26 +02:00
Jakub Onderka 4f6aace686 fix: [internal] Correct way to convert bytes to string if orjson exists 2024-04-03 17:19:15 +02:00
Alexandre Dulaunoy 60aa6b9a0f
chg: [data] describeTypes file updated 2024-04-03 13:25:53 +02:00
Raphaël Vinot 763ab4198e fix: Strip API key before setting it. 2024-03-22 15:47:15 +01:00
Raphaël Vinot 65ea540bc4 fix: Python 3.8 support & typing. 2024-03-22 11:45:40 +01:00
Raphaël Vinot b11aa31048 fix: Typing for Python < 3.10 2024-03-22 11:40:45 +01:00
Raphaël Vinot 2b66a3eabd new: Support X-MISP-AUTH Header
Also, improve HTTP headers init

Fix #1179
2024-03-22 11:39:19 +01:00
Raphaël Vinot df9c20c86e chg: Bump deps 2024-03-22 09:59:32 +01:00
Raphaël Vinot eea3bef303 chg: Bump version, templates 2024-03-20 14:12:53 +01:00
Raphaël Vinot f1f83181eb fix: Avoid issue when payload ist a list 2024-03-20 14:06:05 +01:00
Raphaël Vinot 05d2c33f93 chg: Bump templates, version 2024-03-07 14:48:59 +01:00
Raphaël Vinot d3bdeaf2ca chg: Bump objects 2024-02-28 00:17:40 +01:00
Johannes Bader cb3b655463 fix: Correct FileObject import
The FileObject import has been moved outside the try-except-block
related to lief, as the import is needed regardless whether lief
is available or not.
2024-02-27 16:38:19 +01:00
Raphaël Vinot 94ff206f67 fix: Disable WL when calling the disable method, not toggle.
Fix #1159
2024-02-22 14:29:45 +01:00
Raphaël Vinot e6cb8552c5 fix: Properly get body from message, without headers 2024-02-12 11:41:08 +01:00
Raphaël Vinot c84afb92d5 fix: remove from __all__ entries that shouldn't be there 2024-02-12 11:35:24 +01:00
Raphaël Vinot c9d6d04702 fix: Do not throw a warning every time one import pymisp... 2024-02-06 16:40:49 +01:00
Raphaël Vinot 1b1133c09c chg: re-add ExpandedPyMISP, with a warning 2024-02-06 14:48:49 +01:00