Commit Graph

1606 Commits (8b40a5857d36d89dd09e5de69e767dcfa8d0185f)

Author SHA1 Message Date
Raphaël Vinot 0d88a9d909 fix: Avoid exception on dev releases 2024-11-15 12:37:24 +01:00
Raphaël Vinot c71b52b7a6 chg: Bump version, deps, templates. 2024-11-13 23:43:11 +01:00
Raphaël Vinot 5d5f706dc6 chg: Bump templates 2024-11-11 12:32:39 +01:00
Raphaël Vinot 0462ab62c0 chg: remove fonts from submodules, on-demand download if needed 2024-11-11 12:32:39 +01:00
Christian Studer d5e472b95d
fix: [AnalystData] A quick and simple typing fix 2024-10-30 12:19:11 +01:00
Raphaël Vinot 83aac7801b new: onion-address type 2024-10-17 14:40:51 +02:00
Raphaël Vinot 718b4b4976 chg: Bump objects 2024-10-17 14:23:43 +02:00
Raphaël Vinot a3c3f12fd7 chg: Bump deps 2024-10-04 13:31:46 +02:00
iglocska 7599037e94
chg: [tests] misp_instance_version_master now uses the 2.5 branch 2024-10-04 13:26:02 +02:00
Raphaël Vinot 865a8a50ca fix: Make mypy happy 2024-09-14 15:58:27 +02:00
Raphaël Vinot 391c51373f
Merge pull request #1296 from sebix/wrong-exec-bit
openioc.py is not a script, but had exec bit
2024-09-05 17:05:27 +02:00
Alexandre Dulaunoy 080ebdfad1
chg: [data] describeTypes.json updated 2024-09-05 15:22:35 +02:00
Sebastian Wagner ff0ed977ee
openioc.py is not a script, but had exec bit
the file openioc can only be used as module and as part of a package,
has no instructions for direct execution and is therefor not a script
for direct execution

this removes the executable bit from the file
2024-09-03 18:13:18 +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