Commit Graph

1041 Commits (f796071d6494e7b21e4c6fb7a7cbd10b1427be52)

Author SHA1 Message Date
chrisr3d f796071d64
Merge branch 'develop' of https://github.com/MISP/MISP into develop 2021-12-20 12:05:42 +01:00
chrisr3d fadfd10835
Merge branch '2.4' of https://github.com/MISP/MISP into misp-stix 2021-12-13 04:11:47 +01:00
Jakub Onderka d20a68dc38 fix: [internal] Fixes #7961 2021-11-25 10:10:04 +01:00
Jakub Onderka 7573e89230
Merge pull request #7975 from JakubOnderka/process-tool-selftest
Process tool selftest
2021-11-23 11:52:25 +01:00
Jakub Onderka 1e5ca3dc59
Merge pull request #7577 from JakubOnderka/add-event-cleanup
chg: [internal] Convert array to const
2021-11-23 11:51:58 +01:00
Jakub Onderka 63d9fc7274 chg: [internal] Faster sending images 2021-11-22 09:58:23 +01:00
Jakub Onderka 458e900a73 fix: [security] Disable caching of images 2021-11-22 09:58:23 +01:00
Jakub Onderka b081dda00e fix: [internal] Remove redundant condition 2021-11-16 02:49:35 +01:00
Jakub Onderka 3fd029cc62 chg: [internal] Check if update is possible 2021-11-15 21:16:28 +01:00
Jakub Onderka 1bad9a008b chg: [internal] Simplify Attribute::fetchAttributes 2021-11-15 17:38:03 +01:00
Jakub Onderka dbbc4599bf fix: [internal] Correctly count matched attributes 2021-11-15 15:45:26 +01:00
Jakub Onderka d7d8211dd9 chg: [internal] Use ProcessTool in AttachmentTool 2021-11-15 10:04:37 +01:00
Luciano Righetti 00028760f2 fix: fix typo 2021-11-11 10:24:56 +01:00
Luciano Righetti 53ecb2f946 fix: return correct X-Result-Count value in /attributes/restSearch 2021-11-11 09:50:19 +01:00
Jakub Onderka 5905ce3a88 chg: [internal] Optimise loading attributes when doing search 2021-11-06 15:34:46 +01:00
Jakub Onderka ab1e79646e new: [internal] Use pubToZmq to check if publish to ZMQ 2021-11-03 10:27:42 +01:00
Jakub Onderka 7f16e27b25 chg: [internal] Convert array to const 2021-11-03 10:27:02 +01:00
Jakub Onderka 82dc65df50 fix: [internal] Attaching tags to attachment attribute 2021-10-31 17:16:58 +01:00
Jakub Onderka e56e4fd1a2 chg: [internal] Optimise Attribute::fetchAttribute 2021-10-31 11:37:27 +01:00
Jakub Onderka f6deb48d89 chg: [internal] Try to remove possible unused methods 2021-10-30 19:49:05 +02:00
Jakub Onderka 9ae7d88f23 chg: [internal] Optimise Tag::findTagIdsByTagNames 2021-10-30 19:43:17 +02:00
Jakub Onderka ab432a02d6 chg: [internal] Optimise fetching events by tags 2021-10-30 19:43:17 +02:00
chrisr3d 0e2a948827 Merge branch '2.4' of https://github.com/MISP/MISP into misp-stix 2021-10-28 19:07:11 +02:00
chrisr3d 7a1e2bebbe
wip: [stix export] Adding stix various formats in the list of valid formats for attributes restSearch 2021-10-28 19:05:04 +02:00
Jakub Onderka 0d8292289d chg: [internal] Optimise afterFind and simplify ISODatetimeToUTC 2021-10-28 13:56:27 +02:00
Jakub Onderka 97d6c1324b fix: [internal] Remove unreachable code 2021-10-28 13:07:46 +02:00
Jakub Onderka e0fd382408 fix: [internal] Simplify Attribute code 2021-10-28 12:29:17 +02:00
Jakub Onderka 349a0b3608 chg: [internal] Change params order for validate method 2021-10-28 09:47:55 +02:00
Jakub Onderka 6ade27a27c chg: [internal] Move attribute validation to different tool 2021-10-28 09:42:04 +02:00
Alexandre Dulaunoy b1254ddb94
new: [attribute type] ssh-fingerprint - a fingerprint of SSH key material 2021-10-26 16:59:29 +02:00
Alexandre Dulaunoy d42e93de97
new: [attribute type] ssh-fingerprint - a fingerprint of SSH key material 2021-10-26 11:35:32 +02:00
Jakub Onderka f61df58094 chg: [internal] Simplify Attribute::runValidation 2021-10-23 21:48:22 +02:00
iglocska 9edd72c854
Merge branch '2.4' into develop 2021-10-20 22:28:55 +02:00
iglocska f1db738ff1
fix: [validation] TLSH new format validation added
- ffs
2021-10-20 22:28:09 +02:00
Jakub Onderka 8a0532d902 chg: [internal] Move UUID generation to beforeSave method 2021-10-18 09:04:07 +02:00
Jakub Onderka 0043148ca5 chg: [internal] Simplify Attribute::beforeValidate 2021-10-18 09:04:06 +02:00
Jakub Onderka f179ec0db6 chg: [internal] Optimise datetimeOrNull method 2021-10-18 09:04:06 +02:00
Jakub Onderka ea9e9d9be8
Merge pull request #6562 from JakubOnderka/prevent-deadlocks
fix: [internal] Try to prevent deadlocks when updating event attribute count
2021-10-16 10:05:16 +02:00
Jakub Onderka e96b05554c chg: [export] Check method existence rather than another variable 2021-10-13 09:57:26 +02:00
Jakub Onderka b5856d6f73 chg: [log] Log when saving tags fails for attribute or event 2021-10-12 09:25:15 +02:00
Jakub Onderka d9e89955bc chg: [internal] Simplify fetching Kafka topic 2021-10-11 09:41:46 +02:00
Jakub Onderka 26badb4e3e chg: [internal] Save multiple tags in one call 2021-10-10 15:06:04 +02:00
Jakub Onderka 5cfb9aade7 chg: [internal] Simplified Attribute::editAttribute method 2021-10-10 11:14:22 +02:00
Jakub Onderka 3f490c0989 chg: [internal] Move Attribute::resizeImage method to AttachmentTool 2021-10-10 11:14:22 +02:00
Jakub Onderka 9bfe634cac chg: [internal] Default distribution method 2021-10-10 10:14:04 +02:00
Jakub Onderka 4049c1e127 chg: [internal] Attribute::onDemandEncrypt faster 2021-10-10 08:11:46 +02:00
Jakub Onderka 9826847660 chg: [internal] Delete unused method Attribute::saveAndEncryptAttribute 2021-10-09 18:44:33 +02:00
Jakub Onderka de73e47318 chg: [internal] Faster saving origin file 2021-10-09 18:32:57 +02:00
Jakub Onderka 6da85b4494 chg: [internal] Optimise Attribute::valueIsUnique check 2021-10-09 18:15:16 +02:00
Jakub Onderka 5e320a1dbd chg: [internal] Do not encode/decode base64 for simpleAddMalwareSample 2021-10-09 18:15:16 +02:00