http://open-source-security-software.net/organization/TheHive-Project/releases.atom Recent releases for TheHive-Project 2024-04-25T00:39:15.679774+00:00 python-feedgen Cortex 0.18 Cortex 0.18 2016-07-09T08:39:15+00:00 - ADDED: The resulting URL is automatically selected after pressing "Send". You just have to press CTRL+C. - ADDED: Automatic syntax highlighting for 53 languages using highlight.js - ADDED: "5 minutes" and "1 week" expirations. - ADDED: "Raw text" button. - jQuery upgraded to 1.9.1 - sjcl upgraded to GitHub master 2013-02-23 - base64.js upgraded to 1.7 - FIXED: Dates in discussion are now proper local dates. - ADDED: Robot meta tags in HTML to prevent search engines indexing. - ADDED: Better json checking (including entropy). - ADDED: Added version to js/css assets URLs in order to prevent some abusive caches to serve an obsolete version of these files when ZeroBin is upgraded. - "Burn after reading" option has been moved out of Expiration combo to a separate checkbox. Reason is: You can prevent a read-once paste to be available ad vitam eternam on the net. 2016-07-09T08:39:15+00:00 Cortex 0.19 Cortex 0.19 2016-07-09T08:39:45+00:00 - Corrected XSS security flaw which affected IE<10. Other browsers were not affected. - Corrected spacing display in IE<10. 2016-07-09T08:39:45+00:00 Cortex 0.20 Cortex 0.20 2016-07-09T08:40:17+00:00 - ADDED: Password protected pastes (optional) - ADDED: configuration options for highlighting, password, discussions, expiration times, rate limiting - ADDED: JSON-only retrieval of paste incl. discussion, used to be able to refresh paste when posting a comment - ADDED: bootstrap CSS based template - CHANGED: "Burn after reading" pastes are now deleted only after the paste was successfully decrypted via callback. This prevents accidental deletion by chatbots following URLs and the like. Usage of a password is suggested to ensure only the desired recipient is able to encrypt it. - CHANGED: the "opendiscussion" option now only controls if the discussion checkbox is preselected. Use "discussion = false" to disable the discussion feature completely (which also removes the checkbox from the template). - FIXING: Behaviour of several conflicting configuration options. As a general measure unit tests for 9 of the options and all their possible configurations were added via a unit test generator. - updated JS libraries: jquery to 1.11.3, sjcl to 1.0.2, base64.js to 2.1.9, deflate to 0.5, inflate to 0.3 and prettify to latest - generally improved documentation, both inline phpdoc / JSdoc source code documentation, as well as Wiki pages on installation, configuration, development and JSON-API 2016-07-09T08:40:17+00:00 Cortex 0.21 Cortex 0.21 2016-07-09T08:41:21+00:00 - ADDED: Translations for German, French and Polish, language selection menu (optional) - ADDED: File upload and image display support (optional) - ADDED: Markdown format support - ADDED: "bootstrap-compact" template that hides some of the options in a drop down menu to ensure the nav bar fitting on one line on smaller screen sizes - FIXING: Various usability issues with different screen sizes / device types in the "bootstrap" template - CHANGED: Instead of having different options to enable and preselect certain formats there is now a generic `[formatter_options]` section where formats can be added to the displayed format drop down menu. A `defaultformatter` can be set, it defaults to "plaintext". The `syntaxhighlighting` configuration got deprecated. - `zerobin.js` got a major refactoring: - moved from global namespace into anonymous function - events are no longer set via "onclick" attributes in the templates, but bound by from JS side - for simpler maintenance the functions were grouped into objects: zerobin (display logic, event handling), filter (compression, encryption), i18n (translation, counterpart of i18n.php) and helper (stateless utilities) - Wiki pages were added to address common topics: - [Upgrading from ZeroBin 0.19 Alpha](https://github.com/PrivateBin/PrivateBin/wiki/Upgrading-from-ZeroBin-0.19-Alpha) - [ZeroBin Directory of public servers](https://github.com/PrivateBin/PrivateBin/wiki/PrivateBin-Directory) - [Translation](https://github.com/PrivateBin/PrivateBin/wiki/Translation) - [Templates](https://github.com/PrivateBin/PrivateBin/wiki/Templates) 2016-07-09T08:41:21+00:00 Cortex 0.21.1 Cortex 0.21.1 2016-07-09T08:42:17+00:00 This minor release addresses an issue with the database store in version 0.21. If you use the database model please consider updating. - FIXING: lost meta data when using DB model instead of flat files - FIXING: mobile navbar getting triggered on load - CHANGED: database table "paste" gets automatically extended with a "meta" column - CHANGED: navbar of "bootstrap" template now spans full width of view port on large screens 2016-07-09T08:42:17+00:00 Cortex 0.22 Cortex 0.22 2016-07-09T08:42:42+00:00 - ADDED: Tab character input support - ADDED: Dark bootstrap theme - ADDED: Option to hide clone button on expiring pastes - ADDED: Option to set a different default language then English and/or enforce it as the only language - ADDED: Database now contains version to allow automatic update of structure, only if necessary; removing database structure check on each request - ADDED: Favicons - FIXING: Regressions in database layer, prohibiting pastes from being stored - FIXING: Fixing "missing" comments when they were posted during the same second to the same paste - FIXING: JS failing when password input disabled - CHANGED: Switching positions of "New" and "Send" button, highlighting the latter to improve workflow - CHANGED: Renamed config file to make updates easier - CHANGED: Switching to JSON-based REST-API - CHANGED: Database structure to store attachments, allowing larger attachments to be stored (depending on maximum BLOB size of database backend) - CHANGED: Refactored data model, traffic limiting & request handling 2016-07-09T08:42:42+00:00 Cortex 1.0 Cortex 1.0 2016-08-25T09:43:41+00:00 <!-- short intro --> **This is the first release of PrivateBin after renaming the ZeroBin fork. We decided to use the version number 1.0 for this release as we consider PrivateBin now very mature and feature complete. We recommend everyone to update as this version features many security improvements.** <!-- reasons for renaming & new version--> The renaming of ZeroBin to PrivateBin is done to highlight the huge developments (over 500 commits) which have happened since ZeroBin stopped being actively maintained by its original creator Sébastien Sauvage in 2014. By choosing to release version 1.0 we also want to emphasize the many feature changes - according to [semantic versioning](http://semver.org/) - and want to show that PrivateBin is now considered mature. Hence a version number smaller than 1.0 just does not seem suitable for PrivateBin anymore. ## Update procedure <!-- How to update from ZeroBin to PrivateBin? / What changes for server admins? --> Make sure your system has some source for cryptographically safe random numbers! Either use PHP 7 or one of the supported fallbacks: [libsodium](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium), open_basedir access to `/dev/urandom`, mcrypt or com_dotnet. The previous workaround using `mt_rand()` was removed, as it leads to unsafe and predictable numbers. Otherwise, as usual, only the files need to be updated. The `tmp` folder for the compiled RainTPL templates can be removed, since we switched to a more lightweight template approach due to RainTPL not being maintained anymore. Have a look at or [template documentation](https://github.com/PrivateBin/PrivateBin/wiki/Templates) to learn how to upgrade your custom template to the new system. There are some new options in the [configuration](https://github.com/PrivateBin/PrivateBin/wiki/Configuration) file. If you are updating from an older ZeroBin install and want to keep existing pastes accessible, make sure to enable the option `zerobincompatibility`. Otherwise more secure settings are used which break compatibility with ZeroBin. ## Benefits of switching to the new release <!-- What changes for server users? --> As a user of a ZeroBin instance nothing changes. As soon as the server administrator upgrades to PrivateBin, you can continue using it. We took great efforts to ensure that existing pastes are still fully compatible with the current release. Since version 0.22 we added a Slowene and Chinese translation, an (optional) URL shortener button, a preview tab to help you chose the right format for your content and many other small user interface improvements to make your life a bit more comfortable. <!-- Why server admins should update --> With this release we have improved the security of PrivateBin as we have now [addressed most concerns](https://privatebin.info/news/zerobin-audit.html) raised in a security audit of the original ZeroBin in 2014. Furthermore we switched to AES Galois/Counter mode, which is considered a stronger encryption mode then the previously used AES Counter mode with CBC-MAC authentication. The main benefit here is that the authentication (as the pastes/comments are sent over network you want to ensure that your content is not accidentally or maliciously manipulated) is done on the encrypted text instead of the plain text. The potential parallelization of CCM could not be implemented in the single threaded Javascript environment of webbrowsers, anyway. We also make use of a new browser security feature called [Content Security Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/), which prevents [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting) in an effective way. It blocks any third party scripts and resources to be executed in the context of the application. Additionally we started using the new subresource integrity ([SRI](http://www.w3.org/TR/SRI/)) browser feature to avoid loading manipulated scripts under man-in-the-middle attacks. Additionally this allows privacy aware users to easily check for manipulated scripts in the source code of the website and to compare them to the hashes of the official PrivateBin release of that version. To ensure that PrivateBins code is of high quality we [added various code quality checkers](https://github.com/PrivateBin/PrivateBin/issues/22) and subsequently improved the code. These analysers also helped us to [find some potential vulnerabilities](https://github.com/PrivateBin/PrivateBin/issues/41). If you have further questions or issues have a look at the new [FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ). ## Changes since version 0.22 - ADDED: Translations for Slowene and Chinese - ADDED: re-introduced (optional) URL shortener support, which was removed back in version 0.16 for privacy concerns - ADDED: Preview tab, helpful for writing markdown code or check the source code rendering - ADDED: Automatic purging of expired pastes, done on paste creation - ADDED: Option to disable icons in discussions (will only affect newly created pastes) - ADDED: Composer support - CHANGED: Renamed the ZeroBin fork to PrivateBin - CHANGED: Removed unmaintained RainTPL template engine, replacing the templates with straight forward PHP files - CHANGED: New logo and favicons - CHANGED: Upgrading SJCL library to 1.0.4 - CHANGED: Switched to GCM instead of CCM mode for AES encryption for newly created pastes - CHANGED: Use backported random bytes function from PHP7 for older PHP versions instead of mcrypt - CHANGED: Switched to a SHA256 HMAC of the IP in traffic limiter instead of storing it in plain text on the server - CHANGED: Introduced content security policy header to reduce cross site scripting (XSS) risks - CHANGED: Added SHA512 subresource integrity hashes for all javascript includes to reduce the risk of manipulated scripts and easier detection of such - CHANGED: Refactored PHP code to conform to PSR-4 and PSR-2 standards - CHANGED: Switched to Identicons as the default for comments with nicknames - CHANGED: Vizhash is now optional and based on (128 byte) SHA512 HMAC instead of (144 byte) combination of MD5, SHA1 and a reversal of that string - FIXED: Content-type negociation for HTML in certain uncommon browser configurations - FIXED: JavaScript error displayed before page is loaded or during attachment load - FIXED: Don't strip space characters at beginning or end of optional password - FIXED: Various UI glitches in mobile version or on smaller desktops with language menu, button spacing and long URLs - FIXED: Back button now works as expected after switching to raw text view of a paste - FIXED: Reactivated second error message above send comment button to ensure its visibility when the main error message is outside the viewport - FIXED: Raw text now displays original markdown instead of rendered HTML - FIXED: Removed unused code detected with the help of various code review tools - FIXED: Table format for PostgreSQL, making it possible to use PostgreSQL as backend in addition to MySQL, SQLite and flat files We hope you will enjoy the new PrivateBin! 2016-08-25T09:43:41+00:00 Cortex 1.1 Cortex 1.1 2016-12-26T11:27:51+00:00 **This release adds Italian and Russian translations to PrivateBin and fixes an XSS and a database issue.** Fortunately the CSP headers introduced in version 1.0 suppressed the XSS issue in modern browsers. But [older browsers](http://caniuse.com/contentsecuritypolicy) would still be affected when clicking on the "Raw text" button of a markdown formatted paste containing JavaScript. The issue was introduced with the change in version 1.0 that displays markdown code instead of the rendered HTML in the "raw" mode. The other fixed issue concerns the automatic purging of outdated pastes, which was introduced in version 1.0. When using the database model instead of the default file based store, pastes set to "never" expire were always purged, too. ## Benefits of switching to the new release If you are using the database model instead of the filesystem one and offer pastes that "never" expire, then you should upgrade or disable the purge by [setting the `batchsize` to 0 in your configuration](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#purge). Apart from fixing the XSS issue, markdown pastes containing HTML code will now be properly displayed in the "raw" mode. Both of these issues affected only version 1.0. There are of course [many more benefits in switching to this release](https://privatebin.info/news/v1.0-release.html), if you are still using a version of PrivateBin or ZeroBin before 1.0. ## Update procedure When updating please make sure to adjust the [`cspheader`](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#cspheader) setting. We recommend you to either comment the setting out in order to use our default [recommend CSP header](https://github.com/PrivateBin/PrivateBin/blob/1.1/cfg/conf.ini.sample#L63) or adjust the header so it matches the new default one (mainly just add the `referrer no-referrer;` part). ## Changes since version 1.0 - ADDED: Translations for Italian and Russian - ADDED: Loading message displayed until decryption succeeded for slower (in terms of CPU or network) systems - ADDED: Dockerfile for docker container creation - CHANGED: Using modal dialog to request password input instead of native JS input window ([#69](https://github.com/PrivateBin/PrivateBin/issues/69)) - CHANGED: Suppressed referrer HTTP header sending when following links in a paste or comment ([#96](https://github.com/PrivateBin/PrivateBin/issues/96)) and added additional HTTP headers for XSS mitigation ([#91](https://github.com/PrivateBin/PrivateBin/issues/91)) - CHANGED: Updated random_compat and jQuery libraries - FIXED: XSS using JavaScript stored as markdown formatted paste, after clicking on Raw paste button (related to [#137](https://github.com/PrivateBin/PrivateBin/issues/137)) - FIXED: Automatic purging deleting non-expiring pastes, when using database store ([#149](https://github.com/PrivateBin/PrivateBin/issues/149)) We wish you a happy new year! 2016-12-26T11:27:51+00:00 Cortex 1.0.2 Cortex 1.0.2 2017-04-18T15:04:41+00:00 [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.1...1.0.2) **Fixed bugs:** - Redirect to jobs list when a job is not found [\#16](https://github.com/CERT-BDF/Cortex/issues/16) - Global section in configuration file is ignored [\#13](https://github.com/CERT-BDF/Cortex/issues/13) - Secure the usage of angular-ui-notification library [\#12](https://github.com/CERT-BDF/Cortex/issues/12) - Jobs list API doesn't take into account the limit param [\#11](https://github.com/CERT-BDF/Cortex/issues/11) **Closed issues:** - Documentation on 'How to create an analyzer' [\#10](https://github.com/CERT-BDF/Cortex/issues/10) 2017-04-18T15:04:41+00:00 Cortex 1.0.1 Cortex 1.0.1 2017-04-18T15:05:12+00:00 [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.0...1.0.1) **Fixed bugs:** - Fix page scroll issues [\#9](https://github.com/CERT-BDF/Cortex/issues/9) **Closed issues:** - Missing install repertory [\#1](https://github.com/CERT-BDF/Cortex/issues/1) 2017-04-18T15:05:12+00:00 Cortex 1.1.2 Cortex 1.1.2 2017-05-24T10:01:34+00:00 ## [1.1.2](https://github.com/CERT-BDF/Cortex/tree/1.1.2) [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/rpm/1.1.1-2...1.1.2) **Implemented enhancements:** - Add page loader [\#30](https://github.com/CERT-BDF/Cortex/issues/30) - Initialize MISP modules at startup [\#28](https://github.com/CERT-BDF/Cortex/issues/28) **Fixed bugs:** - jobstatus from jobs within cortex are not updated when status changes [\#31](https://github.com/CERT-BDF/Cortex/issues/31) - Cortex and MISP unclear and error-loop [\#29](https://github.com/CERT-BDF/Cortex/issues/29) - Error 500 in TheHive when a job is submited to Cortex [\#27](https://github.com/CERT-BDF/Cortex/issues/27) 2017-05-24T10:01:34+00:00 Cortex 1.1.1 Cortex 1.1.1 2017-05-24T10:02:05+00:00 ## [1.1.1](https://github.com/CERT-BDF/Cortex/tree/1.1.1) (2017-05-17) [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.0...1.1.1) **Fixed bugs:** - Missing logos and favicons [\#25](https://github.com/CERT-BDF/Cortex/issues/25) **Closed issues:** - Cortex 1.1.0 doesnt work with theHive 2.11.0 [\#24](https://github.com/CERT-BDF/Cortex/issues/24) - MISP integration [\#21](https://github.com/CERT-BDF/Cortex/issues/21) 2017-05-24T10:02:05+00:00 Cortex 1.1.0 Cortex 1.1.0 2017-05-24T10:03:43+00:00 ## [1.1.0](https://github.com/CERT-BDF/Cortex/tree/1.1.0) (2017-05-12) [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.2...1.1.0) **Implemented enhancements:** - Add support to .deb and .rpm package generation [\#20](https://github.com/CERT-BDF/Cortex/issues/20) - Scala code cleanup [\#19](https://github.com/CERT-BDF/Cortex/issues/19) - Display analyzers metadata [\#18](https://github.com/CERT-BDF/Cortex/issues/18) **Closed issues:** - Display Cortex version on the footer [\#23](https://github.com/CERT-BDF/Cortex/issues/23) - Use new logo and favicon [\#22](https://github.com/CERT-BDF/Cortex/issues/22) 2017-05-24T10:03:43+00:00 Cortex 1.1.3 Cortex 1.1.3 2017-06-15T08:55:25+00:00 ## [1.1.3](https://github.com/CERT-BDF/Cortex/tree/1.1.3) [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/debian/1.1.2...1.1.3) **Fixed bugs:** - Problem Start Cortex on Ubuntu 16.04 [\#35](https://github.com/CERT-BDF/Cortex/issues/35) - Error when parsing analyzer failure report [\#33](https://github.com/CERT-BDF/Cortex/issues/33) 2017-06-15T08:55:25+00:00 Cortex 1.1.4 Cortex 1.1.4 2017-09-15T15:27:18+00:00 ## [1.1.4](https://github.com/CERT-BDF/Cortex/tree/1.1.4) (2017-09-15) [Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.3...1.1.4) **Implemented enhancements:** - Group ownership in Docker image prevents running on OpenShift [\#42](https://github.com/CERT-BDF/Cortex/issues/42) **Fixed bugs:** - Display a error notification on analyzer start fail [\#39](https://github.com/CERT-BDF/Cortex/issues/39) - Cortex removes the input details from failure reports [\#38](https://github.com/CERT-BDF/Cortex/issues/38) **Closed issues:** - Disable analyzer in configuration file [\#32](https://github.com/CERT-BDF/Cortex/issues/32) 2017-09-15T15:27:18+00:00 Cortex 2.0.0 Cortex 2.0.0 2018-04-03T15:59:01+00:00 ## [2.0.0](https://github.com/TheHive-Project/Cortex/tree/2.0.0) (2018-03-30) [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.1.4...2.0.0) **Implemented enhancements:** - Display analyzers only if necessary configuration values are set [\#14](https://github.com/TheHive-Project/Cortex/issues/14) **Fixed bugs:** - Error when clicking out of the "New Analysis" box [\#48](https://github.com/TheHive-Project/Cortex/issues/48) **Closed issues:** - AMD64 REPO 404 [\#64](https://github.com/TheHive-Project/Cortex/issues/64) - Unable for Cortex to connected to MISP [\#61](https://github.com/TheHive-Project/Cortex/issues/61) - Cortex crashed after a OutOfMemoryError [\#60](https://github.com/TheHive-Project/Cortex/issues/60) - Malwareconfig Lookup and Yara Rule Additions [\#57](https://github.com/TheHive-Project/Cortex/issues/57) - Shodan Analyzer Fails - Module cortexutils Not Found [\#55](https://github.com/TheHive-Project/Cortex/issues/55) - API: Resource not found by Assets controller [\#47](https://github.com/TheHive-Project/Cortex/issues/47) - Wrong MISP config in conf/application.sample [\#45](https://github.com/TheHive-Project/Cortex/issues/45) - Local, LDAP, AD and API Key Authentication [\#7](https://github.com/TheHive-Project/Cortex/issues/7) - Limit Rates and Respect Quotas [\#6](https://github.com/TheHive-Project/Cortex/issues/6) - Persistence and Report Caching [\#5](https://github.com/TheHive-Project/Cortex/issues/5) - Provide alternative paths for analyzers in addition to standard path. [\#4](https://github.com/TheHive-Project/Cortex/issues/4) - Provide way to reload conf file for new API keys without shutdown. [\#3](https://github.com/TheHive-Project/Cortex/issues/3) - Provide Secret Key auth to upstream service [\#2](https://github.com/TheHive-Project/Cortex/issues/2) **Merged pull requests:** - Add proxy configuration block [\#52](https://github.com/TheHive-Project/Cortex/pull/52) ([cemasirt](https://github.com/cemasirt)) - Fixed Typo [\#46](https://github.com/TheHive-Project/Cortex/pull/46) ([steoleary](https://github.com/steoleary)) - Adding WOT config sample [\#43](https://github.com/TheHive-Project/Cortex/pull/43) ([mthlvt](https://github.com/mthlvt)) 2018-04-03T15:59:01+00:00 Cortex 2.0.1 Cortex 2.0.1 2018-04-03T15:59:14+00:00 ## [2.0.1](https://github.com/TheHive-Project/Cortex/tree/2.0.1) (2018-03-30) [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.0...2.0.1) **Fixed bugs:** - File upload component not working [\#69](https://github.com/TheHive-Project/Cortex/issues/69) - Packages contain obsolete configuration sample [\#68](https://github.com/TheHive-Project/Cortex/issues/68) - User can't change his password [\#67](https://github.com/TheHive-Project/Cortex/issues/67) 2018-04-03T15:59:14+00:00 Cortex 2.0.2 Cortex 2.0.2 2018-04-13T13:20:27+00:00 ## [2.0.2](https://github.com/TheHive-Project/Cortex/tree/2.02) [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.1...2.0.2) **Fixed bugs:** - Silently failure when ElasticSearch is unreachable [\#76](https://github.com/TheHive-Project/Cortex/issues/76) - Coretxutils and TypeError: argument of type 'bool' is not iterable [\#73](https://github.com/TheHive-Project/Cortex/issues/73) - Unable to disable analyzers [\#72](https://github.com/TheHive-Project/Cortex/issues/72) - Cortex 2 is not passing proxy variable to analyzers [\#71](https://github.com/TheHive-Project/Cortex/issues/71) - Session collision when TheHive & Cortex 2 share the same URL [\#70](https://github.com/TheHive-Project/Cortex/issues/70) 2018-04-13T13:20:27+00:00 Cortex 2.0.3 Cortex 2.0.3 2018-04-13T13:20:55+00:00 ## [2.0.3](https://github.com/TheHive-Project/Cortex/tree/2.0.3) (2018-04-09) [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.2...2.0.3) **Implemented enhancements:** - Allow arbitrary parameters for a job [\#86](https://github.com/TheHive-Project/Cortex/issues/86) - Change of global config for proxy is not reflected in analyzer's configurations [\#81](https://github.com/TheHive-Project/Cortex/issues/81) **Fixed bugs:** - Refresh Analyzers button not working [\#83](https://github.com/TheHive-Project/Cortex/issues/83) - Version Upgrade of Analyzer makes all Analyzers invisible for TheHive \(Cortex2\) [\#75](https://github.com/TheHive-Project/Cortex/issues/75) **Closed issues:** - Allow specifying a cache period per analyzer [\#85](https://github.com/TheHive-Project/Cortex/issues/85) - Display existing analyzers with invalid definition [\#82](https://github.com/TheHive-Project/Cortex/issues/82) - Allow configuring auto artifacts extraction per analyzer [\#80](https://github.com/TheHive-Project/Cortex/issues/80) 2018-04-13T13:20:55+00:00 Cortex 2.0.4 Cortex 2.0.4 2018-04-13T13:31:40+00:00 ## [2.0.4](https://github.com/TheHive-Project/Cortex/tree/2.0.4) (2018-04-13) [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.3...2.0.4) **Implemented enhancements:** - Let a Read/Analyze User Display/Change their API Key [\#89](https://github.com/TheHive-Project/Cortex/issues/89) **Fixed bugs:** - Strictly filter the list of analyzers in the run dialog [\#95](https://github.com/TheHive-Project/Cortex/issues/95) - Updating users by orgAdmin users fails silently [\#94](https://github.com/TheHive-Project/Cortex/issues/94) - Fix analyzer configurations icons [\#93](https://github.com/TheHive-Project/Cortex/issues/93) - Wrong page redirection [\#92](https://github.com/TheHive-Project/Cortex/issues/92) - Sort analyzers list by name [\#91](https://github.com/TheHive-Project/Cortex/issues/91) - Cortex 2.0.3 docker container having cortex analyzer errors [\#90](https://github.com/TheHive-Project/Cortex/issues/90) - Install python3 requirements for analyzers in public docker image [\#58](https://github.com/TheHive-Project/Cortex/issues/58) **Closed issues:** - Insufficient Rights To Perform This Action [\#87](https://github.com/TheHive-Project/Cortex/issues/87) 2018-04-13T13:31:40+00:00 Cortex 1.2 Cortex 1.2 2018-07-22T10:01:40+00:00 **This release adds QR code generation, inline display of video, audio, PDF and new translations to PrivateBin and a large refactoring of the JavaScript code.** A new button lets you generate a _QR code_ of your newly created pastes URL. This allows for easy transfer of a pasted data from one mobile device to another. When the optional file upload is enabled, uploaded _videos, audio files and PDFs_ are displayed inline, like we did with images, as long as the visitors browser supports it. By default the file and paste upload is limited to a 2 MiB size. _Translations_ for Spanish, Occitan, Norwegian, Portuguese, Dutch and Hungarian have also been added since the last release. The main change of this release, and the reason it took us so long since doing the last one, was the large [refactoring and cleanup of the JavaScript logic](https://github.com/PrivateBin/PrivateBin/pull/180) of PrivateBin. The refactoring itself was done in early 2017. In parallel we introced mocha and JSverify running on nodeJS as a [property based unit testing](https://github.com/PrivateBin/PrivateBin/blob/master/tst/README.md#property-based-unit-testing) framework for the logic (à la [QuickCheck](https://www.youtube.com/watch?v=AfaNEebCDos)). Many months were spent to cover more and more pieces of the logic. In the end we covered all of the modular parts of the logic (879 of 1273 lines of code for a [69% code coverage](https://privatebin.info/jscoverage/js/privatebin.js.html)), including the encryption wrapper functions for backward compatibility with older paste formats. The UI related parts of the code proved difficult to test, partly because in nodeJS the browsers document object model (DOM) is emulated using the JSdom library, the lack of an actual view port being present (so no scrolling, for example) and also due the event driven nature which contradicts the modular approach of unit testing. For many UI interfaces, large parts of the DOM has to be present, since emitting a single click event may trigger changes in many different parts of the UI. This is a shortcoming of the current structure of the UI logic, which we may need to improve further. Still, the unit testing [found many regressions](https://github.com/PrivateBin/PrivateBin/issues/32#issuecomment-401545763) and some issues that have been in the code for a long time without having been reported. It lays the necessary ground work for the future changes, especially the major changes planned for the encryption format. ## Benefits of switching to the new release Apart from the new QR code feature many new translations were added. All used libraries were upgraded, too. While no security issues were reported for any of these, they address some bugs that didn't affect us directly or improve compatibility with the latests browsers and PHP releases. ## Update procedure A new [configuration option `name`](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#name) was introduced for those admins that like to replace the "PrivateBin" moniker in the template with their own site name. As usual, you can [download the archive](https://github.com/PrivateBin/PrivateBin/releases/latest) for a manual upgrade and can find more details in the [installation instructions](https://github.com/PrivateBin/PrivateBin/blob/master/INSTALL.md#installation). We now also offer a [Docker container](https://hub.docker.com/r/privatebin/nginx-fpm-alpine/) that includes the recommended secure setup with the non-essential files and data outside of the web servers document root. We also started providing [additional tools in Docker containers](https://github.com/PrivateBin/PrivateBin/wiki/Docker). ## Changes since version 1.1.1 * ADDED: Translations for Spanish, Occitan, Norwegian, Portuguese, Dutch and Hungarian * ADDED: Option in configuration to change the default "PrivateBin" title of the site * ADDED: Added display of video, audio & PDF, drag & drop, preview of attachments (#182) * ADDED: QR code generation (#169) * ADDED: Introduced DOMpurify library to sanitize generated HTML before display (#183) * CHANGED: Force JSON request for getting paste data & password retry (#216) * CHANGED: Minimum required PHP version is 5.4 (#186) * CHANGED: Shipped .htaccess files were updated for Apache 2.4 (#192) * CHANGED: Cleanup of bootstrap template variants and moved icons to `img` directory * CHANGED: Removed option to hide clone button on expiring pastes, since this requires reading the paste for rendering the template, which leaks information on the pastes state * CHANGED: Upgrading libraries to: SJCL 1.0.7, jQuery 3.3.1, Base64 2.4.5, Showdown 1.8.6, DOMpurify 1.0.5 & Prettify 453bd5f * CHANGED: Refactored JavaScript code, making it modular with private and public functions, making it much easier to maintain (#178) * FIXED: To counteract regressions introduced by the refactoring, we finally introduced property based unit testing for the JavaScript code, this caught several regressions, but also some very old bugs not found so far (#32) More details about the plans for future releases and on how you can help the project achieve them, can be found in the [PrivateBin version 1.2 release announcements](https://privatebin.info/news/v1.2-release.html). 2018-07-22T10:01:40+00:00 Cortex 2.1.0-RC1 Cortex 2.1.0-RC1 2018-07-31T13:49:27+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.4...2.1.0-RC1) **Implemented enhancements:** - New TheHive-Project repository [\#112](https://github.com/TheHive-Project/Cortex/issues/112) **Fixed bugs:** - First analyze of a "file" always fail, must re-run the analyze a second time [\#117](https://github.com/TheHive-Project/Cortex/issues/117) - Analyzers filter in Jobs History view is limited to 25 analyzers [\#116](https://github.com/TheHive-Project/Cortex/issues/116) - Fix redirection from Migration page to login on 401 error [\#114](https://github.com/TheHive-Project/Cortex/issues/114) - Analyzer Configuration Only Showing Global Configuration [\#104](https://github.com/TheHive-Project/Cortex/issues/104) **Closed issues:** - Automatic observables extraction from analysis reports. [\#111](https://github.com/TheHive-Project/Cortex/issues/111) - Automated response via Cortex [\#110](https://github.com/TheHive-Project/Cortex/issues/110) - Consider providing checksums for the release files [\#105](https://github.com/TheHive-Project/Cortex/issues/105) - ImportError: No module named 'cortexutils' on V2.0.4 [\#102](https://github.com/TheHive-Project/Cortex/issues/102) - Error occur from thehive project request to cortex project [\#101](https://github.com/TheHive-Project/Cortex/issues/101) - Analyzers disappear after deactivation and can not get enabled [\#98](https://github.com/TheHive-Project/Cortex/issues/98) - PAP as an analyzer restriction [\#65](https://github.com/TheHive-Project/Cortex/issues/65) - Application.conf doesn't have Yeti config nor allows for API Auth [\#54](https://github.com/TheHive-Project/Cortex/issues/54) - endless loop of cortex analyser call [\#36](https://github.com/TheHive-Project/Cortex/issues/36) **Merged pull requests:** - Update GitHub path [\#100](https://github.com/TheHive-Project/Cortex/pull/100) ([saadkadhi](https://github.com/saadkadhi)) 2018-07-31T13:49:27+00:00 Cortex 1.2.1 Cortex 1.2.1 2018-08-11T20:34:12+00:00 **This release fixes a low entropy key vulnerability in PrivateBin affecting legacy browsers** On 31st of July 2018, **[@cryptolok](https://github.com/cryptolok)** reported a cryptographic vulnerability in PrivateBin due to the incorrect use of SJCL when used on very old browsers. When creating a paste using any ZeroBin version or PrivateBin up to and including 1.1.1 on a browser without web crypto API support (Firefox&lt;21, Chrome&lt;15, Safari&lt;5, IE&lt;11) the key may have been generated without sufficient entropy. PrivateBin 1.2 was not affected, because the support for those browser versions got removed in the JS refactoring. This release re-adds support for those legacy browsers and ensures they generate the key with sufficient entropy. In the next release of PrivateBin we will permanently drop legacy browser support and switch to the web crypto API exclusively. This release ensures that there is at least one release available that supports both legacy browsers and has the entropy issue fixed. Further details on this is an issue and its implications can be found in our [report on the vulnerability](https://privatebin.info/reports/vulnerability-2018-08-11.html). It also describes methods to check if your browser is currently affected by the issue. If it is, please consider updating your browser. ## Benefits of switching to the new release If you are still using PrivateBin version 1.1.1 or ZeroBin, upgrading to this release will ensure that you retain legacy browser support and fix the low entropy key vulnerability in your current version. If you already upgraded to PrivateBin 1.2 and don't need to support these very old browser versions (released before October 2013) then you could consider skipping this release. ## Update procedure As usual, you can [download the archive](https://github.com/PrivateBin/PrivateBin/releases/latest) for a manual upgrade and can find more details in the [installation instructions](https://github.com/PrivateBin/PrivateBin/blob/master/INSTALL.md#installation). We also offer a [Docker container](https://hub.docker.com/r/privatebin/nginx-fpm-alpine/) that includes the recommended secure setup with the non-essential files and data outside of the web servers document root. Note that this is the first release that is signed with [the new signing key](https://privatebin.info/key/release.asc) (fingerprint: `28CA 7C96 4938 EA5C 1481 D42A E11B 7950 E9E1 83DB`). This key is intended to be used for signing releases from now on. ## Changes since version 1.2 * ADDED: Add support for mega.nz links in pastes and comments (#331) * CHANGED: Added some missing Russian translations (#348) * CHANGED: Minor PHP refactoring: Rename PrivateBin class to Controller, improved logic of some persistence classes (#342) * CHANGED: Upgrading DOMpurify library to 1.0.7 * FIXED: Ensure legacy browsers without webcrypto support can't create paste keys with insufficient entropy (#346) * FIXED: Re-add support for old browsers (Firefox&lt;21, Chrome&lt;31, Safari&lt;7, IE&lt;11), broken in 1.2, will be removed again in 1.3 2018-08-11T20:34:12+00:00 Cortex 2.1.0 Cortex 2.1.0 2018-09-25T14:24:15+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.0-RC1...2.1.0) **Implemented enhancements:** - Show PAP value in the Org \> Analyzers screen [\#124](https://github.com/TheHive-Project/Cortex/issues/124) - Display cache configuration in analyzer admin page [\#123](https://github.com/TheHive-Project/Cortex/issues/123) **Fixed bugs:** - Temporary files are not removed at the end of job [\#129](https://github.com/TheHive-Project/Cortex/issues/129) - MISP fails to run analyzers [\#128](https://github.com/TheHive-Project/Cortex/issues/128) - MISP API fails [\#109](https://github.com/TheHive-Project/Cortex/issues/109) - File\_Info issue [\#53](https://github.com/TheHive-Project/Cortex/issues/53) **Merged pull requests:** - Update resolvers in build.sbt to contain Maven as a dependency [\#130](https://github.com/TheHive-Project/Cortex/pull/130) ([adl1995](https://github.com/adl1995)) 2018-09-25T14:24:15+00:00 Cortex 2.1.1 Cortex 2.1.1 2018-10-12T14:07:58+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.0...2.1.1) **Implemented enhancements:** - Change Debian dependencies [\#141](https://github.com/TheHive-Project/Cortex/issues/141) - Allow Cortex to use a custom root context [\#140](https://github.com/TheHive-Project/Cortex/issues/140) - Publish stable versions in beta package channels [\#138](https://github.com/TheHive-Project/Cortex/issues/138) **Fixed bugs:** - Fix Cache column in analyzers admin page [\#139](https://github.com/TheHive-Project/Cortex/issues/139) - RPM update replace configuration file [\#137](https://github.com/TheHive-Project/Cortex/issues/137) - Console output should not be logged in syslog [\#136](https://github.com/TheHive-Project/Cortex/issues/136) 2018-10-12T14:07:58+00:00 Cortex 2.1.2 Cortex 2.1.2 2018-10-12T14:08:10+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.1...HEAD) **Fixed bugs:** - GUI Search Function is broken [\#145](https://github.com/TheHive-Project/Cortex/issues/145) - findSimilarJob function broken [\#144](https://github.com/TheHive-Project/Cortex/issues/144) 2018-10-12T14:08:10+00:00 Cortex 2.1.3 Cortex 2.1.3 2019-05-10T14:23:18+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.2...2.1.3) **Implemented enhancements:** - Add configuration for drone continuous integration [\#156](https://github.com/TheHive-Project/Cortex/issues/156) - Add PAP property to jobs list [\#146](https://github.com/TheHive-Project/Cortex/issues/146) **Fixed bugs:** - Wrong checks of role when an user is created [\#158](https://github.com/TheHive-Project/Cortex/issues/158) - Unable to disable invalid responders [\#157](https://github.com/TheHive-Project/Cortex/issues/157) - PAP field is ignored from job modal [\#152](https://github.com/TheHive-Project/Cortex/issues/152) - SinkDB analyzer could not find DIG in the Cortex docker image [\#147](https://github.com/TheHive-Project/Cortex/issues/147) - GUI Search Function is broken [\#145](https://github.com/TheHive-Project/Cortex/issues/145) **Closed issues:** - Systemd: cortex.service: Failed with result 'exit-code'. [\#155](https://github.com/TheHive-Project/Cortex/issues/155) - conf/logback.xml: Rotate logs [\#62](https://github.com/TheHive-Project/Cortex/issues/62) 2019-05-10T14:23:18+00:00 Cortex 3.0.0-RC1 Cortex 3.0.0-RC1 2019-05-10T14:23:43+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.3...3.0.0-RC1) **Implemented enhancements:** - Remove size limitations [\#178](https://github.com/TheHive-Project/Cortex/issues/178) - Collapse job error messages by default in job history [\#171](https://github.com/TheHive-Project/Cortex/issues/171) - Update Copyright with year 2019 [\#168](https://github.com/TheHive-Project/Cortex/issues/168) **Fixed bugs:** - SSO: Authentication module not found [\#181](https://github.com/TheHive-Project/Cortex/issues/181) - Akka Dispatcher Blocked [\#170](https://github.com/TheHive-Project/Cortex/issues/170) **Closed issues:** - Use files to communicate with analyzer/responder [\#176](https://github.com/TheHive-Project/Cortex/issues/176) - Provide analyzers and responders packaged with docker [\#175](https://github.com/TheHive-Project/Cortex/issues/175) - Single sign-on support for Cortex [\#165](https://github.com/TheHive-Project/Cortex/issues/165) - File extraction [\#120](https://github.com/TheHive-Project/Cortex/issues/120) 2019-05-10T14:23:43+00:00 Cortex 3.0.0-RC2 Cortex 3.0.0-RC2 2019-05-10T14:24:11+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/3.0.0-RC1...3.0.0-RC2) **Fixed bugs:** - Unable to load Analyzers with 3.0.0 [\#185](https://github.com/TheHive-Project/Cortex/issues/185) - Cortex will fail to run analyzers [\#182](https://github.com/TheHive-Project/Cortex/issues/182) - Docker container exposes tcp/9000 instead of tcp/9001 [\#166](https://github.com/TheHive-Project/Cortex/issues/166) 2019-05-10T14:24:11+00:00 Cortex 3.0.0-RC3 Cortex 3.0.0-RC3 2019-06-05T14:26:53+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/3.0.0-RC2...3.0.0-RC3) **Implemented enhancements:** - Improve job details page [\#195](https://github.com/TheHive-Project/Cortex/issues/195) - Add support of ElasticSearch 6 [\#191](https://github.com/TheHive-Project/Cortex/issues/191) - Upgrade frontend libraries [\#190](https://github.com/TheHive-Project/Cortex/issues/190) **Fixed bugs:** - Get user detials via API is available to non-admin users [\#194](https://github.com/TheHive-Project/Cortex/issues/194) 2019-06-05T14:26:53+00:00 Cortex 3.0.0-RC4 Cortex 3.0.0-RC4 2019-07-11T07:47:53+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/3.0.0-RC3...3.0.0-RC4) **Fixed bugs:** - Responder run displayed as Analyzer run [\#207](https://github.com/TheHive-Project/Cortex/issues/207) - docker version of cortex breaks when you don't create a user immediately [\#204](https://github.com/TheHive-Project/Cortex/issues/204) - Login error after Cortex upgrade to 3 [\#199](https://github.com/TheHive-Project/Cortex/issues/199) - Yara analyzer configuration dialog broken [\#134](https://github.com/TheHive-Project/Cortex/issues/134) **Closed issues:** - docker version of cortex prints a lot of errors for auth failures [\#205](https://github.com/TheHive-Project/Cortex/issues/205) - dockerhub sample uses the wrong port [\#203](https://github.com/TheHive-Project/Cortex/issues/203) - Custom Responder not showing up in Responders Config Tab [\#201](https://github.com/TheHive-Project/Cortex/issues/201) - Can't enable some "free" Analyzers [\#200](https://github.com/TheHive-Project/Cortex/issues/200) 2019-07-11T07:47:53+00:00 Cortex 3.0.0 Cortex 3.0.0 2019-09-11T14:15:50+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/3.0.0-RC4...3.0.0) **Fixed bugs:** - cortex 3.0.0-RC4 container : StreamSrv error popup spamming the setup page [\#210](https://github.com/TheHive-Project/Cortex/issues/210) 2019-09-11T14:15:50+00:00 Cortex 3.0.1 Cortex 3.0.1 2020-09-15T08:26:31+00:00 [Full Changelog](https://github.com/TheHive-Project/Cortex/compare/3.0.0...3.0.1) **Implemented enhancements:** - Cortex logs the Play secret key at startup. [\#244](https://github.com/TheHive-Project/Cortex/issues/244) - Analyzer reports "no output" when it fails [\#241](https://github.com/TheHive-Project/Cortex/issues/241) - Docker image has many CVE's open against it [\#238](https://github.com/TheHive-Project/Cortex/issues/238) - Remove Elasticsearch cluster configuration option [\#230](https://github.com/TheHive-Project/Cortex/pull/230) ([adl1995](https://github.com/adl1995)) - Handle second/minute-rates limits on Flavors and Analyzers [\#164](https://github.com/TheHive-Project/Cortex/issues/164) **Fixed bugs:** - Fix error message display for failed analyzers/responders [\#243](https://github.com/TheHive-Project/Cortex/issues/243) - Remove reference to google fonts [\#242](https://github.com/TheHive-Project/Cortex/issues/242) - Encoding issue causes invalid format for catalog file [\#240](https://github.com/TheHive-Project/Cortex/issues/240) - Missing dependency for cluster [\#239](https://github.com/TheHive-Project/Cortex/issues/239) - Old non-existent analysers showing in Cortex after an upgrade [\#234](https://github.com/TheHive-Project/Cortex/issues/234) 2020-09-15T08:26:31+00:00 Cortex 3.1.0-RC1 Cortex 3.1.0-RC1 2020-09-15T08:26:48+00:00 **Implemented enhancements:** - Support of ElasticSearch 7 [\#279](https://github.com/TheHive-Project/Cortex/issues/279) **Fixed bugs:** - OAuth2 SSO Login Broken [\#264](https://github.com/TheHive-Project/Cortex/issues/264) 2020-09-15T08:26:48+00:00 Cortex 3.1.0 Cortex 3.1.0 2020-10-30T17:17:38+00:00 **Implemented enhancements:** - Improve Docker image [\#296](https://github.com/TheHive-Project/Cortex/issues/296) - Impossible to load catalog through a proxy [\#297](https://github.com/TheHive-Project/Cortex/issues/297) - Update login page design [\#303](https://github.com/TheHive-Project/Cortex/issues/303) **Fixed bugs:** - [Bug] Cortex and boolean ConfigurationItems [\#309](https://github.com/TheHive-Project/Cortex/issues/309) 2020-10-30T17:17:38+00:00 Cortex 3.1.1 Cortex 3.1.1 2021-03-01T09:39:36+00:00 **Implemented enhancements:** - [Improvement] Create logfile after installation [\#341](https://github.com/TheHive-Project/Cortex/issues/341) **Fixed bugs:** - [BUG] Certificate not taken into account when running neurons with process [\#317](https://github.com/TheHive-Project/Cortex/issues/317) - [Bug] Update doesn't work on Elasticsearch 7.11 [\#346](https://github.com/TheHive-Project/Cortex/issues/346) 2021-03-01T09:39:36+00:00 Cortex 3.1.2 Cortex 3.1.2 2021-11-12T10:06:41+00:00 ## [3.1.2](https://github.com/TheHive-Project/Cortex/milestone/30) (2021-11-05) **Closed issues:** - More settings on docker containers instantiated by Cortex [\#387](https://github.com/TheHive-Project/Cortex/issues/387) **Implemented enhancements:** - Create a docker image with all dependencies [\#388](https://github.com/TheHive-Project/Cortex/issues/388) 2021-11-12T10:06:41+00:00 Cortex 3.1.3 Cortex 3.1.3 2021-11-12T10:07:25+00:00 ## [3.1.3](https://github.com/TheHive-Project/Cortex/milestone/31) (2021-11-10) **Fixed bugs:** - The build of frontend fails [\#389](https://github.com/TheHive-Project/Cortex/issues/389) 2021-11-12T10:07:25+00:00 Cortex 3.1.7 Cortex 3.1.7 2022-10-07T13:15:38+00:00 ## [3.1.7](https://github.com/TheHive-Project/Cortex/milestone/34) (2022-10-07) **Implemented enhancements:** - Prevent invalid analyzer when a new version is available [\#426](https://github.com/TheHive-Project/Cortex/issues/426) - Display job parameters in the report page [\#430](https://github.com/TheHive-Project/Cortex/issues/430) - An error in docker pull should not stop the analysis [\#431](https://github.com/TheHive-Project/Cortex/issues/431) - Improve catalog parsing [\#432](https://github.com/TheHive-Project/Cortex/issues/432) **Closed issues:** - [BUG] CA Certs parameter can't be set back to null [\#377](https://github.com/TheHive-Project/Cortex/issues/377) - [FR] See user and organisation who triggered a responder in Cortex WebUI [\#394](https://github.com/TheHive-Project/Cortex/issues/394) 2022-10-07T13:15:38+00:00 Cortex 3.1.8 Cortex 3.1.8 2023-09-21T12:04:42+00:00 ## What's Changed * [CTX-16] fix: don't use Elasticsearch scroll to find user by its API key by @To-om in https://github.com/TheHive-Project/Cortex/pull/447 * [CTX-17] fix: Update version of JFFI by @To-om in https://github.com/TheHive-Project/Cortex/pull/448 * Update deps by @vdebergue in https://github.com/TheHive-Project/Cortex/pull/449 * update dependencies for rpm and debian packages by @vdebergue in https://github.com/TheHive-Project/Cortex/pull/456 * GroupUserMapper.scala: Backport fix from TheHive for group mapper functionality by @jiprocha in https://github.com/TheHive-Project/Cortex/pull/438 * Update cortex.service by @o101010 in https://github.com/TheHive-Project/Cortex/pull/361 * Fixed user parameter name in application config sample by @Neuro-HSOC in https://github.com/TheHive-Project/Cortex/pull/315 ## New Contributors * @To-om made their first contribution in https://github.com/TheHive-Project/Cortex/pull/447 * @vdebergue made their first contribution in https://github.com/TheHive-Project/Cortex/pull/449 * @jiprocha made their first contribution in https://github.com/TheHive-Project/Cortex/pull/438 * @o101010 made their first contribution in https://github.com/TheHive-Project/Cortex/pull/361 * @Neuro-HSOC made their first contribution in https://github.com/TheHive-Project/Cortex/pull/315 **Full Changelog**: https://github.com/TheHive-Project/Cortex/compare/3.1.6...3.1.8 2023-09-21T12:04:42+00:00 TheHive4py 1.3.1 TheHive4py 1.3.1 2017-12-04T13:26:54+00:00 ## [1.3.1](https://github.com/CERT-BDF/TheHive4py/tree/1.3.1) (2017-09-17) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.3.0...1.3.1) **Fixed bugs:** - Basic auth doesn't work with version 1.3.0 [\#38](https://github.com/CERT-BDF/TheHive4py/issues/38) 2017-12-04T13:26:54+00:00 TheHive4py 1.3.0 TheHive4py 1.3.0 2017-12-04T13:27:19+00:00 ## [1.3.0](https://github.com/CERT-BDF/TheHive4py/tree/1.3.0) (2017-09-15) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.2.3...1.3.0) **Implemented enhancements:** - Allow specifying range to return \> 10 cases, observables, etc., [\#30](https://github.com/CERT-BDF/TheHive4py/issues/30) - fix two cases of bad indentation in exception handling code [\#26](https://github.com/CERT-BDF/TheHive4py/pull/26) ([Rolinh](https://github.com/Rolinh)) - fix default severity level of an alert [\#25](https://github.com/CERT-BDF/TheHive4py/pull/25) ([Rolinh](https://github.com/Rolinh)) **Fixed bugs:** - certificate verify option not included in create\_case\_task [\#27](https://github.com/CERT-BDF/TheHive4py/issues/27) **Closed issues:** - Add an API method to create users [\#33](https://github.com/CERT-BDF/TheHive4py/issues/33) - Feature Request - Task Log Template/Boilerplate Text [\#32](https://github.com/CERT-BDF/TheHive4py/issues/32) - Add support to authentication by API key [\#36](https://github.com/CERT-BDF/TheHive4py/issues/36) - Add a find\_alerts method to search for alerts [\#31](https://github.com/CERT-BDF/TheHive4py/issues/31) **Merged pull requests:** - Added verify parameter to calls [\#28](https://github.com/CERT-BDF/TheHive4py/pull/28) ([billmurrin](https://github.com/billmurrin)) 2017-12-04T13:27:19+00:00 TheHive4py 1.2.3 TheHive4py 1.2.3 2017-12-04T13:27:37+00:00 ## [1.2.3](https://github.com/CERT-BDF/TheHive4py/tree/1.2.3) (2017-07-20) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.2.2...1.2.3) **Implemented enhancements:** - Adding option for an Internal CA [\#24](https://github.com/CERT-BDF/TheHive4py/issues/24) **Merged pull requests:** - Find first [\#23](https://github.com/CERT-BDF/TheHive4py/pull/23) ([3c7](https://github.com/3c7)) 2017-12-04T13:27:37+00:00 TheHive4py 1.2.2 TheHive4py 1.2.2 2017-12-04T13:27:54+00:00 ## [1.2.2](https://github.com/CERT-BDF/TheHive4py/tree/1.2.2) (2017-07-06) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.2.1...1.2.2) **Fixed bugs:** - Remove print calls from TheHiveApi.find\_cases method [\#22](https://github.com/CERT-BDF/TheHive4py/issues/22) 2017-12-04T13:27:54+00:00 TheHive4py 1.2.1 TheHive4py 1.2.1 2017-12-04T13:28:10+00:00 ## [1.2.1](https://github.com/CERT-BDF/TheHive4py/tree/1.2.1) (2017-06-29) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.2.0...1.2.1) **Fixed bugs:** - Fix the issue related to wrong base64 decoding when creating alerts [\#20](https://github.com/CERT-BDF/TheHive4py/issues/20) - python-magic dependency not in setup.py [\#19](https://github.com/CERT-BDF/TheHive4py/issues/19) - "future" dependency not documented in requirements.txt [\#18](https://github.com/CERT-BDF/TheHive4py/issues/18) **Merged pull requests:** - Install python-magic package on setup [\#16](https://github.com/CERT-BDF/TheHive4py/pull/16) ([ilyaglow](https://github.com/ilyaglow)) 2017-12-04T13:28:10+00:00 TheHive4py 1.2.0 TheHive4py 1.2.0 2017-12-04T13:29:01+00:00 ## [1.2.0](https://github.com/CERT-BDF/TheHive4py/tree/1.2.0) (2017-05-12) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.1.1...1.2.0) **Closed issues:** - Add the ability to create a TheHive alert [\#13](https://github.com/CERT-BDF/TheHive4py/issues/13) **Merged pull requests:** - Added ability to find tasks by caseId [\#11](https://github.com/CERT-BDF/TheHive4py/pull/11) ([AverageS](https://github.com/AverageS)) 2017-12-04T13:29:01+00:00 TheHive4py 1.1.1 TheHive4py 1.1.1 2017-12-04T13:30:34+00:00 ## [1.1.1](https://github.com/CERT-BDF/TheHive4py/tree/1.1.1) (2017-05-11) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.1.0...1.1.1) **Fixed bugs:** - Use basic auth when calling TheHive apis [\#14](https://github.com/CERT-BDF/TheHive4py/issues/14) 2017-12-04T13:30:34+00:00 TheHive4py 1.1.0 TheHive4py 1.1.0 2017-12-04T13:30:53+00:00 ## [1.1.0](https://github.com/CERT-BDF/TheHive4py/tree/1.1.0) (2017-03-23) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.0.1...1.1.0) **Implemented enhancements:** - Search for cases [\#4](https://github.com/CERT-BDF/TheHive4py/issues/4) - Add observables to a case [\#3](https://github.com/CERT-BDF/TheHive4py/issues/3) 2017-12-04T13:30:53+00:00 TheHive4py 1.0.1 TheHive4py 1.0.1 2017-12-04T13:31:08+00:00 ## [1.0.1](https://github.com/CERT-BDF/TheHive4py/tree/1.0.1) (2017-03-08) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.0.0...1.0.1) **Fixed bugs:** - Issue creating a cases without metrics and without case template [\#8](https://github.com/CERT-BDF/TheHive4py/issues/8) 2017-12-04T13:31:08+00:00 TheHive4py 1.0.0 TheHive4py 1.0.0 2017-12-04T13:31:28+00:00 ## [1.0.0](https://github.com/CERT-BDF/TheHive4py/tree/1.0.0) (2017-03-08) **Closed issues:** - 2nd typo in setup.py [\#2](https://github.com/CERT-BDF/TheHive4py/issues/2) - Typo in setup.py [\#1](https://github.com/CERT-BDF/TheHive4py/issues/1) 2017-12-04T13:31:28+00:00 TheHive4py 1.4.0 TheHive4py 1.4.0 2017-12-05T13:53:29+00:00 [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.3.1...HEAD) **Implemented enhancements:** - Provide just the template name when creating a case from a template [\#45](https://github.com/CERT-BDF/TheHive4py/issues/45) - Add support of custom fields to the case model [\#39](https://github.com/CERT-BDF/TheHive4py/issues/39) - Case helper [\#37](https://github.com/CERT-BDF/TheHive4py/pull/37) ([npratley](https://github.com/npratley)) **Fixed bugs:** - Error updating case [\#51](https://github.com/CERT-BDF/TheHive4py/issues/51) **Closed issues:** - Add a query builder capabilities [\#49](https://github.com/CERT-BDF/TheHive4py/issues/49) - Run Cortex analyzer through api [\#40](https://github.com/CERT-BDF/TheHive4py/issues/40) - Update case [\#5](https://github.com/CERT-BDF/TheHive4py/issues/5) **Merged pull requests:** - Added missing attributes to the Case class. [\#50](https://github.com/CERT-BDF/TheHive4py/pull/50) ([npratley](https://github.com/npratley)) - Added the functionality to run a Cortex analyzer on an observable [\#44](https://github.com/CERT-BDF/TheHive4py/pull/44) ([alexgoedeke](https://github.com/alexgoedeke)) - Added get\_task\_logs method [\#42](https://github.com/CERT-BDF/TheHive4py/pull/42) ([billmurrin](https://github.com/billmurrin)) - Added a method to update a case. [\#41](https://github.com/CERT-BDF/TheHive4py/pull/41) ([npratley](https://github.com/npratley)) 2017-12-05T13:53:29+00:00 TheHive4py 1.4.1 TheHive4py 1.4.1 2017-12-19T09:45:13+00:00 ## [1.4.1](https://github.com/CERT-BDF/TheHive4py/tree/1.4.1) [Full Changelog](https://github.com/CERT-BDF/TheHive4py/compare/1.4.0...1.4.1) **Merged pull requests:** - fix get\_case\_observables method [\#53](https://github.com/CERT-BDF/TheHive4py/pull/53) ([billmurrin](https://github.com/billmurrin)) 2017-12-19T09:45:13+00:00 TheHive4py 1.4.2 TheHive4py 1.4.2 2017-12-27T10:24:36+00:00 ## [1.4.2](https://github.com/TheHive-Project/TheHive4py/tree/1.4.2) (2017-12-27) [1.4.2](https://github.com/TheHive-Project/TheHive4py/compare/1.4.1...1.4.2) **Implemented enhancements:** - Raise custom exceptions from api methods instead of calling sys.exit [\#55](https://github.com/TheHive-Project/TheHive4py/issues/55) **Merged pull requests:** - Add Sighted Support to the Observable Model [\#54](https://github.com/TheHive-Project/TheHive4py/pull/54) ([billmurrin](https://github.com/billmurrin)) 2017-12-27T10:24:36+00:00 TheHive4py 1.4.3 TheHive4py 1.4.3 2018-02-07T13:32:06+00:00 ## [1.4.3](https://github.com/TheHive-Project/TheHive4py/tree/1.4.3) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.4.2...1.4.3) **Implemented enhancements:** - add update\_alert to allow updating an alert [\#61](https://github.com/TheHive-Project/TheHive4py/pull/61) ([Rolinh](https://github.com/Rolinh)) **Fixed bugs:** - How to close a case via API [\#67](https://github.com/TheHive-Project/TheHive4py/issues/67) - CustomFields are not updated in update\_case [\#66](https://github.com/TheHive-Project/TheHive4py/issues/66) - Correction in update\_case usage [\#57](https://github.com/TheHive-Project/TheHive4py/issues/57) **Merged pull requests:** - created get\_linked\_cases method in api [\#60](https://github.com/TheHive-Project/TheHive4py/pull/60) ([billmurrin](https://github.com/billmurrin)) - fix spelling of exception [\#58](https://github.com/TheHive-Project/TheHive4py/pull/58) ([billmurrin](https://github.com/billmurrin)) 2018-02-07T13:32:06+00:00 TheHive4py 1.5.0 TheHive4py 1.5.0 2018-09-25T11:06:11+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.4.4...1.5.0) **Closed issues:** - Add a simple template search method [\#83](https://github.com/TheHive-Project/TheHive4py/issues/83) - Max recursion depth exceeded error [\#82](https://github.com/TheHive-Project/TheHive4py/issues/82) **Merged pull requests:** - Feature/promote alert to case [\#86](https://github.com/TheHive-Project/TheHive4py/pull/86) ([uplateandonline](https://github.com/uplateandonline)) - Feature/search templates [\#84](https://github.com/TheHive-Project/TheHive4py/pull/84) ([uplateandonline](https://github.com/uplateandonline)) - Prevent max recursion depth exceeded error [\#80](https://github.com/TheHive-Project/TheHive4py/pull/80) ([Psynbiotik](https://github.com/Psynbiotik)) - added search support for tasks [\#79](https://github.com/TheHive-Project/TheHive4py/pull/79) ([neok0](https://github.com/neok0)) 2018-09-25T11:06:11+00:00 TheHive4py 1.5.1 TheHive4py 1.5.1 2018-10-12T09:24:40+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.5.0...1.5.1) **Implemented enhancements:** - Add customFields to Alert [\#87](https://github.com/TheHive-Project/TheHive4py/pull/87) ([zpriddy](https://github.com/zpriddy)) 2018-10-12T09:24:40+00:00 TheHive4py 1.5.2 TheHive4py 1.5.2 2020-05-29T10:05:11+00:00 ## [1.5.2](https://github.com/TheHive-Project/TheHive4py/tree/1.5.2) (2018-11-12) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.5.1...1.5.2) **Fixed bugs:** - Support task-groups for tasks \(e.g. creation of Cases\) [\#91](https://github.com/TheHive-Project/TheHive4py/issues/91) **Closed issues:** - Unknown attribute alert.customFields when creating alert in version 1.5.1 [\#88](https://github.com/TheHive-Project/TheHive4py/issues/88) **Merged pull requests:** - support for task group names [\#92](https://github.com/TheHive-Project/TheHive4py/pull/92) ([crackytsi](https://github.com/crackytsi)) 2020-05-29T10:05:11+00:00 TheHive4py 1.5.3 TheHive4py 1.5.3 2020-05-29T10:05:28+00:00 ## [1.5.3](https://github.com/TheHive-Project/TheHive4py/tree/1.5.3) (2018-11-16) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.5.2...1.5.3) **Fixed bugs:** - Unable to close case as TruePositive WithImpact [\#93](https://github.com/TheHive-Project/TheHive4py/issues/93) 2020-05-29T10:05:28+00:00 TheHive4py 1.6.0 TheHive4py 1.6.0 2020-05-29T10:05:45+00:00 ## [1.6.0](https://github.com/TheHive-Project/TheHive4py/tree/1.6.0) (2018-12-17) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.5.3...1.6.0) **Merged pull requests:** - Implement some more functions [\#96](https://github.com/TheHive-Project/TheHive4py/pull/96) ([jojoob](https://github.com/jojoob)) - Create new sample bulk-alert-merge-to-case.py [\#95](https://github.com/TheHive-Project/TheHive4py/pull/95) ([david-burkett](https://github.com/david-burkett)) - Update observable [\#94](https://github.com/TheHive-Project/TheHive4py/pull/94) ([joseluratm](https://github.com/joseluratm)) 2020-05-29T10:05:45+00:00 TheHive4py 1.7.0 TheHive4py 1.7.0 2020-05-29T10:50:12+00:00 ## [1.7.0](https://github.com/TheHive-Project/TheHive4py/tree/1.7.0) (2020-05-29) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.6.0...1.7.0) **Implemented enhancements:** - Add custom field support for new types [\#152](https://github.com/TheHive-Project/TheHive4py/issues/152) - Return type is not correctly filled [\#150](https://github.com/TheHive-Project/TheHive4py/issues/150) - Models Case and CaseTemplate don't have PAP attribute [\#127](https://github.com/TheHive-Project/TheHive4py/issues/127) - Improve jsonify function to allow excluding attributes [\#125](https://github.com/TheHive-Project/TheHive4py/issues/125) **Fixed bugs:** - Add support to datetime for "date" CustomFields [\#138](https://github.com/TheHive-Project/TheHive4py/issues/138) - Update alert using 'fields' is not working [\#130](https://github.com/TheHive-Project/TheHive4py/issues/130) - Models should have the attribute 'id' [\#120](https://github.com/TheHive-Project/TheHive4py/issues/120) - promote\_alert\_to\_case\(\) doesn't apply caseTemplate [\#114](https://github.com/TheHive-Project/TheHive4py/issues/114) - PAP flag missing when creating a case from a retrieved Case object [\#111](https://github.com/TheHive-Project/TheHive4py/issues/111) - Specify an optional case template parameter to promote\_alert\_to\_case [\#115](https://github.com/TheHive-Project/TheHive4py/pull/115) ([agix](https://github.com/agix)) **Closed issues:** - Add support to like and wildcard operators [\#149](https://github.com/TheHive-Project/TheHive4py/issues/149) - FR: Get "task name" in an "case\_task\_log" event [\#148](https://github.com/TheHive-Project/TheHive4py/issues/148) - Create case with the hive 4 rc1 [\#144](https://github.com/TheHive-Project/TheHive4py/issues/144) - Is TheHive4py still alive? [\#141](https://github.com/TheHive-Project/TheHive4py/issues/141) - Add ioc and sighted attributes to case and alert artifacts [\#126](https://github.com/TheHive-Project/TheHive4py/issues/126) - support for case template deletion/creation [\#124](https://github.com/TheHive-Project/TheHive4py/issues/124) - Create update\_case\_observable [\#121](https://github.com/TheHive-Project/TheHive4py/issues/121) - Example python create case with observables [\#113](https://github.com/TheHive-Project/TheHive4py/issues/113) - Alert create error: \('Connection aborted.', error\(104, 'Connection reset by peer'\) [\#109](https://github.com/TheHive-Project/TheHive4py/issues/109) - Requesting analyzer report from cortex with thehive4py [\#107](https://github.com/TheHive-Project/TheHive4py/issues/107) **Merged pull requests:** - Add support for case delete, creating custom fields and create case templates [\#146](https://github.com/TheHive-Project/TheHive4py/pull/146) ([aurelienhess](https://github.com/aurelienhess)) - Support for json datetime [\#139](https://github.com/TheHive-Project/TheHive4py/pull/139) ([ehooo](https://github.com/ehooo)) - Added IDs in all models [\#123](https://github.com/TheHive-Project/TheHive4py/pull/123) ([mgabriel-silva](https://github.com/mgabriel-silva)) - Added update\_case\_observable [\#122](https://github.com/TheHive-Project/TheHive4py/pull/122) ([mgabriel-silva](https://github.com/mgabriel-silva)) - Added support for custom owner on Case creation [\#118](https://github.com/TheHive-Project/TheHive4py/pull/118) ([victorvillar](https://github.com/victorvillar)) 2020-05-29T10:50:12+00:00 TheHive4py 1.7.1 TheHive4py 1.7.1 2020-06-04T15:57:34+00:00 ## [1.7.1](https://github.com/TheHive-Project/TheHive4py/tree/1.7.1) (2020-06-04) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.7.0...1.7.1) **Fixed bugs:** - Not able to create Case Observable [\#162](https://github.com/TheHive-Project/TheHive4py/issues/162) **Merged pull requests:** - Add id for case template [\#140](https://github.com/TheHive-Project/TheHive4py/pull/140) ([golaso](https://github.com/golaso)) 2020-06-04T15:57:34+00:00 TheHive4py 1.7.2 TheHive4py 1.7.2 2020-06-24T10:06:58+00:00 ## [1.7.2](https://github.com/TheHive-Project/TheHive4py/tree/1.7.2) (2020-06-24) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.7.1...1.7.2) **Fixed bugs:** - Fix the constructor of TheHiveApi class [\#170](https://github.com/TheHive-Project/TheHive4py/issues/170) - NameError: name 'requests' is not defined [\#163](https://github.com/TheHive-Project/TheHive4py/issues/163) **Merged pull requests:** - Importing requests module [\#168](https://github.com/TheHive-Project/TheHive4py/pull/168) ([gaglimax](https://github.com/gaglimax)) 2020-06-24T10:06:58+00:00 TheHive4py 1.8.0 TheHive4py 1.8.0 2020-11-27T13:50:06+00:00 **Fixed bugs:** - \[Bug\] With TheHive 4.0.1 thehive4py api.get\_case\_observables\(\) fails [\#198](https://github.com/TheHive-Project/TheHive4py/issues/198) - Error updating alert artifact [\#195](https://github.com/TheHive-Project/TheHive4py/issues/195) - typo error on api.py line 658 [\#173](https://github.com/TheHive-Project/TheHive4py/issues/173) - Documentation mismatch on function return [\#165](https://github.com/TheHive-Project/TheHive4py/issues/165) - Fix exception handling for merge\_alert\_into\_case [\#203](https://github.com/TheHive-Project/TheHive4py/pull/203) ([haam3r](https://github.com/haam3r)) - Issue \#173: corrected typo 'custom\_field.madatory' to 'custom\_field.mandatory' [\#188](https://github.com/TheHive-Project/TheHive4py/pull/188) ([fwalloe](https://github.com/fwalloe)) **Closed issues:** - Add attachment download support [\#204](https://github.com/TheHive-Project/TheHive4py/issues/204) - Add method to merge an alert into a case [\#197](https://github.com/TheHive-Project/TheHive4py/issues/197) - Add support to ignoreSimilarity attribute [\#194](https://github.com/TheHive-Project/TheHive4py/issues/194) - Query ContainsString not working [\#193](https://github.com/TheHive-Project/TheHive4py/issues/193) - Missing function delete\_case\_task [\#190](https://github.com/TheHive-Project/TheHive4py/issues/190) - \[Bug\] Get\_Case\_Template broken in TheHive 4 [\#183](https://github.com/TheHive-Project/TheHive4py/issues/183) - \[Bug\] Cannot create Case Observable on TheHive4 despite manageObservable Permission [\#179](https://github.com/TheHive-Project/TheHive4py/issues/179) - Add support to alert.externalLink attribute [\#169](https://github.com/TheHive-Project/TheHive4py/issues/169) - Create enumerations for enumerated data [\#161](https://github.com/TheHive-Project/TheHive4py/issues/161) - Add find\_task\_logs function [\#160](https://github.com/TheHive-Project/TheHive4py/issues/160) - Add PAP field to alert [\#159](https://github.com/TheHive-Project/TheHive4py/issues/159) - Add find\_observables method [\#157](https://github.com/TheHive-Project/TheHive4py/issues/157) - Querying for Cases that Contain Substring in Custom Field [\#128](https://github.com/TheHive-Project/TheHive4py/issues/128) - FR: Download file from task log [\#112](https://github.com/TheHive-Project/TheHive4py/issues/112) - Allow file observable creation from memory [\#35](https://github.com/TheHive-Project/TheHive4py/issues/35) **Merged pull requests:** - Get case observable function [\#206](https://github.com/TheHive-Project/TheHive4py/pull/206) ([jeffrey-e](https://github.com/jeffrey-e)) - Add method to delete alert [\#202](https://github.com/TheHive-Project/TheHive4py/pull/202) ([haam3r](https://github.com/haam3r)) - Make get\_task\_logs\(\) use 'api/case/task/log/\_search/' [\#200](https://github.com/TheHive-Project/TheHive4py/pull/200) ([jnahorny](https://github.com/jnahorny)) - Fixed typo in explanation part of some functions in query.py [\#199](https://github.com/TheHive-Project/TheHive4py/pull/199) ([fwalloe](https://github.com/fwalloe)) - Use dict key lookup instead of hasattr [\#196](https://github.com/TheHive-Project/TheHive4py/pull/196) ([Kamforka](https://github.com/Kamforka)) - Implement case task deletion via patch request [\#191](https://github.com/TheHive-Project/TheHive4py/pull/191) ([gelim](https://github.com/gelim)) - Add delete\_case\_observable method to api [\#189](https://github.com/TheHive-Project/TheHive4py/pull/189) ([p-tekh](https://github.com/p-tekh)) - Added MISP export functionality [\#187](https://github.com/TheHive-Project/TheHive4py/pull/187) ([emalderson](https://github.com/emalderson)) - Adding externalLink to Alert model [\#181](https://github.com/TheHive-Project/TheHive4py/pull/181) ([milesflo](https://github.com/milesflo)) - Get alert with similarities [\#172](https://github.com/TheHive-Project/TheHive4py/pull/172) ([dainok](https://github.com/dainok)) - Add find\_observables [\#171](https://github.com/TheHive-Project/TheHive4py/pull/171) ([dainok](https://github.com/dainok)) - Fix documentation mismatch on api.find\_first TheHive-Project/TheHive4py\#165 [\#166](https://github.com/TheHive-Project/TheHive4py/pull/166) ([haam3r](https://github.com/haam3r)) - Merge alert to case [\#164](https://github.com/TheHive-Project/TheHive4py/pull/164) ([haam3r](https://github.com/haam3r)) - Pass in file-like objects for case observables [\#135](https://github.com/TheHive-Project/TheHive4py/pull/135) ([jaredjennings](https://github.com/jaredjennings)) 2020-11-27T13:50:06+00:00 TheHive4py 1.8.1 TheHive4py 1.8.1 2021-01-13T07:29:17+00:00 **Fixed bugs:** - \[BUG\] Unable to create Alert [\#207](https://github.com/TheHive-Project/TheHive4py/issues/207) **Closed issues:** - \[Feature Request\] Add alert artifact methods, for TheHive 4 only [\#208](https://github.com/TheHive-Project/TheHive4py/issues/208) 2021-01-13T07:29:17+00:00 TheHive4py 2.0.0b0 TheHive4py 2.0.0b0 2022-08-05T14:55:07+00:00 ## What's Changed * Update for 5.0.1 by @vdebergue in https://github.com/TheHive-Project/TheHive4py/pull/241 * added case.set_share by @migueldo in https://github.com/TheHive-Project/TheHive4py/pull/242 ## New Contributors * @vdebergue made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/241 * @migueldo made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/242 **Full Changelog**: https://github.com/TheHive-Project/TheHive4py/commits/2.0.0b0 2022-08-05T14:55:07+00:00 TheHive4py 2.0.0b1 TheHive4py 2.0.0b1 2022-08-05T14:55:32+00:00 ## What's Changed * #250 - Implement list comment methods for alerts and cases by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/251 **Full Changelog**: https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b0...2.0.0b1 2022-08-05T14:55:32+00:00 TheHive4py 2.0.0b2 TheHive4py 2.0.0b2 2022-08-20T10:19:46+00:00 ## What's Changed * #250 - Implement list comment methods for alerts and cases by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/251 * [fr] ability to manage multi valued customfields by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/253 **Full Changelog**: [2.0.0b1..2.0.0b2](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b1..2.0.0b2) 2022-08-20T10:19:46+00:00 TheHive4py 2.0.0b3 TheHive4py 2.0.0b3 2022-10-24T17:30:02+00:00 ## [2.0.0b3](https://github.com/TheHive-Project/TheHive4py/tree/2.0.0b3) (2022-10-24) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b2...2.0.0b3) **Closed issues:** - Use between with 2 dates [\#257](https://github.com/TheHive-Project/TheHive4py/issues/257) - JSONDecodeError not caught correctly when using AWS Lambda [\#255](https://github.com/TheHive-Project/TheHive4py/issues/255) - thehive4py==1.8.1 Code Erroe [\#254](https://github.com/TheHive-Project/TheHive4py/issues/254) **Merged pull requests:** - Set InputAlert's date property as optional [\#260](https://github.com/TheHive-Project/TheHive4py/pull/260) ([Kamforka](https://github.com/Kamforka)) - Use json.loads instead of relying on requests' json method [\#259](https://github.com/TheHive-Project/TheHive4py/pull/259) ([Kamforka](https://github.com/Kamforka)) - Persist error response data in TheHiveError [\#258](https://github.com/TheHive-Project/TheHive4py/pull/258) ([Kamforka](https://github.com/Kamforka)) 2022-10-24T17:30:02+00:00 TheHive4py 2.0.0b4 TheHive4py 2.0.0b4 2023-01-20T12:49:11+00:00 ## [2.0.0b4](https://github.com/TheHive-Project/TheHive4py/tree/2.0.0b4) (2023-01-20) [Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b3...2.0.0b4) **Closed issues:** - Add case and alert TTPs operations [\#268](https://github.com/TheHive-Project/TheHive4py/issues/268) - How to perform a bulk-insert of observables [\#263](https://github.com/TheHive-Project/TheHive4py/issues/263) **Merged pull requests:** - add py.typed to the project to please mypy and make the library PEP-561 compliant [\#272](https://github.com/TheHive-Project/TheHive4py/pull/272) ([Kamforka](https://github.com/Kamforka)) - 268 add case and alert ttps operations [\#271](https://github.com/TheHive-Project/TheHive4py/pull/271) ([Kamforka](https://github.com/Kamforka)) - Test observable attachment download [\#270](https://github.com/TheHive-Project/TheHive4py/pull/270) ([Kamforka](https://github.com/Kamforka)) - Add parameters to method alert.promote\_to\_case\(\) [\#269](https://github.com/TheHive-Project/TheHive4py/pull/269) ([vdebergue](https://github.com/vdebergue)) - Update README.md [\#267](https://github.com/TheHive-Project/TheHive4py/pull/267) ([ater49](https://github.com/ater49)) - Download an attachment from an observable [\#266](https://github.com/TheHive-Project/TheHive4py/pull/266) ([mike1796](https://github.com/mike1796)) - Create local ci commands for devs [\#265](https://github.com/TheHive-Project/TheHive4py/pull/265) ([Kamforka](https://github.com/Kamforka)) - Add observableType endpoints [\#264](https://github.com/TheHive-Project/TheHive4py/pull/264) ([Black-Pearl25](https://github.com/Black-Pearl25)) - Migrate to pyproject.toml [\#262](https://github.com/TheHive-Project/TheHive4py/pull/262) ([Kamforka](https://github.com/Kamforka)) - Add basic ci workflow [\#261](https://github.com/TheHive-Project/TheHive4py/pull/261) ([Kamforka](https://github.com/Kamforka)) 2023-01-20T12:49:11+00:00 TheHive4py 2.0.0b5 TheHive4py 2.0.0b5 2023-10-13T15:48:44+00:00 ## What's Changed Merged Pull Requests * Delete unused setup.py by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/298 * Actualize main with develop by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/297 * Enhance readme by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/299 * Add deployment workflow by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/300 * Update important note and add query examples by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/305 * Change to MIT license by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/306 * Get rid of setup.cfg by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/309 * Fix and update filters by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/310 * Bump thehive4py-integrator to v5.2.5 by @Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/312 **Full Changelog**: https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b4...2.0.0b5 2023-10-13T15:48:44+00:00 TheHive 2.9.1 TheHive 2.9.1 2016-11-28T13:33:21+00:00 ## [Changelog](https://github.com/CERT-BDF/TheHive/tree/2.9.1) **Implemented enhancements:** - Update logo and favicon [#45](https://github.com/CERT-BDF/TheHive/issues/45) - Inconsistent wording between the login and user management pages [#44](https://github.com/CERT-BDF/TheHive/issues/44) - MaxMind Analyzer 'Short Report' has hard-coded language [#23](https://github.com/CERT-BDF/TheHive/issues/23) - Don't update imported case from MISP if it is deleted or merged [#22](https://github.com/CERT-BDF/TheHive/issues/22) **Fixed bugs:** - NPE occurs at startup if conf directory doesn't exists [#41](https://github.com/CERT-BDF/TheHive/issues/41) - Resource not found by Assets controller [#38](https://github.com/CERT-BDF/TheHive/issues/38) - Systemd startup script does not work [#29](https://github.com/CERT-BDF/TheHive/issues/29) - MISP event parsing error when it doesn't contain any attribute [#25](https://github.com/CERT-BDF/TheHive/issues/25) - Phantom tabs [#18](https://github.com/CERT-BDF/TheHive/issues/18) - The Action button of observables list is blank [#15](https://github.com/CERT-BDF/TheHive/issues/15) - Description becomes empty when you cancel an edition [#13](https://github.com/CERT-BDF/TheHive/issues/13) - Metric Labels Not Showing in Case View [#10](https://github.com/CERT-BDF/TheHive/issues/10) - chrome on os x - header alignment [#5](https://github.com/CERT-BDF/TheHive/issues/5) - Tags not saving when creating observable. [#4](https://github.com/CERT-BDF/TheHive/issues/4) **Closed issues:** - Statistics based on Tags [#37](https://github.com/CERT-BDF/TheHive/issues/37) - Statistics on a per case template name / prefix basis [#31](https://github.com/CERT-BDF/TheHive/issues/31) - Observable Viewing Page [#17](https://github.com/CERT-BDF/TheHive/issues/17) - Case merging [#14](https://github.com/CERT-BDF/TheHive/issues/14) - Give us something to work with! [#2](https://github.com/CERT-BDF/TheHive/issues/2) **Merged pull requests:** - New analyzer to check URL categories [#24](https://github.com/CERT-BDF/TheHive/pull/24) ([ecapuano](https://github.com/ecapuano)) - Fix "Run from Docker" [#9](https://github.com/CERT-BDF/TheHive/pull/9) ([2xyo](https://github.com/2xyo)) - Fixing a Simple Typo [#6](https://github.com/CERT-BDF/TheHive/pull/6) ([swannysec](https://github.com/swannysec)) - Fixed broken link to Wiki [#1](https://github.com/CERT-BDF/TheHive/pull/1) ([Neo23x0](https://github.com/Neo23x0)) 2016-11-28T13:33:21+00:00 TheHive 2.9.2 TheHive 2.9.2 2017-01-19T11:06:40+00:00 ## [2.9.2](https://github.com/CERT-BDF/TheHive/tree/2.9.2) (2017-01-19) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.9.1...2.9.2) **Fixed bugs:** - docker image: $.post(...).success is not a function [#95](https://github.com/CERT-BDF/TheHive/issues/95) 2017-01-19T11:06:40+00:00 TheHive 2.10.0 TheHive 2.10.0 2017-02-01T16:05:45+00:00 ## [2.10.0](https://github.com/CERT-BDF/TheHive/tree/2.10.0) (2017-02-01) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.9.2...2.10.0) **Implemented enhancements:** - Improve cases listing page [#76](https://github.com/CERT-BDF/TheHive/issues/76) - When closing a task, close the associated tab as well [#66](https://github.com/CERT-BDF/TheHive/issues/66) - Load the Current Cases View when Closing a Case [#61](https://github.com/CERT-BDF/TheHive/issues/61) - Externalize observable analysis [#53](https://github.com/CERT-BDF/TheHive/issues/53) - Changeable case owner [#30](https://github.com/CERT-BDF/TheHive/issues/30) - Make release process easier [#28](https://github.com/CERT-BDF/TheHive/issues/28) - Newly created case template not visible in NEW case until logout/login [#26](https://github.com/CERT-BDF/TheHive/issues/26) **Fixed bugs:** - Template Limit Bug [#105](https://github.com/CERT-BDF/TheHive/issues/105) - Bug related case [#97](https://github.com/CERT-BDF/TheHive/issues/97) - Case TLP should be set to AMBER by default [#96](https://github.com/CERT-BDF/TheHive/issues/96) - User is not notified on MISP error [#88](https://github.com/CERT-BDF/TheHive/issues/88) - Locked users cannot be assignee of cases [#77](https://github.com/CERT-BDF/TheHive/issues/77) - Task descriptions from case templates are not applied [#65](https://github.com/CERT-BDF/TheHive/issues/65) - Add an already exist observable returns an unexpected error [#63](https://github.com/CERT-BDF/TheHive/issues/63) - Don't use deleted obserables to link cases [#62](https://github.com/CERT-BDF/TheHive/issues/62) - Assign a default role to new users and remove the ability to assign empty roles [#60](https://github.com/CERT-BDF/TheHive/issues/60) - Locked users are still able to log in [#59](https://github.com/CERT-BDF/TheHive/issues/59) - MISP events counter is not refreshed [#58](https://github.com/CERT-BDF/TheHive/issues/58) - Make sure to clear new task log editor [#57](https://github.com/CERT-BDF/TheHive/issues/57) - Missing markdown editor in case close dialog [#42](https://github.com/CERT-BDF/TheHive/issues/42) **Closed issues:** - Update BuildGuide [#102](https://github.com/CERT-BDF/TheHive/issues/102) - Feature Request - Add Case Statistics by Severity [#70](https://github.com/CERT-BDF/TheHive/issues/70) - Use avatars in user profiles [#69](https://github.com/CERT-BDF/TheHive/issues/69) - Allow (un)set observable as IOC from the observable's page [#68](https://github.com/CERT-BDF/TheHive/issues/68) - Database schema update (v8) [#67](https://github.com/CERT-BDF/TheHive/issues/67) - Add support for more filetypes to PE_info analyser [#54](https://github.com/CERT-BDF/TheHive/issues/54) - Create an analyzer to get information about PE file [#51](https://github.com/CERT-BDF/TheHive/issues/51) - PhishTank Analyzer [#40](https://github.com/CERT-BDF/TheHive/issues/40) - OTX Analyzer [#32](https://github.com/CERT-BDF/TheHive/issues/32) **Merged pull requests:** - AlienVault OTX Analyzer [#39](https://github.com/CERT-BDF/TheHive/pull/39) ([ecapuano](https://github.com/ecapuano)) 2017-02-01T16:05:45+00:00 TheHive 2.10.1 TheHive 2.10.1 2017-03-08T14:39:53+00:00 ## [2.10.1](https://github.com/CERT-BDF/TheHive/tree/2.10.0) (2017-03-08) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.10.0...2.10.0) **Implemented enhancements:** - Remove the "Run all analyzers" option from observables list [\#141](https://github.com/CERT-BDF/TheHive/issues/141) - Remove duplicate stream callbacks registration [\#138](https://github.com/CERT-BDF/TheHive/issues/138) - Typo in quick filters [\#134](https://github.com/CERT-BDF/TheHive/issues/134) - Display a warning when trying to merge an already merged case [\#129](https://github.com/CERT-BDF/TheHive/issues/129) - Restyle avatar's upload button [\#126](https://github.com/CERT-BDF/TheHive/issues/126) - Feature Request: Ansible build scripts [\#124](https://github.com/CERT-BDF/TheHive/issues/124) - Add pagination component at the top of the task log [\#116](https://github.com/CERT-BDF/TheHive/issues/116) - Disable buttons in MISP event's preview dialog [\#115](https://github.com/CERT-BDF/TheHive/issues/115) - Make The Hive working on any URL path and not only / [\#114](https://github.com/CERT-BDF/TheHive/issues/114) - Misleading MISP Event Date and Time [\#101](https://github.com/CERT-BDF/TheHive/issues/101) - Upgrade to the last version of UI-Bootstrap UI library [\#79](https://github.com/CERT-BDF/TheHive/issues/79) **Fixed bugs:** - Fix OTXQuery report template [\#142](https://github.com/CERT-BDF/TheHive/issues/142) - 401 HTTP responses don't trigger redirection to login page [\#140](https://github.com/CERT-BDF/TheHive/issues/140) - Fix a JS issue related to inactivity dialog [\#139](https://github.com/CERT-BDF/TheHive/issues/139) - Flow is not shown [\#127](https://github.com/CERT-BDF/TheHive/issues/127) - Case merge does not close tasks in merged cases [\#118](https://github.com/CERT-BDF/TheHive/issues/118) - Web UI doesn't refresh once a report template is deleted [\#113](https://github.com/CERT-BDF/TheHive/issues/113) - Open log in new windows [\#108](https://github.com/CERT-BDF/TheHive/issues/108) - Cannot add an observable which datatype has been added by an admin [\#106](https://github.com/CERT-BDF/TheHive/issues/106) - Observables password hint does not reflect backend change [\#83](https://github.com/CERT-BDF/TheHive/issues/83) 2017-03-08T14:39:53+00:00 TheHive 2.10.2 TheHive 2.10.2 2017-04-18T17:06:31+00:00 [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.10.1...2.10.2) **Implemented enhancements:** - Run all analyzers on multiple observables from observables view [\#174](https://github.com/CERT-BDF/TheHive/issues/174) - Add CSRF protection [\#158](https://github.com/CERT-BDF/TheHive/issues/158) - Persistence for task viewing options [\#157](https://github.com/CERT-BDF/TheHive/issues/157) **Fixed bugs:** - MISP import fails [\#169](https://github.com/CERT-BDF/TheHive/issues/169) - Unauthenticated access to some pages doesn't redirect to login page [\#161](https://github.com/CERT-BDF/TheHive/issues/161) - Disable readonly access to admin pages, for users without 'admin' role [\#160](https://github.com/CERT-BDF/TheHive/issues/160) - Secure the usage of angular-ui-notification library [\#159](https://github.com/CERT-BDF/TheHive/issues/159) - Pagination does not work with 100 results per page [\#152](https://github.com/CERT-BDF/TheHive/issues/152) **Closed issues:** - Observable Tags not displayed in 2.10.1 [\#155](https://github.com/CERT-BDF/TheHive/issues/155) 2017-04-18T17:06:31+00:00 TheHive 2.11.0 TheHive 2.11.0 2017-05-12T13:45:56+00:00 ## [2.11.0](https://github.com/CERT-BDF/TheHive/tree/HEAD) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.10.2...2.11.0) **Implemented enhancements:** - Improve logs browsing [\#128](https://github.com/CERT-BDF/TheHive/issues/128) - Refresh the UI's skin [\#145](https://github.com/CERT-BDF/TheHive/issues/145) - Show severity on the "Cases Page" [\#165](https://github.com/CERT-BDF/TheHive/issues/165) - Update the datalist filter previews to display meaningful values [\#166](https://github.com/CERT-BDF/TheHive/issues/166) - Display the logos of the integrated external services [\#198](https://github.com/CERT-BDF/TheHive/issues/198) - TheHive send to many information to Cortex when an analyze is requested [\#196](https://github.com/CERT-BDF/TheHive/issues/196) - Sort the list of report templates [\#195](https://github.com/CERT-BDF/TheHive/issues/195) - Add support to .deb and .rpm package generation [\#193](https://github.com/CERT-BDF/TheHive/issues/193) - Cannot distinguish which analysers run on which cortex instance [\#179](https://github.com/CERT-BDF/TheHive/issues/179) - Connect to Cortex protected by Basic Auth [\#173](https://github.com/CERT-BDF/TheHive/issues/173) - Implement the alerting framework feature [\#170](https://github.com/CERT-BDF/TheHive/issues/170) - Make the flow collapsible, in case details page [\#167](https://github.com/CERT-BDF/TheHive/issues/167) - Connect to Cortex instance via proxy [\#147](https://github.com/CERT-BDF/TheHive/issues/147) - Proxy authentication [\#143](https://github.com/CERT-BDF/TheHive/issues/143) - Add pagination component at the top of all the data lists [\#151](https://github.com/CERT-BDF/TheHive/issues/151) - Ignored MISP events are no longer visible and cannot be imported [\#107](https://github.com/CERT-BDF/TheHive/issues/107) - Reordering Tasks [\#21](https://github.com/CERT-BDF/TheHive/issues/21) - MISP import filter / filtering of events [\#86](https://github.com/CERT-BDF/TheHive/issues/86) - Add support of case template in back-end API [\#144](https://github.com/CERT-BDF/TheHive/issues/144) - Disable field autocomplete on the login form [\#146](https://github.com/CERT-BDF/TheHive/issues/146) - Feature request: Autocomplete tags [\#119](https://github.com/CERT-BDF/TheHive/issues/119) **Fixed bugs:** - Duplicate HTTP calls in case page [\#187](https://github.com/CERT-BDF/TheHive/issues/187) - Job status refresh [\#171](https://github.com/CERT-BDF/TheHive/issues/171) - Fix the success message when running a set of analyzers[\#199](https://github.com/CERT-BDF/TheHive/issues/199) **Closed issues:** - Support for cuckoo malware analysis plattform \(link analysis\) [\#181](https://github.com/CERT-BDF/TheHive/issues/181) **Merged pull requests:** - Fixed minor typo in template creation and update notifications. [\#194](https://github.com/CERT-BDF/TheHive/pull/194) ([dewoodruff](https://github.com/dewoodruff)) 2017-05-12T13:45:56+00:00 TheHive 2.11.1 TheHive 2.11.1 2017-05-17T15:13:21+00:00 ## [2.11.1](https://github.com/CERT-BDF/TheHive/tree/HEAD) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.11.0...2.11.1) **Implemented enhancements:** - Show available reports number for each observable [\#211](https://github.com/CERT-BDF/TheHive/issues/211) - Merge Duplicate Tasks during Case Merge [\#180](https://github.com/CERT-BDF/TheHive/issues/180) **Fixed bugs:** - Case templates not applied when converting an alert to a case [\#206](https://github.com/CERT-BDF/TheHive/issues/206) - Observable of merged cased might have duplicate tags [\#205](https://github.com/CERT-BDF/TheHive/issues/205) - Error updating case templates [\#204](https://github.com/CERT-BDF/TheHive/issues/204) 2017-05-17T15:13:21+00:00 TheHive 2.11.2 TheHive 2.11.2 2017-05-24T09:59:59+00:00 ## [2.11.2](https://github.com/CERT-BDF/TheHive/tree/2.11.2) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.11.1...2.11.2) **Implemented enhancements:** - Visually distinguish between analyzed and non analyzer observables [\#224](https://github.com/CERT-BDF/TheHive/issues/224) - Add Description Field to Alert Preview Modal [\#218](https://github.com/CERT-BDF/TheHive/issues/218) - Show case severity in lists [\#188](https://github.com/CERT-BDF/TheHive/issues/188) **Fixed bugs:** - MISP synchronization - attributes are not retrieve [\#221](https://github.com/CERT-BDF/TheHive/issues/221) - MISP synchronization - Alerts are wrongly updated [\#220](https://github.com/CERT-BDF/TheHive/issues/220) - Cortex jobs from thehive fail silently [\#219](https://github.com/CERT-BDF/TheHive/issues/219) **Merged pull requests:** - Fixing links to docu repo [\#213](https://github.com/CERT-BDF/TheHive/pull/213) ([SHSauler](https://github.com/SHSauler)) 2017-05-24T09:59:59+00:00 TheHive 2.11.3 TheHive 2.11.3 2017-06-14T14:44:24+00:00 ## [2.11.3](https://github.com/CERT-BDF/TheHive/tree/2.11.3) (2017-06-14) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/debian/2.11.2-2...2.11.3) **Fixed bugs:** - Unable to add tasks to case template [\#239](https://github.com/CERT-BDF/TheHive/issues/239) - Problem Start TheHive on Ubuntu 16.04 [\#238](https://github.com/CERT-BDF/TheHive/issues/238) - MISP synchronization doesn't retrieve all events [\#236](https://github.com/CERT-BDF/TheHive/issues/236) 2017-06-14T14:44:24+00:00 TheHive 2.12.0 TheHive 2.12.0 2017-07-05T08:34:42+00:00 ## [2.12.0](https://github.com/CERT-BDF/TheHive/tree/2.12.0) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.11.3...2.12.0) **Implemented enhancements:** - Sort the analyzers list in observable details page [\#245](https://github.com/CERT-BDF/TheHive/issues/245) - More options to sort cases [\#243](https://github.com/CERT-BDF/TheHive/issues/243) - Alert Preview and management improvements [\#232](https://github.com/CERT-BDF/TheHive/issues/232) - Ability to Reopen Tasks [\#156](https://github.com/CERT-BDF/TheHive/issues/156) - Display short reports on the Observables tab [\#131](https://github.com/CERT-BDF/TheHive/issues/131) - Custom fields for case template [\#12](https://github.com/CERT-BDF/TheHive/issues/12) - Show case status and category \(FP, TP, IND\) in related cases [\#229](https://github.com/CERT-BDF/TheHive/issues/229) - Open External Links in New Tab [\#228](https://github.com/CERT-BDF/TheHive/issues/228) - Observable analyzers view reports. [\#191](https://github.com/CERT-BDF/TheHive/issues/191) - Specifying tags on statistics page or performing a search [\#186](https://github.com/CERT-BDF/TheHive/issues/186) - Choose case template while importing events from MISP [\#175](https://github.com/CERT-BDF/TheHive/issues/175) - Use local font files [\#250](https://github.com/CERT-BDF/TheHive/issues/250) **Fixed bugs:** - Fix case metrics malformed definitions [\#248](https://github.com/CERT-BDF/TheHive/issues/248) - Sorting alerts by severity fails [\#242](https://github.com/CERT-BDF/TheHive/issues/242) - Alerting Panel: Typo Correction [\#240](https://github.com/CERT-BDF/TheHive/issues/240) - files in alerts are limited to 32kB [\#237](https://github.com/CERT-BDF/TheHive/issues/237) - Alert can contain inconsistent data [\#234](https://github.com/CERT-BDF/TheHive/issues/234) - Search do not work with non-latin characters [\#223](https://github.com/CERT-BDF/TheHive/issues/223) - report status not updated after finish [\#212](https://github.com/CERT-BDF/TheHive/issues/212) - A locked user can use the API to create / delete / list cases \(and more\) [\#251](https://github.com/CERT-BDF/TheHive/issues/251) 2017-07-05T08:34:42+00:00 TheHive 2.12.1 TheHive 2.12.1 2017-08-01T08:41:55+00:00 ## [2.12.1](https://github.com/CERT-BDF/TheHive/tree/2.12.1) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.12.0...2.12.1) **Implemented enhancements:** - Fix warnings in debian package [\#267](https://github.com/CERT-BDF/TheHive/issues/267) - Merging alert into existing case does not merge alert description into case description [\#255](https://github.com/CERT-BDF/TheHive/issues/255) **Fixed bugs:** - Case similarity reports merged cases [\#272](https://github.com/CERT-BDF/TheHive/issues/272) - Closing a case with an open task does not dismiss task in "My tasks" [\#269](https://github.com/CERT-BDF/TheHive/issues/269) - API: cannot create alert if one alert artifact contains the IOC field set [\#268](https://github.com/CERT-BDF/TheHive/issues/268) - Can't get logs of a task via API [\#259](https://github.com/CERT-BDF/TheHive/issues/259) - Add multiple attachments in a single task log doesn't work [\#257](https://github.com/CERT-BDF/TheHive/issues/257) - Cortex Connector Not Found [\#256](https://github.com/CERT-BDF/TheHive/issues/256) - TheHive doesn't send the file name to Cortex [\#254](https://github.com/CERT-BDF/TheHive/issues/254) - Renaming of users does not work [\#249](https://github.com/CERT-BDF/TheHive/issues/249) 2017-08-01T08:41:55+00:00 TheHive 2.13.0 TheHive 2.13.0 2017-09-15T14:00:09+00:00 ## [2.13](https://github.com/CERT-BDF/TheHive/tree/2.13) (2017-09-15) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.12.1...2.13) **Implemented enhancements:** - Group ownership in Docker image prevents running on OpenShift [\#307](https://github.com/CERT-BDF/TheHive/issues/307) - Improve the content of alert flow items [\#304](https://github.com/CERT-BDF/TheHive/issues/304) - Add a basic support for webhooks [\#293](https://github.com/CERT-BDF/TheHive/issues/293) - Add basic authentication to Stream API [\#291](https://github.com/CERT-BDF/TheHive/issues/291) - Add Support for Play 2.6.x and Elasticsearch 5.x [\#275](https://github.com/CERT-BDF/TheHive/issues/275) - Fine grained user permissions for API access [\#263](https://github.com/CERT-BDF/TheHive/issues/263) - Alert Pane: Catch Incorrect Keywords [\#241](https://github.com/CERT-BDF/TheHive/issues/241) - Specify multiple AD servers in TheHive configuration [\#231](https://github.com/CERT-BDF/TheHive/issues/231) - Export cases in MISP events [\#52](https://github.com/CERT-BDF/TheHive/issues/52) **Fixed bugs:** - Download attachment with non-latin filename [\#302](https://github.com/CERT-BDF/TheHive/issues/302) - Undefined threat level from MISP events becomes severity "4" [\#300](https://github.com/CERT-BDF/TheHive/issues/300) - File name is not displayed in observable conflict dialog [\#295](https://github.com/CERT-BDF/TheHive/issues/295) - A colon punctuation mark in a search query results in 500 [\#285](https://github.com/CERT-BDF/TheHive/issues/285) - Previewing alerts fails with "too many substreams open" due to case similarity process [\#280](https://github.com/CERT-BDF/TheHive/issues/280) **Closed issues:** - Threat level/severity code inverted between The Hive and MISP [\#292](https://github.com/CERT-BDF/TheHive/issues/292) 2017-09-15T14:00:09+00:00 TheHive 2.13.1 TheHive 2.13.1 2017-10-03T08:24:46+00:00 [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.13.0...2.13.1) **Fixed bugs:** - Tasks Tab Elasticsearch exception: Fielddata is disabled on text fields by default. Set fielddata=true on \[title\] [\#311](https://github.com/CERT-BDF/TheHive/issues/311) 2017-10-03T08:24:46+00:00 TheHive 3.0.0 TheHive 3.0.0 2017-12-05T13:49:47+00:00 [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.13.2...3.0.0) **Implemented enhancements:** - Assign default values to case templates' custom fields [\#375](https://github.com/CERT-BDF/TheHive/issues/375) - Add the Ability to Import and Export Case Templates [\#369](https://github.com/CERT-BDF/TheHive/issues/369) - Add a sighted flag for IOCs [\#365](https://github.com/CERT-BDF/TheHive/issues/365) - Alert id should not be used to build case title when using case templates [\#364](https://github.com/CERT-BDF/TheHive/issues/364) - Set task assignee in case template [\#362](https://github.com/CERT-BDF/TheHive/issues/362) - Add Autonomous Systems to the Default Datatype List [\#359](https://github.com/CERT-BDF/TheHive/issues/359) - Display more than 10 users per page and sort them by alphanumerical order [\#346](https://github.com/CERT-BDF/TheHive/issues/346) - \[Minor\] Add user dialog title issue [\#345](https://github.com/CERT-BDF/TheHive/issues/345) - Deleted cases showing in statistics [\#317](https://github.com/CERT-BDF/TheHive/issues/317) - Dynamic dashboard [\#312](https://github.com/CERT-BDF/TheHive/issues/312) - Add health check in status API [\#306](https://github.com/CERT-BDF/TheHive/issues/306) - Alerts in Statistics [\#274](https://github.com/CERT-BDF/TheHive/issues/274) - Statistics: Observables and IOC over time [\#215](https://github.com/CERT-BDF/TheHive/issues/215) - Export Statistics/Metrics [\#197](https://github.com/CERT-BDF/TheHive/issues/197) - Msg\_Parser analyser show for all files [\#184](https://github.com/CERT-BDF/TheHive/issues/184) - Assign default metric values [\#176](https://github.com/CERT-BDF/TheHive/issues/176) - Display Cortex Version, Instance Name, Status and Available Analyzers [\#130](https://github.com/CERT-BDF/TheHive/issues/130) - Feature Request: Webhooks [\#20](https://github.com/CERT-BDF/TheHive/issues/20) - Remove the From prefix and template suffix around a template name in the New Case menu [\#348](https://github.com/CERT-BDF/TheHive/issues/348) - Keep the alert date when creating a case from it [\#320](https://github.com/CERT-BDF/TheHive/issues/320) - Export to MISP: add TLP [\#314](https://github.com/CERT-BDF/TheHive/issues/314) - Show already known observables in Import MISP Events preview window [\#137](https://github.com/CERT-BDF/TheHive/issues/137) **Fixed bugs:** - The misp \> instance name \> tags parameter is not honored when importing MISP events [\#373](https://github.com/CERT-BDF/TheHive/issues/373) - \[Bug\] Merging an alert into case with duplicate artifacts does not merge descriptions [\#357](https://github.com/CERT-BDF/TheHive/issues/357) - Share a case if MISP is not enabled raise an error [\#349](https://github.com/CERT-BDF/TheHive/issues/349) - Validate alert's TLP and severity attributes values [\#326](https://github.com/CERT-BDF/TheHive/issues/326) - Merge of cases overrides task log owners [\#303](https://github.com/CERT-BDF/TheHive/issues/303) **Closed issues:** - MISP Connection Error with Cortex/HIVE [\#371](https://github.com/CERT-BDF/TheHive/issues/371) - Single Sign-On with X.509 certificates [\#297](https://github.com/CERT-BDF/TheHive/issues/297) - Remove the deprecated "user" property [\#316](https://github.com/CERT-BDF/TheHive/issues/316) - Run observable analyzers through API [\#308](https://github.com/CERT-BDF/TheHive/issues/308) **Merged pull requests:** - typos and improvements to text [\#355](https://github.com/CERT-BDF/TheHive/pull/355) ([steoleary](https://github.com/steoleary)) - Correct typo [\#353](https://github.com/CERT-BDF/TheHive/pull/353) ([arnydo](https://github.com/arnydo)) 2017-12-05T13:49:47+00:00 TheHive 2.13.2 TheHive 2.13.2 2017-12-05T13:50:04+00:00 [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.13.1...2.13.2) **Fixed bugs:** - Security issue on Play 2.6.5 [\#356](https://github.com/CERT-BDF/TheHive/issues/356) - Incorrect stats: non-IOC observables counted as IOC and IOC word displayed twice [\#347](https://github.com/CERT-BDF/TheHive/issues/347) - Deleted Observables, Show up on the statistics tab under Observables by Type [\#343](https://github.com/CERT-BDF/TheHive/issues/343) - Statistics on metrics doesn't work [\#342](https://github.com/CERT-BDF/TheHive/issues/342) - Error on custom fields format when merging cases [\#331](https://github.com/CERT-BDF/TheHive/issues/331) 2017-12-05T13:50:04+00:00 TheHive 3.0.1 TheHive 3.0.1 2017-12-07T15:42:44+00:00 ## [3.0.1](https://github.com/CERT-BDF/TheHive/tree/3.0.1) (2017-12-07) [Full Changelog](https://github.com/CERT-BDF/TheHive/compare/3.0.0...3.0.1) **Fixed bugs:** - MISP Event Export Error [\#387](https://github.com/CERT-BDF/TheHive/issues/387) - During migration, dashboards are not created [\#386](https://github.com/CERT-BDF/TheHive/issues/386) - Error when configuring multiple ElasticSearch nodes [\#383](https://github.com/CERT-BDF/TheHive/issues/383) 2017-12-07T15:42:44+00:00 TheHive 3.0.2 TheHive 3.0.2 2018-03-23T10:35:12+00:00 ## [3.0.2](https://github.com/TheHive-Project/TheHive/tree/3.0.2) (2017-12-20) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.1...3.0.2) **Implemented enhancements:** - Add multiline/multi entity graph to dashboards [\#399](https://github.com/TheHive-Project/TheHive/issues/399) - Can not configure ElasticSearch authentication [\#384](https://github.com/TheHive-Project/TheHive/issues/384) **Fixed bugs:** - "Mark as Sighted" Option not available for "File" observable type [\#400](https://github.com/TheHive-Project/TheHive/issues/400) 2018-03-23T10:35:12+00:00 TheHive 3.0.3 TheHive 3.0.3 2018-03-23T10:35:37+00:00 ## [3.0.3](https://github.com/TheHive-Project/TheHive/tree/3.0.3) (2018-01-10) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.2...3.0.3) **Fixed bugs:** - THP-SEC-ADV-2017-001: Privilege Escalation in all Versions of TheHive [\#408](https://github.com/TheHive-Project/TheHive/issues/408) 2018-03-23T10:35:37+00:00 TheHive 3.0.4 TheHive 3.0.4 2018-03-23T10:36:17+00:00 ## [3.0.4](https://github.com/TheHive-Project/TheHive/tree/3.0.4) (2018-02-05) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.3...3.0.4) **Implemented enhancements:** - Make alerts searchable through the global search field [\#456](https://github.com/TheHive-Project/TheHive/issues/456) - Make counts on Counter dashboard's widget clickable [\#455](https://github.com/TheHive-Project/TheHive/issues/455) - MISP feeds cause the growing of ES audit docs [\#450](https://github.com/TheHive-Project/TheHive/issues/450) - Case metrics sort [\#418](https://github.com/TheHive-Project/TheHive/issues/418) - Filter MISP Events Using MISP Tags & More Before Creating Alerts [\#370](https://github.com/TheHive-Project/TheHive/issues/370) - OAuth2 single sign-on implementation \(BE + FE\) [\#430](https://github.com/TheHive-Project/TheHive/pull/430) ([saibot94](https://github.com/saibot94)) **Fixed bugs:** - Remove uppercase filter on template name [\#464](https://github.com/TheHive-Project/TheHive/issues/464) - Fix the alert bulk update timeline message [\#463](https://github.com/TheHive-Project/TheHive/issues/463) - "too many substreams open" on alerts [\#462](https://github.com/TheHive-Project/TheHive/issues/462) - Fix MISP export error dialog column's wrap [\#460](https://github.com/TheHive-Project/TheHive/issues/460) - More than 20 users prevents assignment in tasks [\#459](https://github.com/TheHive-Project/TheHive/issues/459) - Type is not used when generating alert id [\#457](https://github.com/TheHive-Project/TheHive/issues/457) - Fix link to default report templates [\#454](https://github.com/TheHive-Project/TheHive/issues/454) - Make dashboard donuts clickable [\#453](https://github.com/TheHive-Project/TheHive/issues/453) - Refresh custom fields on open cases by background changes [\#440](https://github.com/TheHive-Project/TheHive/issues/440) - Bug: Case metrics not shown when creating case from template [\#417](https://github.com/TheHive-Project/TheHive/issues/417) - Observable report taxonomies bug [\#409](https://github.com/TheHive-Project/TheHive/issues/409) **Closed issues:** - GET request with Content-Type ends up in HTTP 400 [\#438](https://github.com/TheHive-Project/TheHive/issues/438) - Feature Request: Ability to bulk upload files as observables. [\#435](https://github.com/TheHive-Project/TheHive/issues/435) - Add metadata to MISP event when exporting case from TheHive [\#433](https://github.com/TheHive-Project/TheHive/issues/433) - How to limit by date amount of events pulled from MISP initially? [\#432](https://github.com/TheHive-Project/TheHive/issues/432) 2018-03-23T10:36:17+00:00 TheHive 3.0.5 TheHive 3.0.5 2018-03-23T10:36:36+00:00 ## [3.0.5](https://github.com/TheHive-Project/TheHive/tree/3.0.5) (2018-02-08) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.4...3.0.5) **Fixed bugs:** - Importing Template Button Non-Functional bug [\#404](https://github.com/TheHive-Project/TheHive/issues/404) - No reports available for "domain" type bug [\#409](https://github.com/TheHive-Project/TheHive/issues/409) 2018-03-23T10:36:36+00:00 TheHive 3.0.7 TheHive 3.0.7 2018-04-03T15:40:21+00:00 ## [3.0.7](https://github.com/TheHive-Project/TheHive/tree/3.0.7) (2018-03-29) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.6...3.0.7) **Implemented enhancements:** - Delete Case [\#100](https://github.com/TheHive-Project/TheHive/issues/100) **Fixed bugs:** - Display only cortex servers available for each analyzer, in observable details page [\#513](https://github.com/TheHive-Project/TheHive/issues/513) - Can't save case template in 3.0.6 [\#502](https://github.com/TheHive-Project/TheHive/issues/502) 2018-04-03T15:40:21+00:00 TheHive 3.0.6 TheHive 3.0.6 2018-04-03T15:41:06+00:00 ## [3.0.6](https://github.com/TheHive-Project/TheHive/tree/3.0.6) (2018-03-08) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.5...3.0.6) **Implemented enhancements:** - Add compatibility with Cortex 2 [\#466](https://github.com/TheHive-Project/TheHive/issues/466) **Fixed bugs:** - Tasks are stripped when merging cases [\#489](https://github.com/TheHive-Project/TheHive/issues/489) 2018-04-03T15:41:06+00:00 TheHive 3.0.8 TheHive 3.0.8 2018-04-13T13:32:33+00:00 ## [3.0.8](https://github.com/TheHive-Project/TheHive/tree/3.0.8) (2018-04-04) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.7...3.0.8) **Fixed bugs:** - Mini reports is not shown when Cortex 2 is used [\#526](https://github.com/TheHive-Project/TheHive/issues/526) - Session collision when TheHive & Cortex 2 share the same URL [\#525](https://github.com/TheHive-Project/TheHive/issues/525) - "Run all" in single observable context does not work [\#524](https://github.com/TheHive-Project/TheHive/issues/524) - Error on displaying analyzers name in report template admin page [\#523](https://github.com/TheHive-Project/TheHive/issues/523) - Job Analyzer is no longer named in 3.0.7 with Cortex2 [\#521](https://github.com/TheHive-Project/TheHive/issues/521) **Merged pull requests:** - Add ElasticSearch file descriptor limit to docker-compose.yml [\#505](https://github.com/TheHive-Project/TheHive/pull/505) ([flmsc](https://github.com/flmsc)) 2018-04-13T13:32:33+00:00 TheHive 3.0.9 TheHive 3.0.9 2018-04-13T13:32:55+00:00 ## [3.0.9](https://github.com/TheHive-Project/TheHive/tree/3.0.9) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.8...3.0.9) **Fixed bugs:** - Cortex connection can fail without any error log [\#543](https://github.com/TheHive-Project/TheHive/issues/543) - PhishTank Cortex Tag is transparent [\#535](https://github.com/TheHive-Project/TheHive/issues/535) - Naming inconsistencies in Live-Channel [\#531](https://github.com/TheHive-Project/TheHive/issues/531) - Error when trying to analyze a filename with the Hybrid Analysis analyzer [\#530](https://github.com/TheHive-Project/TheHive/issues/530) - Long Report isn't shown [\#527](https://github.com/TheHive-Project/TheHive/issues/527) - Artifacts' sighted flags are not merged when merging cases [\#518](https://github.com/TheHive-Project/TheHive/issues/518) - TheHive MISP cert validation, the trustAnchors parameter must be non-empty [\#452](https://github.com/TheHive-Project/TheHive/issues/452) **Closed issues:** - The Hive - MISP SSL configuration: General SSLEngine problem [\#544](https://github.com/TheHive-Project/TheHive/issues/544) - Dropdown menu for case templates doesnt have scroll [\#541](https://github.com/TheHive-Project/TheHive/issues/541) **Merged pull requests:** - Update spacing for elasticsearch section in docker-compose yml file [\#539](https://github.com/TheHive-Project/TheHive/pull/539) ([jbarlow-mcafee](https://github.com/jbarlow-mcafee)) 2018-04-13T13:32:55+00:00 TheHive 3.0.10 TheHive 3.0.10 2018-06-08T13:06:23+00:00 ## [3.0.10](https://github.com/TheHive-Project/TheHive/tree/3.0.10) (2018-05-29) [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.9...3.0.10) **Implemented enhancements:** - Rotate logs [\#579](https://github.com/TheHive-Project/TheHive/issues/579) - Send caseId to Cortex analyzer [\#564](https://github.com/TheHive-Project/TheHive/issues/564) - Poll for connectors status and display [\#563](https://github.com/TheHive-Project/TheHive/issues/563) - Sort related cases by related artifacts amount [\#548](https://github.com/TheHive-Project/TheHive/issues/548) - Time Calculation for individual tasks [\#546](https://github.com/TheHive-Project/TheHive/issues/546) **Fixed bugs:** - Wrong error message when creating a observable with invalid data [\#592](https://github.com/TheHive-Project/TheHive/issues/592) - Analyzer name not reflected in modal view of mini-reports [\#586](https://github.com/TheHive-Project/TheHive/issues/586) - Invalid searches lead to read error messages [\#584](https://github.com/TheHive-Project/TheHive/issues/584) - Merge case by ID brings red error message if not a number in textfield [\#583](https://github.com/TheHive-Project/TheHive/issues/583) - Open cases not listed after deletion of merged case in UI [\#557](https://github.com/TheHive-Project/TheHive/issues/557) - Making dashboards private makes them "invisible" [\#555](https://github.com/TheHive-Project/TheHive/issues/555) - MISP Synchronisation error [\#522](https://github.com/TheHive-Project/TheHive/issues/522) - Short Report is not shown on observables \(3.0.8\) [\#512](https://github.com/TheHive-Project/TheHive/issues/512) - Artifacts reports are not merged when merging cases [\#446](https://github.com/TheHive-Project/TheHive/issues/446) **Closed issues:** - Max Age Filter Not Working? [\#577](https://github.com/TheHive-Project/TheHive/issues/577) - Support X-Pack authentication/encryption for elastic [\#570](https://github.com/TheHive-Project/TheHive/issues/570) - Order the cases list by custom field \[Feature Request\] [\#567](https://github.com/TheHive-Project/TheHive/issues/567) - Using Postman to test the API, getting "No CSRF token found in headers" [\#549](https://github.com/TheHive-Project/TheHive/issues/549) 2018-06-08T13:06:23+00:00 TheHive 3.1.0-RC1 TheHive 3.1.0-RC1 2018-07-31T12:29:50+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.0.10...3.1.0-RC1) **Implemented enhancements:** - Display drop-down for custom fields sorted alphabetically [\#653](https://github.com/TheHive-Project/TheHive/issues/653) - Custom fields in Alerts? [\#635](https://github.com/TheHive-Project/TheHive/issues/635) - Check Cortex authentication in status page [\#625](https://github.com/TheHive-Project/TheHive/issues/625) - Revamp the search section capabilities [\#620](https://github.com/TheHive-Project/TheHive/issues/620) - New TheHive-Project repository [\#618](https://github.com/TheHive-Project/TheHive/issues/618) - Add PAP to case to indicate which kind of action is allowed [\#616](https://github.com/TheHive-Project/TheHive/issues/616) - Ability to execute active response on any element of TheHive [\#609](https://github.com/TheHive-Project/TheHive/issues/609) - Consider providing checksums for the release files [\#590](https://github.com/TheHive-Project/TheHive/issues/590) - Start Task - Button [\#540](https://github.com/TheHive-Project/TheHive/issues/540) - Handling malware as zip protected file [\#538](https://github.com/TheHive-Project/TheHive/issues/538) - Auto-refresh for Dashboards [\#476](https://github.com/TheHive-Project/TheHive/issues/476) - Assign Tasks to users from the Tasks tab [\#426](https://github.com/TheHive-Project/TheHive/issues/426) - Make The Hive MISP integration sharing vs pull configurable [\#374](https://github.com/TheHive-Project/TheHive/issues/374) - MISP Sharing Improvements [\#366](https://github.com/TheHive-Project/TheHive/issues/366) - Output of analyzer as new observable [\#246](https://github.com/TheHive-Project/TheHive/issues/246) - Ability to have nested tasks [\#148](https://github.com/TheHive-Project/TheHive/issues/148) - Single-Sign On support [\#354](https://github.com/TheHive-Project/TheHive/issues/354) **Fixed bugs:** - Default value of custom fields are not saved [\#649](https://github.com/TheHive-Project/TheHive/issues/649) - Attachments with character "\#" in the filename are wrongly proceesed [\#645](https://github.com/TheHive-Project/TheHive/issues/645) - Session does not expire correctly [\#640](https://github.com/TheHive-Project/TheHive/issues/640) - Dashboards contain analyzer IDs instead of correct names [\#608](https://github.com/TheHive-Project/TheHive/issues/608) - Error with Single Sign-On on TheHive with X.509 Certificates [\#600](https://github.com/TheHive-Project/TheHive/issues/600) - Entity case XXXXXXXXXX not found - After deleting case [\#534](https://github.com/TheHive-Project/TheHive/issues/534) - Artifacts reports are not merged when merging cases [\#446](https://github.com/TheHive-Project/TheHive/issues/446) - If cortex modules fails in some way, it is permanently repolled by TheHive [\#324](https://github.com/TheHive-Project/TheHive/issues/324) - Previewing alerts fails with "too many substreams open" due to case similarity process [\#280](https://github.com/TheHive-Project/TheHive/issues/280) - File upload when /tmp is full [\#321](https://github.com/TheHive-Project/TheHive/issues/321) - StreamSrv: Unexpected message : StreamNotFound [\#414](https://github.com/TheHive-Project/TheHive/issues/414) **Merged pull requests:** - fix bug in AlertListCtrl [\#642](https://github.com/TheHive-Project/TheHive/pull/642) ([billmurrin](https://github.com/billmurrin)) - flag for Windows env [\#641](https://github.com/TheHive-Project/TheHive/pull/641) ([billmurrin](https://github.com/billmurrin)) - 426 - assign tasks to users from tasks tab [\#628](https://github.com/TheHive-Project/TheHive/pull/628) ([billmurrin](https://github.com/billmurrin)) - Fix installation links [\#603](https://github.com/TheHive-Project/TheHive/pull/603) ([Viltaria](https://github.com/Viltaria)) 2018-07-31T12:29:50+00:00 TheHive 3.1.0-RC2 TheHive 3.1.0-RC2 2018-08-27T15:25:21+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.0-RC1...3.1.0-RC2) **Implemented enhancements:** - Add a search box to quickly search for case by caseId [\#685](https://github.com/TheHive-Project/TheHive/issues/685) - MISP Exports in livestream miss hyperlink to caseid [\#684](https://github.com/TheHive-Project/TheHive/issues/684) - Remember task list configuration \(grouped/list\) [\#681](https://github.com/TheHive-Project/TheHive/issues/681) - x509 certificate authentication option 'wantClientAuth' [\#667](https://github.com/TheHive-Project/TheHive/issues/667) - TheHive 3.1RC1: Slow reaction if Cortex is \(unclear\) unreachable [\#664](https://github.com/TheHive-Project/TheHive/issues/664) - TheHive 3.1RC1: Add status to cases and tasks in new search page [\#663](https://github.com/TheHive-Project/TheHive/issues/663) - TheHive 3.1RC1: Add Username that executes an active response to json data field of responder [\#662](https://github.com/TheHive-Project/TheHive/issues/662) - Application.conf needs clarifications [\#606](https://github.com/TheHive-Project/TheHive/issues/606) - Ability to set custom fields as mandatory [\#652](https://github.com/TheHive-Project/TheHive/issues/652) - Observable type boxes doesn't line break on alert preview pane [\#593](https://github.com/TheHive-Project/TheHive/issues/593) - On branch betterDescriptions [\#660](https://github.com/TheHive-Project/TheHive/pull/660) ([secdecompiled](https://github.com/secdecompiled)) **Fixed bugs:** - 3.1.0-RC1- Tasks list is limited to 10 items. [\#679](https://github.com/TheHive-Project/TheHive/issues/679) - WebUI inaccessible after upgrading to 3.1.0-0-RC1 \(elastic4play and Play exceptions\) [\#674](https://github.com/TheHive-Project/TheHive/issues/674) - play.crypto.secret is depecrated [\#671](https://github.com/TheHive-Project/TheHive/issues/671) - The hive docker image has no latest tag [\#670](https://github.com/TheHive-Project/TheHive/issues/670) - 'Tagged as' displayed in Related Cases even if cases are untagged [\#594](https://github.com/TheHive-Project/TheHive/issues/594) - Horizontal Scrolling and Word-Wrap options for Logs [\#573](https://github.com/TheHive-Project/TheHive/issues/573) - case metrics unordered in cases [\#419](https://github.com/TheHive-Project/TheHive/issues/419) **Closed issues:** - ES Mapping bug [\#680](https://github.com/TheHive-Project/TheHive/issues/680) - ignore - delete me [\#675](https://github.com/TheHive-Project/TheHive/issues/675) - HTTPS not working with Keystore [\#669](https://github.com/TheHive-Project/TheHive/issues/669) **Merged pull requests:** - Move input group addons from right to left for better usage [\#672](https://github.com/TheHive-Project/TheHive/pull/672) ([srilumpa](https://github.com/srilumpa)) - Update Cortex reference.conf [\#668](https://github.com/TheHive-Project/TheHive/pull/668) ([ErnHem](https://github.com/ErnHem)) - Fix some minor typos [\#658](https://github.com/TheHive-Project/TheHive/pull/658) ([srilumpa](https://github.com/srilumpa)) 2018-08-27T15:25:21+00:00 TheHive 3.1.0-RC3 TheHive 3.1.0-RC3 2018-09-06T12:37:59+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.0-RC2...3.1.0-RC3) **Implemented enhancements:** - Display task description via a collapsible row [\#709](https://github.com/TheHive-Project/TheHive/issues/709) - Allow task group auto complete in case template admin section [\#707](https://github.com/TheHive-Project/TheHive/issues/707) - Display task group in global task lists [\#705](https://github.com/TheHive-Project/TheHive/issues/705) - Make task group input optional [\#696](https://github.com/TheHive-Project/TheHive/issues/696) - Related Cases: See \(x\) more links [\#690](https://github.com/TheHive-Project/TheHive/issues/690) - Search section: Search for a string over all types of objects [\#689](https://github.com/TheHive-Project/TheHive/issues/689) - Filter on computedHandlingDuration in SearchDialog fails [\#688](https://github.com/TheHive-Project/TheHive/issues/688) - Extend Case Description Field [\#81](https://github.com/TheHive-Project/TheHive/issues/81) - Change layout of observable creation form [\#706](https://github.com/TheHive-Project/TheHive/pull/706) ([srilumpa](https://github.com/srilumpa)) **Fixed bugs:** - .sbt build of current git version fails with x-pack-transport error [\#710](https://github.com/TheHive-Project/TheHive/issues/710) - PKI authentication fails if user name in certificate has the wrong case [\#700](https://github.com/TheHive-Project/TheHive/issues/700) - Error handling deletion and re creation of file observables [\#699](https://github.com/TheHive-Project/TheHive/issues/699) - Start waiting tasks when adding task logs [\#695](https://github.com/TheHive-Project/TheHive/issues/695) - Adding new observables to an alert retrospectively is impossible [\#511](https://github.com/TheHive-Project/TheHive/issues/511) 2018-09-06T12:37:59+00:00 TheHive 3.1.0 TheHive 3.1.0 2018-09-25T14:19:49+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.0-RC3...3.1.0) **Implemented enhancements:** - Add MarkAlertAsRead action to responders [\#729](https://github.com/TheHive-Project/TheHive/issues/729) - AddCustomField responder operation [\#724](https://github.com/TheHive-Project/TheHive/issues/724) - 3.1.0RC3: Browsing to negative case ids is possible [\#713](https://github.com/TheHive-Project/TheHive/issues/713) **Fixed bugs:** - TheHive Hyperlinking [\#723](https://github.com/TheHive-Project/TheHive/issues/723) - Multiple responder actions does not seem to be handled [\#722](https://github.com/TheHive-Project/TheHive/issues/722) - API allows alert creation with duplicate artifacts [\#720](https://github.com/TheHive-Project/TheHive/issues/720) - 3.0.1RC3: certificate based authentication failes as attributes are not correctly lowercased [\#714](https://github.com/TheHive-Project/TheHive/issues/714) - Fix PAP labels [\#711](https://github.com/TheHive-Project/TheHive/issues/711) - Observables not being displayed [\#655](https://github.com/TheHive-Project/TheHive/issues/655) **Closed issues:** - TheHive:Alerts don't send observables to Responders [\#725](https://github.com/TheHive-Project/TheHive/issues/725) - Cortex Connector [\#721](https://github.com/TheHive-Project/TheHive/issues/721) - Markdown syntex not rendered correctly [\#718](https://github.com/TheHive-Project/TheHive/issues/718) - 3.1.0RC3: Search produces errors on screen [\#712](https://github.com/TheHive-Project/TheHive/issues/712) **Merged pull requests:** - CloseTask responder operation [\#728](https://github.com/TheHive-Project/TheHive/pull/728) ([srilumpa](https://github.com/srilumpa)) - Add AddTagToArtifact action to responders [\#717](https://github.com/TheHive-Project/TheHive/pull/717) ([srilumpa](https://github.com/srilumpa)) 2018-09-25T14:19:49+00:00 TheHive 3.1.2 TheHive 3.1.2 2018-10-12T14:06:07+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.1...3.1.2) **Fixed bugs:** - Cortex polling settings break startup [\#754](https://github.com/TheHive-Project/TheHive/issues/754) 2018-10-12T14:06:07+00:00 TheHive 3.1.1 TheHive 3.1.1 2018-10-12T14:06:56+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.0...3.1.1) **Implemented enhancements:** - Allow TheHive to use a custom root context [\#752](https://github.com/TheHive-Project/TheHive/issues/752) - Change Debian dependencies [\#751](https://github.com/TheHive-Project/TheHive/issues/751) - Publish stable versions in beta package channels [\#733](https://github.com/TheHive-Project/TheHive/issues/733) - url category to MISP: poll for default [\#732](https://github.com/TheHive-Project/TheHive/issues/732) **Fixed bugs:** - Console output should not be logged in syslog [\#749](https://github.com/TheHive-Project/TheHive/issues/749) - Update breaks RHEL [\#743](https://github.com/TheHive-Project/TheHive/issues/743) - Observable Result Icons Not Displaying [\#738](https://github.com/TheHive-Project/TheHive/issues/738) - UPN attribute is not correctly lowercased [\#736](https://github.com/TheHive-Project/TheHive/issues/736) **Closed issues:** - Artifact tags are overwritten by alert sourceRef during import to case [\#734](https://github.com/TheHive-Project/TheHive/issues/734) 2018-10-12T14:06:56+00:00 TheHive 3.2.0-RC1 TheHive 3.2.0-RC1 2018-11-16T15:23:08+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.2...3.2.0-RC1) **Implemented enhancements:** - Add ability to add a log in responder operation [\#795](https://github.com/TheHive-Project/TheHive/issues/795) - Add responder actions in dashboard [\#794](https://github.com/TheHive-Project/TheHive/issues/794) - Show observable description on mouseover observables [\#793](https://github.com/TheHive-Project/TheHive/issues/793) - Update Play [\#791](https://github.com/TheHive-Project/TheHive/issues/791) - Show tags of observables in Alert preview [\#778](https://github.com/TheHive-Project/TheHive/issues/778) - Observable Value gets cleared when changing its type \(importing it from an analyser result\) [\#763](https://github.com/TheHive-Project/TheHive/issues/763) - Add confirmation dialogs when running a responder [\#762](https://github.com/TheHive-Project/TheHive/issues/762) - Whitelist of tags for MISP alerts [\#481](https://github.com/TheHive-Project/TheHive/issues/481) **Fixed bugs:** - MISP synchronization fails if event contains attachment with invalid name [\#801](https://github.com/TheHive-Project/TheHive/issues/801) - Observable creation doesn't allow multiline observables [\#790](https://github.com/TheHive-Project/TheHive/issues/790) - A user with "write" permission can delete a case using API [\#773](https://github.com/TheHive-Project/TheHive/issues/773) - Basic authentication method should be disabled by default [\#772](https://github.com/TheHive-Project/TheHive/issues/772) - Case search from dashboard clic "invalid filters error" [\#761](https://github.com/TheHive-Project/TheHive/issues/761) - Intermittently losing Cortex [\#739](https://github.com/TheHive-Project/TheHive/issues/739) **Merged pull requests:** - Added Integration with FireEye iSIGHT [\#755](https://github.com/TheHive-Project/TheHive/pull/755) ([garanews](https://github.com/garanews)) 2018-11-16T15:23:08+00:00 TheHive 3.2.0 TheHive 3.2.0 2018-11-30T12:32:18+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.2.0-RC1...3.2.0) **Implemented enhancements:** - Add configuration for drone continuous integration [\#803](https://github.com/TheHive-Project/TheHive/issues/803) **Fixed bugs:** - Error when uploading password protected zips as observables [\#805](https://github.com/TheHive-Project/TheHive/issues/805) - Lowercase user ID coming from HTTP header [\#808](https://github.com/TheHive-Project/TheHive/issues/808) 2018-11-30T12:32:18+00:00 TheHive 3.2.1 TheHive 3.2.1 2019-01-02T15:07:30+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.2.0...3.2.1) **Fixed bugs:** - Bug UI "Tooltip" / Hint is cropped by window borders [\#832](https://github.com/TheHive-Project/TheHive/issues/832) - Can't unset case template when alert is imported [\#825](https://github.com/TheHive-Project/TheHive/issues/825) - Potential Regression: Case templates cannot be exported in 3.2.0 [\#823](https://github.com/TheHive-Project/TheHive/issues/823) - Tag order is reversed if a case is created from an alert [\#810](https://github.com/TheHive-Project/TheHive/issues/810) **Merged pull requests:** - Make improvements to configuration file [\#828](https://github.com/TheHive-Project/TheHive/pull/828) ([adl1995](https://github.com/adl1995)) 2019-01-02T15:07:30+00:00 TheHive 3.3.0-RC1 TheHive 3.3.0-RC1 2019-02-18T11:03:57+00:00 **Implemented enhancements:** - \[BUG\] Session cookie received with API token [\#864](https://github.com/TheHive-Project/TheHive/issues/864) - Add support to Java versions, higher than 8 [\#861](https://github.com/TheHive-Project/TheHive/issues/861) - MISP - Add an Event Tag instead of/additionnally to Attribute Tag [\#836](https://github.com/TheHive-Project/TheHive/issues/836) - sorting in alerts [\#824](https://github.com/TheHive-Project/TheHive/issues/824) - Improve case template selection for case creation [\#769](https://github.com/TheHive-Project/TheHive/issues/769) - Bulk Merge Alerts into Case [\#271](https://github.com/TheHive-Project/TheHive/issues/271) - Merge alerts directly to a case [\#826](https://github.com/TheHive-Project/TheHive/issues/826) - Tag normalization [\#657](https://github.com/TheHive-Project/TheHive/pull/657) ([Viltaria](https://github.com/Viltaria)) **Fixed bugs:** - Alert updates and tracking \(follow\) [\#856](https://github.com/TheHive-Project/TheHive/issues/856) - Assigned Tasks do not show up in 'My Tasks' before they are started [\#845](https://github.com/TheHive-Project/TheHive/issues/845) - Delete user from Thehive: DELETE /api/user/user1 returned 500 org.elastic4play.InternalError: user can't be removed [\#844](https://github.com/TheHive-Project/TheHive/issues/844) 2019-02-18T11:03:57+00:00 TheHive 3.3.0-RC2 TheHive 3.3.0-RC2 2019-02-18T11:04:46+00:00 **Fixed bugs:** - Java dependency of DEB package is broken [\#867](https://github.com/TheHive-Project/TheHive/issues/867) 2019-02-18T11:04:46+00:00 TheHive 3.3.0-RC3 TheHive 3.3.0-RC3 2019-02-21T16:16:05+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0-RC2...3.3.0-RC3) **Implemented enhancements:** - Add a UI configuration admin section [\#888](https://github.com/TheHive-Project/TheHive/issues/888) - Add a Related Alerts link to case details view [\#884](https://github.com/TheHive-Project/TheHive/issues/884) - Update Copyright with year 2019 [\#879](https://github.com/TheHive-Project/TheHive/issues/879) - Provide a quick link to copy alert id [\#870](https://github.com/TheHive-Project/TheHive/issues/870) - \[BUG\] Audit trail for alert ignore [\#863](https://github.com/TheHive-Project/TheHive/issues/863) - Related artifacts: IOC/not IOC [\#838](https://github.com/TheHive-Project/TheHive/issues/838) - Feature: Add "auto-completion" to the UI [\#831](https://github.com/TheHive-Project/TheHive/issues/831) - Improvement: Upload of observables seem to fail "silently" [\#829](https://github.com/TheHive-Project/TheHive/issues/829) - Feature Request: link to and from Hive to MISP [\#820](https://github.com/TheHive-Project/TheHive/issues/820) - Disable clickable widgets in dashboard edit mode [\#485](https://github.com/TheHive-Project/TheHive/issues/485) - Ability to disable "New Case" -\> "Empty case" [\#449](https://github.com/TheHive-Project/TheHive/issues/449) **Fixed bugs:** - Drone build fails on pull-requests [\#882](https://github.com/TheHive-Project/TheHive/issues/882) - AKKA version missmatch [\#877](https://github.com/TheHive-Project/TheHive/issues/877) - Label Typo in Updated Alerts [\#874](https://github.com/TheHive-Project/TheHive/issues/874) - Log message related to MISP synchronization is confusing [\#871](https://github.com/TheHive-Project/TheHive/issues/871) - Cortex responders with DataType `thehive:case\_artifact` do not show up within thehive when attempting to run them for observables. [\#869](https://github.com/TheHive-Project/TheHive/issues/869) - Alert updates and tracking \(follow\) [\#856](https://github.com/TheHive-Project/TheHive/issues/856) **Merged pull requests:** - Update akka version [\#878](https://github.com/TheHive-Project/TheHive/pull/878) ([zpriddy](https://github.com/zpriddy)) - Fix Update Label to Warning [\#873](https://github.com/TheHive-Project/TheHive/pull/873) ([zpriddy](https://github.com/zpriddy)) 2019-02-21T16:16:05+00:00 TheHive 3.3.0-RC4 TheHive 3.3.0-RC4 2019-02-22T16:03:30+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0-RC3...3.3.0-RC4) **Implemented enhancements:** - Use empty case modal when merging alerts and no templates are defined [\#893](https://github.com/TheHive-Project/TheHive/issues/893) **Fixed bugs:** - Issue with navigation from dashboard clickable donuts to search page [\#894](https://github.com/TheHive-Project/TheHive/issues/894) - Hide Empty Case Button Broken [\#890](https://github.com/TheHive-Project/TheHive/issues/890) 2019-02-22T16:03:30+00:00 TheHive 3.3.0-RC5 TheHive 3.3.0-RC5 2019-02-23T23:07:43+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0-RC4...3.3.0-RC5) **Implemented enhancements:** - Mouseover text for alert preview [\#897](https://github.com/TheHive-Project/TheHive/issues/897) **Fixed bugs:** - dashboard clicks are not correctly translated to tag filters [\#896](https://github.com/TheHive-Project/TheHive/issues/896) - Search results not visible [\#895](https://github.com/TheHive-Project/TheHive/issues/895) 2019-02-23T23:07:43+00:00 TheHive 3.3.0-RC6 TheHive 3.3.0-RC6 2019-03-27T12:15:40+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0-RC5...3.3.0-RC6) **Implemented enhancements:** - Add Tags to an Alert with Responder [\#912](https://github.com/TheHive-Project/TheHive/issues/912) - Dashboards - Add text widget [\#908](https://github.com/TheHive-Project/TheHive/issues/908) - Empty case still available when disabled [\#901](https://github.com/TheHive-Project/TheHive/issues/901) - Support for filtering Tags by prefix \(using asterisk, % or something\) in search dialog [\#666](https://github.com/TheHive-Project/TheHive/issues/666) **Closed issues:** - Dynamic \(auto-refresh\) of cases is break in 3.3.0-RC5 [\#907](https://github.com/TheHive-Project/TheHive/issues/907) - Hostname Artifact [\#900](https://github.com/TheHive-Project/TheHive/issues/900) - DOS issue: Firefox crashing TheHive [\#899](https://github.com/TheHive-Project/TheHive/issues/899) 2019-03-27T12:15:40+00:00 TheHive 3.3.0 TheHive 3.3.0 2019-03-27T12:15:59+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0-RC6...3.3.0) **Fixed bugs:** - Merge case by CaseID Broken [\#930](https://github.com/TheHive-Project/TheHive/issues/930) 2019-03-27T12:15:59+00:00 TheHive 3.3.1 TheHive 3.3.1 2019-05-22T13:51:30+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.0...3.3.1) **Fixed bugs:** - THP-SEC-ADV-2017-001: Privilege Escalation in all Versions of TheHive [\#408](https://github.com/TheHive-Project/TheHive/issues/408) 2019-05-22T13:51:30+00:00 TheHive 3.4.0-RC1 TheHive 3.4.0-RC1 2019-06-05T15:05:42+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.3.1...3.4.0-4C1) **Implemented enhancements:** - Allow to import file from Cortex report [\#982](https://github.com/TheHive-Project/TheHive/issues/982) - Remove metrics module [\#975](https://github.com/TheHive-Project/TheHive/issues/975) - Upgrade frontend libraries [\#966](https://github.com/TheHive-Project/TheHive/issues/966) - Cortex AddArtifactToCase AssignCase [\#922](https://github.com/TheHive-Project/TheHive/issues/922) - Communication to ElasticSearch via HTTP API 9200 [\#913](https://github.com/TheHive-Project/TheHive/issues/913) - Add Cortex AssignCase [\#924](https://github.com/TheHive-Project/TheHive/pull/924) ([zpriddy](https://github.com/zpriddy)) - Support Elasticsearch 6.x clusters [\#623](https://github.com/TheHive-Project/TheHive/issues/623) **Fixed bugs:** - Donut dashboard metric values are not transformed to searches [\#972](https://github.com/TheHive-Project/TheHive/issues/972) - Bulk merge of alerts does not merge the tags [\#994](https://github.com/TheHive-Project/TheHive/issues/994) - Java 11 build crash [\#990](https://github.com/TheHive-Project/TheHive/issues/990) - Failure to load datatypes [\#988](https://github.com/TheHive-Project/TheHive/issues/988) - Fix search page base filter [\#983](https://github.com/TheHive-Project/TheHive/issues/983) - Authentication Error when using Hive API \(Patch\) [\#951](https://github.com/TheHive-Project/TheHive/issues/951) **Closed issues:** - bintray repo for deb packages not signed [\#976](https://github.com/TheHive-Project/TheHive/issues/976) - Set alert to status "Ignored" via API does not work [\#955](https://github.com/TheHive-Project/TheHive/issues/955) **Merged pull requests:** - Add 'My open cases' and 'New & Updated alerts' to quick filters [\#925](https://github.com/TheHive-Project/TheHive/pull/925) ([zpriddy](https://github.com/zpriddy)) 2019-06-05T15:05:42+00:00 TheHive 3.4.0-RC2 TheHive 3.4.0-RC2 2019-07-11T07:46:59+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.4.0-RC1...3.4.0-RC2) **Implemented enhancements:** - Display ioc and sighted attributes in Alert artifact list [\#1035](https://github.com/TheHive-Project/TheHive/issues/1035) - Merge Observable tags with existing observables during importing alerts into case [\#1014](https://github.com/TheHive-Project/TheHive/issues/1014) - API not recognizing the attribute 'sighted' of artifacts on alert creation [\#1003](https://github.com/TheHive-Project/TheHive/issues/1003) - Alerts are not getting deleted as expected [\#974](https://github.com/TheHive-Project/TheHive/issues/974) **Fixed bugs:** - Update case owner field validation to handle null value [\#1036](https://github.com/TheHive-Project/TheHive/issues/1036) - thehive prints error messages on first run \("Authentication failure" / "user init not found"\) [\#1027](https://github.com/TheHive-Project/TheHive/issues/1027) - TLP:WHITE for observable not shown, not editable [\#1025](https://github.com/TheHive-Project/TheHive/issues/1025) - Dashboard based on observables not refreshing correctly [\#996](https://github.com/TheHive-Project/TheHive/issues/996) - javascript error in tasks [\#979](https://github.com/TheHive-Project/TheHive/issues/979) - /api/alert/{}/createCase does not use caseTemplate [\#929](https://github.com/TheHive-Project/TheHive/issues/929) 2019-07-11T07:46:59+00:00 TheHive 3.4.0 TheHive 3.4.0 2019-09-09T09:00:02+00:00 [Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.4.0-RC2...3.4.0) **Implemented enhancements:** - Removing custom fields [\#954](https://github.com/TheHive-Project/TheHive/issues/954) **Fixed bugs:** - Cosmetic Bug: wrong number of exported observables displayed [\#1071](https://github.com/TheHive-Project/TheHive/issues/1071) - Update Database button does not appear in training appliance [\#1067](https://github.com/TheHive-Project/TheHive/issues/1067) - bulk merge alerts into case lose description's alert [\#1065](https://github.com/TheHive-Project/TheHive/issues/1065) - Incorrect number of related observables returned [\#1062](https://github.com/TheHive-Project/TheHive/issues/1062) - Incorrect tag filter results when observables with tags are added then deleted [\#1061](https://github.com/TheHive-Project/TheHive/issues/1061) - Cannot setup TheHive 3.4.0-RC2 using Docker [\#1051](https://github.com/TheHive-Project/TheHive/issues/1051) - Case statistics dashboard loads with an error message and the case over time panel fails to display any data [\#1050](https://github.com/TheHive-Project/TheHive/issues/1050) - Can't secure ElasticSearch connection [\#1046](https://github.com/TheHive-Project/TheHive/issues/1046) 2019-09-09T09:00:02+00:00 TheHive 3.4.1 TheHive 3.4.1 2020-05-06T13:13:12+00:00 ## [3.4.1](https://github.com/TheHive-Project/TheHive/milestone/53) (2020-04-17) **Implemented enhancements:** - docker: TheHive fails to connect to elasticsearch (NoNodeAvailableException) [\#854](https://github.com/TheHive-Project/TheHive/issues/854) - Improved support for OpenID connect and OAuth2 [\#1110](https://github.com/TheHive-Project/TheHive/issues/1110) - TheHive's Docker entrypoint logs the Play secret key at startup [\#1177](https://github.com/TheHive-Project/TheHive/issues/1177) - [Q] Configure TheHive's first run using Docker Compose [\#1199](https://github.com/TheHive-Project/TheHive/issues/1199) - TheHive's docker containers should be orchestration-ready [\#1204](https://github.com/TheHive-Project/TheHive/issues/1204) - MISP synchronisation: map to_ids to ioc [\#1273](https://github.com/TheHive-Project/TheHive/issues/1273) **Closed issues:** - Include Dockerfile in root of project [\#1222](https://github.com/TheHive-Project/TheHive/issues/1222) - Docker user daemon with id 1 causes permission issues with local [\#1227](https://github.com/TheHive-Project/TheHive/issues/1227) **Fixed bugs:** - MISP & TheHive out of sync? [\#866](https://github.com/TheHive-Project/TheHive/issues/866) - Owner is case-sensitive on api calls [\#928](https://github.com/TheHive-Project/TheHive/issues/928) - Bug: Observable without data breaks display of observables [\#1080](https://github.com/TheHive-Project/TheHive/issues/1080) - Docker-Compose ElasticSearch incompatibility [\#1140](https://github.com/TheHive-Project/TheHive/issues/1140) - [Bug] Analyzers that take more than 10 Minutes run into timeout [\#1156](https://github.com/TheHive-Project/TheHive/issues/1156) - TheHive 3.4.0 migration logs errors ([error] m.Migration - Failed to create dashboard) [\#1202](https://github.com/TheHive-Project/TheHive/issues/1202) - Computed metrics is not compatible with painless scripting language [\#1210](https://github.com/TheHive-Project/TheHive/issues/1210) - OAuth2 Bearer header should be of the format "Authorization Bearer" ? [\#1228](https://github.com/TheHive-Project/TheHive/issues/1228) - Health API endpoint returns warning when everything is OK [\#1233](https://github.com/TheHive-Project/TheHive/issues/1233) - [Bug] Job submission sometimes fails when multiple Cortex servers [\#1272](https://github.com/TheHive-Project/TheHive/issues/1272) 2020-05-06T13:13:12+00:00 TheHive 3.4.2 TheHive 3.4.2 2020-05-07T14:30:11+00:00 ## [3.4.2](https://github.com/TheHive-Project/TheHive/milestone/57) (2020-04-25) **Implemented enhancements:** - [Feature Request] Providing output details for Responders [\#962](https://github.com/TheHive-Project/TheHive/issues/962) **Fixed bugs:** - [Bug] File observables in alert are not created in case [\#1292](https://github.com/TheHive-Project/TheHive/issues/1292) - Analyzer's artifacts tags and message are not kept when importing observables [\#1285](https://github.com/TheHive-Project/TheHive/issues/1285) 2020-05-07T14:30:11+00:00 TheHive 4.0.0-RC2 TheHive 4.0.0-RC2 2020-05-27T14:48:51+00:00 ## [4.0.0-RC2](https://github.com/TheHive-Project/TheHive/milestone/54) (2020-05-07) **Implemented enhancements:** - Custom severity levels for alerts and cases [\#363](https://github.com/TheHive-Project/TheHive/issues/363) - A (received) Shared Case is displayed as sender/owner [\#1245](https://github.com/TheHive-Project/TheHive/issues/1245) - FR: Alignment of case custom-fields (metrics) [\#1246](https://github.com/TheHive-Project/TheHive/issues/1246) - Add information about the age of a Case [\#1257](https://github.com/TheHive-Project/TheHive/issues/1257) - Providing output details for Responders [\#1293](https://github.com/TheHive-Project/TheHive/issues/1293) - Add support to multi-factor authentication [\#1303](https://github.com/TheHive-Project/TheHive/issues/1303) - Add support to webhooks [\#1306](https://github.com/TheHive-Project/TheHive/issues/1306) **Closed issues:** - [Bug] Attachment stored in thehive but not in configured file-storage [\#1244](https://github.com/TheHive-Project/TheHive/issues/1244) **Fixed bugs:** - [Bug] TH doesn't find cases related to an alert's artifacts [\#1236](https://github.com/TheHive-Project/TheHive/issues/1236) - [Bug] Creation of multiple user with same login within same org [\#1237](https://github.com/TheHive-Project/TheHive/issues/1237) - Date is now a required attribute for generating an Alert [\#1238](https://github.com/TheHive-Project/TheHive/issues/1238) - [Bug] Case Template default values can't be set during template creation [\#1241](https://github.com/TheHive-Project/TheHive/issues/1241) - SearchSrv.NotFoundError [\#1242](https://github.com/TheHive-Project/TheHive/issues/1242) - Assignee is not changeable [\#1243](https://github.com/TheHive-Project/TheHive/issues/1243) - [Bug] In TheHive, a user is a member of one or more organisations. One user has a profile for each organisation and can have different profiles for different organisations. [\#1247](https://github.com/TheHive-Project/TheHive/issues/1247) - [Bug] RPM package does not create secret.conf file [\#1248](https://github.com/TheHive-Project/TheHive/issues/1248) - [Bug] Unable to save new or imported dashboards in 4.0-RC1 [\#1250](https://github.com/TheHive-Project/TheHive/issues/1250) - [Bug] Header Variable authentication does not work [\#1251](https://github.com/TheHive-Project/TheHive/issues/1251) - Filtering by custom fields returns no results [\#1252](https://github.com/TheHive-Project/TheHive/issues/1252) - Cannot Deleted user - Error "OrgUserCtrl: org.thp.thehive.models.User not found" [\#1253](https://github.com/TheHive-Project/TheHive/issues/1253) - [Bug] Error while importing Alert in TH4 [\#1255](https://github.com/TheHive-Project/TheHive/issues/1255) - [Bug] Cortex errors [\#1270](https://github.com/TheHive-Project/TheHive/issues/1270) - [Bug] error when closing a reopened case [\#1271](https://github.com/TheHive-Project/TheHive/issues/1271) - [Bug] Unable to rename/update case template Name field [\#1275](https://github.com/TheHive-Project/TheHive/issues/1275) - [Bug] Wrong dataType sent to Cortex (responders) [\#1279](https://github.com/TheHive-Project/TheHive/issues/1279) - [Bug] Changing task name removes other tasks [\#1281](https://github.com/TheHive-Project/TheHive/issues/1281) - [Bug] Disable deleting a share with owner = true [\#1283](https://github.com/TheHive-Project/TheHive/issues/1283) - [Bug] Responder actions not displayed in Case, Task and Observable pages [\#1300](https://github.com/TheHive-Project/TheHive/issues/1300) - [Bug] Custom field should be readonly [\#1307](https://github.com/TheHive-Project/TheHive/issues/1307) - [Bug] Unable to display long analyzer report from observables list [\#1309](https://github.com/TheHive-Project/TheHive/issues/1309) 2020-05-27T14:48:51+00:00 TheHive 4.0.0-RC3 TheHive 4.0.0-RC3 2020-05-28T07:20:19+00:00 ## [4.0.0-RC3](https://github.com/TheHive-Project/TheHive/milestone/58) (2020-05-27) **Implemented enhancements:** - [Feature] Show case sharing information on main case overview page [\#1277](https://github.com/TheHive-Project/TheHive/issues/1277) - [Feature] Allow users to be part of multiple organisations [\#1316](https://github.com/TheHive-Project/TheHive/issues/1316) - [Enhancement] Hide multifactor option in user-dialog if Enable Multi-Factor Authentication is disabled. [\#1317](https://github.com/TheHive-Project/TheHive/issues/1317) - [Feature] Authentication API should return user information [\#1346](https://github.com/TheHive-Project/TheHive/issues/1346) - [Enhancement] Enrich queries [\#1353](https://github.com/TheHive-Project/TheHive/issues/1353) **Fixed bugs:** - [Bug] Unable to add new datatypes [\#1288](https://github.com/TheHive-Project/TheHive/issues/1288) - [Bug] Unable to bulk delete an alert [\#1310](https://github.com/TheHive-Project/TheHive/issues/1310) - [Bug] importing alert as template not working [\#1311](https://github.com/TheHive-Project/TheHive/issues/1311) - [Bug] Tasks not displayed when importing alert into case with case template [\#1312](https://github.com/TheHive-Project/TheHive/issues/1312) - [Bug] WebHook creation does not work [\#1318](https://github.com/TheHive-Project/TheHive/issues/1318) - [Bug] Opening Analyzer Templates without Cortex brings error message [\#1319](https://github.com/TheHive-Project/TheHive/issues/1319) - [Bug] Case Statistics does not correctly display top 5 tags [\#1320](https://github.com/TheHive-Project/TheHive/issues/1320) - [Bug] Importing of some user failes [\#1323](https://github.com/TheHive-Project/TheHive/issues/1323) - [Bug] invisible dashborards [\#1324](https://github.com/TheHive-Project/TheHive/issues/1324) - [Bug] Assignee List in Case and Tasks is no longer sorted Alphabetical [\#1327](https://github.com/TheHive-Project/TheHive/issues/1327) - [Bug] Sorting in Observables of a case does not work [\#1328](https://github.com/TheHive-Project/TheHive/issues/1328) - [Bug] Read-only has options to edit task-logs [\#1334](https://github.com/TheHive-Project/TheHive/issues/1334) - [Bug] Adding a custom-field on an open case requires a reload, otherwise field is not visible [\#1336](https://github.com/TheHive-Project/TheHive/issues/1336) - [Bug] severity change when create new case don't work [\#1338](https://github.com/TheHive-Project/TheHive/issues/1338) - [Bug] Migration issues from ES to Cassandra [\#1340](https://github.com/TheHive-Project/TheHive/issues/1340) - [Bug] The filter operator "_child" is missing [\#1344](https://github.com/TheHive-Project/TheHive/issues/1344) - [Bug] Webhook compatibility issues on custom-fields [\#1345](https://github.com/TheHive-Project/TheHive/issues/1345) - [Bug] Object sent to responder doesn't contain parent [\#1348](https://github.com/TheHive-Project/TheHive/issues/1348) - [Bug] Show Sharing link to all users [\#1351](https://github.com/TheHive-Project/TheHive/issues/1351) - [Bug] Unable to create case or alert using integer custom field [\#1356](https://github.com/TheHive-Project/TheHive/issues/1356) - [Bug] Get observables of a case using API not working [\#1357](https://github.com/TheHive-Project/TheHive/issues/1357) - [Bug] OAuth2 authentication doesn't redirect to home page on success [\#1360](https://github.com/TheHive-Project/TheHive/issues/1360) - [Bug] Confusion on same alert on different organisations [\#1361](https://github.com/TheHive-Project/TheHive/issues/1361) - [Bug] Search link to observable does not work [\#1365](https://github.com/TheHive-Project/TheHive/issues/1365) - [Bug] Unable to vienw analysis report from observable list [\#1366](https://github.com/TheHive-Project/TheHive/issues/1366) - [Bug] MISP export succeeds but show an error message [\#1367](https://github.com/TheHive-Project/TheHive/issues/1367) 2020-05-28T07:20:19+00:00 TheHive 4.0.0 TheHive 4.0.0 2020-07-24T13:48:07+00:00 ## [4.0.0](https://github.com/TheHive-Project/TheHive/milestone/59) (2020-07-24) **Implemented enhancements:** - No longer possible to force usage of a case template (ui setting is missing) [\#1239](https://github.com/TheHive-Project/TheHive/issues/1239) - Make user management list paginable and sortable with default sort of username [\#1332](https://github.com/TheHive-Project/TheHive/issues/1332) - Cursor is set wrong on new-Case -> severity [\#1373](https://github.com/TheHive-Project/TheHive/issues/1373) - [Enhancement] Prevent link with "admin" organisation [\#1395](https://github.com/TheHive-Project/TheHive/issues/1395) - [Enhancement] An user should not be able to lock himself [\#1396](https://github.com/TheHive-Project/TheHive/issues/1396) - Performance - Don't load stats if not displayed [\#1401](https://github.com/TheHive-Project/TheHive/issues/1401) - [RBAC] Add routes guard configuration to secure routes [\#1403](https://github.com/TheHive-Project/TheHive/issues/1403) - [Enhancement] Add checks for database integrity [\#1404](https://github.com/TheHive-Project/TheHive/issues/1404) - Use Query APIs in list pages [\#1410](https://github.com/TheHive-Project/TheHive/issues/1410) - Improve autocomplete queries for tags [\#1411](https://github.com/TheHive-Project/TheHive/issues/1411) - [Enhancement] Add ability to add tasks in case creation API [\#1414](https://github.com/TheHive-Project/TheHive/issues/1414) - Improve user details caching [\#1418](https://github.com/TheHive-Project/TheHive/issues/1418) - Add bulk edit in cases list [\#1423](https://github.com/TheHive-Project/TheHive/issues/1423) - Use a responder selector window instead of dynamic dropdown menues [\#1431](https://github.com/TheHive-Project/TheHive/issues/1431) - Show sharing summary in task and observable lists [\#1437](https://github.com/TheHive-Project/TheHive/issues/1437) - Add some quick filters in tasks list [\#1438](https://github.com/TheHive-Project/TheHive/issues/1438) - Use assignable users API to populate assignee options [\#1444](https://github.com/TheHive-Project/TheHive/issues/1444) - Migrate the stats widgets on listing pages [\#1446](https://github.com/TheHive-Project/TheHive/issues/1446) **Closed issues:** - Default Dashboards are missing [\#1240](https://github.com/TheHive-Project/TheHive/issues/1240) **Fixed bugs:** - [Bug] Migration issues from ES to Cassandra [\#1340](https://github.com/TheHive-Project/TheHive/issues/1340) - [Bug] Deleting and observable doesn't refresh the list [\#1355](https://github.com/TheHive-Project/TheHive/issues/1355) - [Bug] Limiting admin rights breaks front end [\#1368](https://github.com/TheHive-Project/TheHive/issues/1368) - [Bug] Imported Dashboards from TH3 doesn't work [\#1371](https://github.com/TheHive-Project/TheHive/issues/1371) - [Bug] Top 5 tags in Case -> Stats aren't correctly ordered [\#1372](https://github.com/TheHive-Project/TheHive/issues/1372) - [Bug] Migration of usernames from ES to Cassandra [\#1374](https://github.com/TheHive-Project/TheHive/issues/1374) - [Bug] Switching User Organisation failes using header variable authentication [\#1375](https://github.com/TheHive-Project/TheHive/issues/1375) - [Bug] Tags gets wrong renamed [\#1376](https://github.com/TheHive-Project/TheHive/issues/1376) - [Bug] MISP integration alert link generated incorrectly [\#1378](https://github.com/TheHive-Project/TheHive/issues/1378) - [Bug] CustomFields does not appear sorted in the case template [\#1383](https://github.com/TheHive-Project/TheHive/issues/1383) - [Bug] Users in Admin-Org are not allowed to switch to any other org [\#1385](https://github.com/TheHive-Project/TheHive/issues/1385) - [Bug] Custom Observable Types can be created multiple-times with the same name [\#1387](https://github.com/TheHive-Project/TheHive/issues/1387) - [Bug] Issues during Migration - Some Observables are missing [\#1388](https://github.com/TheHive-Project/TheHive/issues/1388) - [Bug] Proxy configuration is not correctly parsed [\#1392](https://github.com/TheHive-Project/TheHive/issues/1392) - [Bug] Handle 401 on route failure [\#1402](https://github.com/TheHive-Project/TheHive/issues/1402) - [Bug] Delete case api fails [\#1405](https://github.com/TheHive-Project/TheHive/issues/1405) - Fix the filter preview deletion button [\#1412](https://github.com/TheHive-Project/TheHive/issues/1412) - Fix OAuth redirect handling from Javascript [\#1420](https://github.com/TheHive-Project/TheHive/issues/1420) - [Bug] Error when exporting a case with severity Critical in MISP [\#1424](https://github.com/TheHive-Project/TheHive/issues/1424) - [Bug] Cases owned by non-linked organisations visible to all organisations, potential data leakage [\#1427](https://github.com/TheHive-Project/TheHive/issues/1427) - [Bug] TheHive doesn't start correctly [\#1429](https://github.com/TheHive-Project/TheHive/issues/1429) - [Bug] Permission is not correctly checked for MISP export [\#1432](https://github.com/TheHive-Project/TheHive/issues/1432) - Observable type deletion doesn't wait for the confirmation [\#1433](https://github.com/TheHive-Project/TheHive/issues/1433) - Fix rendering of jobs in search section [\#1434](https://github.com/TheHive-Project/TheHive/issues/1434) - Remove obsolete options in Search page [\#1436](https://github.com/TheHive-Project/TheHive/issues/1436) - [Bug] Click on dashboards to access filtered data [\#1445](https://github.com/TheHive-Project/TheHive/issues/1445) - [Bug] Pivoting from dashboard to search page is loosing the date filter [\#1448](https://github.com/TheHive-Project/TheHive/issues/1448) - [Bug] Series' filters in dashboard widgets are taken into account [\#1449](https://github.com/TheHive-Project/TheHive/issues/1449) 2020-07-24T13:48:07+00:00 TheHive 3.5.0-RC1 TheHive 3.5.0-RC1 2020-09-15T08:10:25+00:00 ## [3.5.0-RC1](https://github.com/TheHive-Project/TheHive/milestone/44) (2020-08-12) **Implemented enhancements:** - Support of ElasticSearch 7 [\#1377](https://github.com/TheHive-Project/TheHive/issues/1377) - [Enhancement] MISP sync [\#1398](https://github.com/TheHive-Project/TheHive/issues/1398) **Closed issues:** - OAuth2 not working : Authentication failure [\#946](https://github.com/TheHive-Project/TheHive/issues/946) **Fixed bugs:** - [Bug] OAuth2/OpenIDC Authentication failure [\#1291](https://github.com/TheHive-Project/TheHive/issues/1291) - [Feature Request] OAuth support for Basic authentication to authorization server's tokenUrl [\#1294](https://github.com/TheHive-Project/TheHive/issues/1294) - [Bug] Can't auth with SSO/OAuth with FusionAuth [\#1342](https://github.com/TheHive-Project/TheHive/issues/1342) - [Bug] TheHive is stalled while importing Alerts with a large number of observables [\#1416](https://github.com/TheHive-Project/TheHive/issues/1416) 2020-09-15T08:10:25+00:00 TheHive 3.4.3 TheHive 3.4.3 2020-10-30T17:14:36+00:00 **Fixed bugs:** - [Bug] TheHive is stalled while importing Alerts with a large number of observables [\#1416](https://github.com/TheHive-Project/TheHive/issues/1416) 2020-10-30T17:14:36+00:00 TheHive 3.4.4 TheHive 3.4.4 2020-10-30T17:16:04+00:00 **Fixed bugs:** - [Security] Update Playframework [\#1604](https://github.com/TheHive-Project/TheHive/issues/1604) 2020-10-30T17:16:04+00:00 TheHive 3.5.0 TheHive 3.5.0 2020-10-30T17:16:31+00:00 **Implemented enhancements:** - Not possible to import new alerts to cases when drilling down from dashboard [\#1218](https://github.com/TheHive-Project/TheHive/issues/1218) - Bug: Responder-list is unordered [\#1564](https://github.com/TheHive-Project/TheHive/issues/1564) **Closed issues:** - [Bug] Click on short report resolves outdated long report [\#1350](https://github.com/TheHive-Project/TheHive/issues/1350) **Fixed bugs:** - [Bug] Can't tag observable as IOC in Alert [\#1335](https://github.com/TheHive-Project/TheHive/issues/1335) - [Bug] Concurrent access fails [\#1570](https://github.com/TheHive-Project/TheHive/issues/1570) - [Bug] Pivoting from dashboard to search page is loosing the date filter [\#1581](https://github.com/TheHive-Project/TheHive/issues/1581) - [Bug] Report template admin page [\#1591](https://github.com/TheHive-Project/TheHive/issues/1591) - [Security] Update Playframework [\#1603](https://github.com/TheHive-Project/TheHive/issues/1603) 2020-10-30T17:16:31+00:00 TheHive 4.0.1 TheHive 4.0.1 2020-11-13T13:16:15+00:00 **Implemented enhancements:** - [Enhancement] Remove gremlin-scala library [\#1501](https://github.com/TheHive-Project/TheHive/issues/1501) - [Feature request] Improve case similarity details in alert preview pane [\#1579](https://github.com/TheHive-Project/TheHive/issues/1579) - [Enhancement] Check tag autocompletion [\#1611](https://github.com/TheHive-Project/TheHive/issues/1611) - [Feature] Add Cortex related notifiers in notification system [\#1619](https://github.com/TheHive-Project/TheHive/issues/1619) - [Feature] Add properties related to share [\#1621](https://github.com/TheHive-Project/TheHive/issues/1621) - [Feature Request] Update user settings view to give access to API key [\#1623](https://github.com/TheHive-Project/TheHive/issues/1623) - [Feature Request] Permit to disable similarity (case and alert) for some observable [\#1625](https://github.com/TheHive-Project/TheHive/issues/1625) - [Enhancement] Add link to report template archive [\#1627](https://github.com/TheHive-Project/TheHive/issues/1627) - [Enahancement] Display TheHive version in the login page [\#1629](https://github.com/TheHive-Project/TheHive/issues/1629) - [Feature Request] Display custom fields in alert and case list [\#1637](https://github.com/TheHive-Project/TheHive/issues/1637) - [Feature Request] Revamp the statistics section in lists [\#1641](https://github.com/TheHive-Project/TheHive/issues/1641) - [Enhancement] Improve the filter observables panel [\#1642](https://github.com/TheHive-Project/TheHive/issues/1642) - [Enhancement] Refine the migration of users with admin role [\#1645](https://github.com/TheHive-Project/TheHive/issues/1645) **Closed issues:** - [Bug] default MISP connector import line has a typo [\#1595](https://github.com/TheHive-Project/TheHive/issues/1595) **Fixed bugs:** - [Bug] Mobile-responsive Hamburger not visible [\#1290](https://github.com/TheHive-Project/TheHive/issues/1290) - [Bug] Unable to start TheHive after migration [\#1450](https://github.com/TheHive-Project/TheHive/issues/1450) - [Bug] Expired session should show a dialog or login page on pageload [\#1456](https://github.com/TheHive-Project/TheHive/issues/1456) - [Bug] TheHive 4 - Application.conf file [\#1461](https://github.com/TheHive-Project/TheHive/issues/1461) - [Bug] Improve migration [\#1469](https://github.com/TheHive-Project/TheHive/issues/1469) - [Bug] Merge Alert in similar Case button does not work [\#1470](https://github.com/TheHive-Project/TheHive/issues/1470) - [Bug] Missing Case number in Alert Preview / Similar Cases tab [\#1471](https://github.com/TheHive-Project/TheHive/issues/1471) - [Bug] Dashboard shared/private [\#1474](https://github.com/TheHive-Project/TheHive/issues/1474) - [Bug]Migration tool date/number/duration params don't work [\#1478](https://github.com/TheHive-Project/TheHive/issues/1478) - [Bug] AuditSrv: undefined on non-case page(s), thehive4-4.0.0-1, Ubuntu [\#1479](https://github.com/TheHive-Project/TheHive/issues/1479) - [Bug] MISP->THEHIVE4 'ExportOnly' and 'Exceptions' ignored in application.conf file [\#1482](https://github.com/TheHive-Project/TheHive/issues/1482) - [Bug] Unable to enumerate tasks via API [\#1483](https://github.com/TheHive-Project/TheHive/issues/1483) - [Bug] Case close notification displays "#undefined" instead of case number [\#1488](https://github.com/TheHive-Project/TheHive/issues/1488) - [Bug] Task under "Waiting tasks" and "My tasks" do not display the case number [\#1489](https://github.com/TheHive-Project/TheHive/issues/1489) - [Bug] Live Stream log in main page is not limited to 10 entries [\#1490](https://github.com/TheHive-Project/TheHive/issues/1490) - [Bug] Several API Endpoints could never get called due to the routing structure [\#1492](https://github.com/TheHive-Project/TheHive/issues/1492) - [Bug] Missing link to linked cases from observable details view [\#1494](https://github.com/TheHive-Project/TheHive/issues/1494) - [Bug] TheHive V4 API Errors "Operation Not Permitted" and "Date format" [\#1496](https://github.com/TheHive-Project/TheHive/issues/1496) - [Bug] V4 Merge observable tags with existing observables during importing alerts into case [\#1499](https://github.com/TheHive-Project/TheHive/issues/1499) - [Bug] Multiline dashboard doesn't work [\#1503](https://github.com/TheHive-Project/TheHive/issues/1503) - [Bug] Tags of observables in Alerts are not created when promoted [\#1510](https://github.com/TheHive-Project/TheHive/issues/1510) - [Bug] Alert creation fails if alert contains similar observables [\#1514](https://github.com/TheHive-Project/TheHive/issues/1514) - [Bug] "Undefined" in notification message when a case is closed [\#1515](https://github.com/TheHive-Project/TheHive/issues/1515) - [Bug] The creation of multiline observable is not possible [\#1517](https://github.com/TheHive-Project/TheHive/issues/1517) - [Bug] Entrypoint: Waiting for cassandra with --no-config [\#1519](https://github.com/TheHive-Project/TheHive/issues/1519) - [Bug] Suppress Reduntant AuthenticationFailed Error+Warn [\#1523](https://github.com/TheHive-Project/TheHive/issues/1523) - [Bug] API v0: "startDate" sort criteria not implemented [\#1540](https://github.com/TheHive-Project/TheHive/issues/1540) - [Bug] Fix case search in case merge dialog [\#1541](https://github.com/TheHive-Project/TheHive/issues/1541) - [Bug] Soft-Deleted cases show up as "(Closed at as )" in the case list. [\#1543](https://github.com/TheHive-Project/TheHive/issues/1543) - [Bug] Related cases show only one observable [\#1544](https://github.com/TheHive-Project/TheHive/issues/1544) - [Bug] An user can create a task even if it doesn't the permission [\#1545](https://github.com/TheHive-Project/TheHive/issues/1545) - [Bug] Wrong stats url on user and audit [\#1546](https://github.com/TheHive-Project/TheHive/issues/1546) - [Bug] Add DATETIME information to each task log [\#1547](https://github.com/TheHive-Project/TheHive/issues/1547) - [Bug] Custom configuration is not correctly read in docker image [\#1548](https://github.com/TheHive-Project/TheHive/issues/1548) - [Bug] Typo in MFA onboarding [\#1549](https://github.com/TheHive-Project/TheHive/issues/1549) - [Bug] New custom fields doesn't appear in search criteria [\#1550](https://github.com/TheHive-Project/TheHive/issues/1550) - [Bug] Custom Field Order ignored [\#1552](https://github.com/TheHive-Project/TheHive/issues/1552) - [Bug] Additional Fields are discarded during merge [\#1553](https://github.com/TheHive-Project/TheHive/issues/1553) - [Bug] Unable to list alerts in case's related alerts section [\#1554](https://github.com/TheHive-Project/TheHive/issues/1554) - [Bug] Deleting the first case breaks the the audit flow until the next restart [\#1556](https://github.com/TheHive-Project/TheHive/issues/1556) - [Bug] Issues surrounding Alerts merging [\#1557](https://github.com/TheHive-Project/TheHive/issues/1557) - [Bug] Uncaught exception with duplicate mail type observables when added to case [\#1561](https://github.com/TheHive-Project/TheHive/issues/1561) - [Bug] Case Tasks get deleted if not started [\#1565](https://github.com/TheHive-Project/TheHive/issues/1565) - [Bug] Can't export Case tags to MISP event [\#1566](https://github.com/TheHive-Project/TheHive/issues/1566) - [Bug]The link to similar observable in observable details page doesn't work [\#1567](https://github.com/TheHive-Project/TheHive/issues/1567) - [Bug] TheHive4 'follow/unfollow' API doesn't return alert objects like TheHive3 does [\#1571](https://github.com/TheHive-Project/TheHive/issues/1571) - [Bug] Alert Custom Field with integer value [\#1588](https://github.com/TheHive-Project/TheHive/issues/1588) - [Bug] Tag filter is broken [\#1590](https://github.com/TheHive-Project/TheHive/issues/1590) - [Bug] Admin user does not have the right to list users of other organisations [\#1592](https://github.com/TheHive-Project/TheHive/issues/1592) - [Bug] Add missing query operations [\#1599](https://github.com/TheHive-Project/TheHive/issues/1599) - [Bug] Fix configuration sample [\#1600](https://github.com/TheHive-Project/TheHive/issues/1600) - [Bug] Analyzer tags are removes if Cortex job fails [\#1610](https://github.com/TheHive-Project/TheHive/issues/1610) - [Bug] deleted Tasks displayed in MyTasks [\#1612](https://github.com/TheHive-Project/TheHive/issues/1612) - [Bug] the "_in" query operator doesn't work [\#1617](https://github.com/TheHive-Project/TheHive/issues/1617) - [Bug] Sort filter field dropdowns [\#1630](https://github.com/TheHive-Project/TheHive/issues/1630) - [Bug] Alert imported multiple times [\#1631](https://github.com/TheHive-Project/TheHive/issues/1631) - [Bug] Import observables from analyzer report is broken [\#1633](https://github.com/TheHive-Project/TheHive/issues/1633) - [Bug] Import observable from a zip archive doesn't work [\#1634](https://github.com/TheHive-Project/TheHive/issues/1634) - [Bug] Case handling duration attributes are not working in time based dashboard widgets [\#1635](https://github.com/TheHive-Project/TheHive/issues/1635) - [Bug] Fix custom field in filter forms [\#1636](https://github.com/TheHive-Project/TheHive/issues/1636) - [Bug] It is possible to add an identical file observable several times in a case [\#1643](https://github.com/TheHive-Project/TheHive/issues/1643) - [Bug] Hash observables are not correctly export to MISP [\#1644](https://github.com/TheHive-Project/TheHive/issues/1644) 2020-11-13T13:16:15+00:00 TheHive 4.0.2 TheHive 4.0.2 2020-11-20T16:24:39+00:00 **Implemented enhancements:** - [Feature Request] Add a dedicated permission to give access to TheHiveFS [\#1655](https://github.com/TheHive-Project/TheHive/issues/1655) - [Feature Request] Normalize editable input fields [\#1669](https://github.com/TheHive-Project/TheHive/issues/1669) **Fixed bugs:** - [Bug] Unable to list Cases [\#1598](https://github.com/TheHive-Project/TheHive/issues/1598) - [Bug] Alert to case merge is broken in v4.0.1 [\#1648](https://github.com/TheHive-Project/TheHive/issues/1648) - [Bug] Attachment.* filters are broken under observable search in v4.0.1 [\#1649](https://github.com/TheHive-Project/TheHive/issues/1649) - [Bug] Result of observable update API v0 is empty [\#1652](https://github.com/TheHive-Project/TheHive/issues/1652) - [Bug] Display issue of custom fields [\#1653](https://github.com/TheHive-Project/TheHive/issues/1653) - [Bug] Persistent AuditSrv:undefined error on 4.0.1 [\#1656](https://github.com/TheHive-Project/TheHive/issues/1656) - [Bug] Issues with case attachments section [\#1657](https://github.com/TheHive-Project/TheHive/issues/1657) - [Bug] API method broken: /api/case/artifact/_search in 4.0.1 [\#1659](https://github.com/TheHive-Project/TheHive/issues/1659) - [Bug] API method broken: /api/case/task/log/_search in 4.0.1 [\#1660](https://github.com/TheHive-Project/TheHive/issues/1660) - [Bug] Unable to define ES index on migration [\#1661](https://github.com/TheHive-Project/TheHive/issues/1661) - [Bug] Dashboard max aggregation on custom-integer field does not work [\#1662](https://github.com/TheHive-Project/TheHive/issues/1662) - [Bug] Missing the fix for errorMessage [\#1666](https://github.com/TheHive-Project/TheHive/issues/1666) - [Bug] Fix alert details dialog [\#1672](https://github.com/TheHive-Project/TheHive/issues/1672) - [Bug] error 500 with adding an empty file in Observables of an Alert [\#1673](https://github.com/TheHive-Project/TheHive/issues/1673) - [Bug] Fix migration of audit logs [\#1676](https://github.com/TheHive-Project/TheHive/issues/1676) 2020-11-20T16:24:39+00:00 TheHive 4.0.3 TheHive 4.0.3 2020-12-22T16:13:26+00:00 **New Features** - [Feature] Added actionRequired for tasks [\#1701](https://github.com/TheHive-Project/TheHive/issues/1701) **Implemented enhancements:** - [Enhancement] Change artifacts by observables on the onMouseOver tooltip of the eye icon of observable [\#1695](https://github.com/TheHive-Project/TheHive/issues/1695) - [Enhancement] Enhance support of S3 for attachment storage [\#1705](https://github.com/TheHive-Project/TheHive/issues/1705) - [Enhancement] Update the headers of basic info sections [\#1710](https://github.com/TheHive-Project/TheHive/issues/1710) - [Enhancement] Add poll duration config for UI Stream [\#1720](https://github.com/TheHive-Project/TheHive/issues/1720) **Fixed bugs:** - [Bug] MISP filters are not correctly implemented [\#1685](https://github.com/TheHive-Project/TheHive/issues/1685) - [Bug] The query "getObservable" doesn't work for alert observables [\#1691](https://github.com/TheHive-Project/TheHive/issues/1691) - [Bug] Click analyzers mini-report does not load the full report [\#1694](https://github.com/TheHive-Project/TheHive/issues/1694) - [Bug] Import file observable in gui generate error [\#1697](https://github.com/TheHive-Project/TheHive/issues/1697) - [Bug] Cannot search for alerts per observables [\#1707](https://github.com/TheHive-Project/TheHive/issues/1707) - [Bug] Serialization problem in cluster mode [\#1708](https://github.com/TheHive-Project/TheHive/issues/1708) - [Bug] Issue with sorting [\#1716](https://github.com/TheHive-Project/TheHive/issues/1716) - [Bug] Identical URL Observables can be added multiple times to the same case [\#1718](https://github.com/TheHive-Project/TheHive/issues/1718) - Providing output details for Responders [\#1293](https://github.com/TheHive-Project/TheHive/issues/1293) 2020-12-22T16:13:26+00:00 TheHive 4.0.4 TheHive 4.0.4 2021-01-12T15:41:59+00:00 **Implemented enhancements:** - [Feature Request] Add alert observable API endpoints [\#1732](https://github.com/TheHive-Project/TheHive/issues/1732) - [Feature Request] Add alert import date property [\#1733](https://github.com/TheHive-Project/TheHive/issues/1733) - [Feature Request] Add handling duration properties to imported Alert type [\#1734](https://github.com/TheHive-Project/TheHive/issues/1734) **Fixed bugs:** - [Bug] TheHive doesn't start if cassandra is not ready [\#1725](https://github.com/TheHive-Project/TheHive/issues/1725) - [Bug] Alert imported multiple times (bis) [\#1738](https://github.com/TheHive-Project/TheHive/issues/1738) - [Bug] Cosmetic fix in alert observables list [\#1744](https://github.com/TheHive-Project/TheHive/issues/1744) 2021-01-12T15:41:59+00:00 TheHive 4.0.5 TheHive 4.0.5 2021-02-08T12:01:52+00:00 **Implemented enhancements:** - Support for using asterisks by tag-filtering [\#933](https://github.com/TheHive-Project/TheHive/issues/933) - "Close tasks and case" deletes tasks instead of closing them [\#1755](https://github.com/TheHive-Project/TheHive/issues/1755) - [Enhancement] Add schema update status in status API [\#1782](https://github.com/TheHive-Project/TheHive/issues/1782) **Closed issues:** - Running TheHive 4.0.1-1 it appears that application.log is no longer rotated. [\#1746](https://github.com/TheHive-Project/TheHive/issues/1746) **Fixed bugs:** - [Bug] RPM package does not create secret.conf file [\#1248](https://github.com/TheHive-Project/TheHive/issues/1248) - [Bug] More webhooks or more detailed webhook events [\#1739](https://github.com/TheHive-Project/TheHive/issues/1739) - [Bug] Webhooks opening infinite amount of files [\#1743](https://github.com/TheHive-Project/TheHive/issues/1743) - [Bug] Dashboards are always created as private [\#1754](https://github.com/TheHive-Project/TheHive/issues/1754) - [Bug]/Unable to get MISP organisation [\#1758](https://github.com/TheHive-Project/TheHive/issues/1758) - [Bug] TheHive 4 Cluster and Haproxy with roundrobin [\#1760](https://github.com/TheHive-Project/TheHive/issues/1760) - [Bug] TheHive -> MISP works. MISP -> TheHive not. [\#1761](https://github.com/TheHive-Project/TheHive/issues/1761) - [Bug] TheHive 4.0.4 cannot show tasks created in previous versions [\#1763](https://github.com/TheHive-Project/TheHive/issues/1763) - [Bug] `Imported` property in Alerts not taken into account [\#1769](https://github.com/TheHive-Project/TheHive/issues/1769) - [Bug] Sort field list in dashboard widget filters [\#1771](https://github.com/TheHive-Project/TheHive/issues/1771) - [Bug] Dashboard on organisation (and other) doesn't work [\#1772](https://github.com/TheHive-Project/TheHive/issues/1772) - [BUG] Cannot link multiple organisations together [\#1773](https://github.com/TheHive-Project/TheHive/issues/1773) - [Bug] Fix pivoting from donuts to search pages on custom fields based widgets [\#1777](https://github.com/TheHive-Project/TheHive/issues/1777) - [Bug] Fix custom field filters in v0 APIs [\#1779](https://github.com/TheHive-Project/TheHive/issues/1779) 2021-02-08T12:01:52+00:00 TheHive 3.5.1 TheHive 3.5.1 2021-03-01T09:14:24+00:00 **Fixed bugs:** - [Bug] Init Script Syntax Error in Bash Switch-Case [\#1646](https://github.com/TheHive-Project/TheHive/issues/1646) - [Bug] Issues with case attachments section [\#1651](https://github.com/TheHive-Project/TheHive/issues/1651) - [Bug] Fix the severity component [\#1654](https://github.com/TheHive-Project/TheHive/issues/1654) - [Bug] Display problem TH [\#1688](https://github.com/TheHive-Project/TheHive/issues/1688) - [Bug] Update doesn't work on Elasticsearch 7.11 [\#1799](https://github.com/TheHive-Project/TheHive/issues/1799) 2021-03-01T09:14:24+00:00 TheHive 4.1.0 TheHive 4.1.0 2021-03-19T16:44:30+00:00 ## [4.1.0](https://github.com/TheHive-Project/TheHive/milestone/56) (2021-03-18) **Implemented enhancements:** - Suggestion: Marge cases on the oldest and close the newest as duplicated [\#960](https://github.com/TheHive-Project/TheHive/issues/960) - [Feature Request] Implement case merging feature [\#1264](https://github.com/TheHive-Project/TheHive/issues/1264) - [Enhancement] Enrich v1 API [\#1454](https://github.com/TheHive-Project/TheHive/issues/1454) - [Feature Request] Prompt to save changes to Case Templates before navigating away [\#1524](https://github.com/TheHive-Project/TheHive/issues/1524) - [Feature Request] allow user to choose the format of the date displayed [\#1583](https://github.com/TheHive-Project/TheHive/issues/1583) - [Feature Request] Add support to taxonomies [\#1670](https://github.com/TheHive-Project/TheHive/issues/1670) - [Enhancement] Improve search performance by using external index engine [\#1731](https://github.com/TheHive-Project/TheHive/issues/1731) - [Feature Request] Default filter of alert case similarity : add "No filter" as an option [\#1750](https://github.com/TheHive-Project/TheHive/issues/1750) - [Feature Request] Add MITRE ATT&CK support [\#1766](https://github.com/TheHive-Project/TheHive/issues/1766) - [Feature Request] Show case status in the default view (open / closed as FP / closed as TP, etc.) [\#1781](https://github.com/TheHive-Project/TheHive/issues/1781) - [Enhancement] Create logfile after installation [\#1789](https://github.com/TheHive-Project/TheHive/issues/1789) - [Feature Request] Revamp case template admin section [\#1804](https://github.com/TheHive-Project/TheHive/issues/1804) - [Feature Request] Improve date fields in data lists [\#1807](https://github.com/TheHive-Project/TheHive/issues/1807) - [Feature Request] Enhance organisation list page [\#1813](https://github.com/TheHive-Project/TheHive/issues/1813) - [Feature Request] Add a platform status page [\#1815](https://github.com/TheHive-Project/TheHive/issues/1815) - [Feature Request] Add organisation free tags administration section [\#1816](https://github.com/TheHive-Project/TheHive/issues/1816) - [Feature Request] Enhance the dashboard list section [\#1817](https://github.com/TheHive-Project/TheHive/issues/1817) - [Enhancement] Add migration from TheHive 3.5.1 [\#1818](https://github.com/TheHive-Project/TheHive/issues/1818) - [Feature Request] Additional case bulk actions [\#1821](https://github.com/TheHive-Project/TheHive/issues/1821) - [Feature Request] Add support to "isEmpty" filter option [\#1824](https://github.com/TheHive-Project/TheHive/issues/1824) - [Feature Request] Improve task list page [\#1831](https://github.com/TheHive-Project/TheHive/issues/1831) - [Feature Request] Disk usage monitoring API route [\#1843](https://github.com/TheHive-Project/TheHive/issues/1843) - [Feature Request] Allow cancelling task action request [\#1844](https://github.com/TheHive-Project/TheHive/issues/1844) - [Feature Request] Add more quick filters to case list [\#1848](https://github.com/TheHive-Project/TheHive/issues/1848) - [Feature Request] Add support of authentication in webhooks [\#1850](https://github.com/TheHive-Project/TheHive/issues/1850) - [Feature Request] Allow removing a custom field from a case [\#1852](https://github.com/TheHive-Project/TheHive/issues/1852) **Closed issues:** - [Feature Request] Alphabetize Case Template view [\#1551](https://github.com/TheHive-Project/TheHive/issues/1551) - [Feature Request] Add the ability to directly close a task [\#1727](https://github.com/TheHive-Project/TheHive/issues/1727) - [Question] Tags and custom fields can be seen across organisations / potential for data leakage [\#1778](https://github.com/TheHive-Project/TheHive/issues/1778) - [Feature Request] Allow user to reorder case templates, or display them in alphabetic order [\#1787](https://github.com/TheHive-Project/TheHive/issues/1787) - [Repository] Improve github issue templates [\#1840](https://github.com/TheHive-Project/TheHive/issues/1840) **Fixed bugs:** - Can not view or delete alert when delete the case that created by Import Alert [\#1123](https://github.com/TheHive-Project/TheHive/issues/1123) - Imported Alerts Cannot be Deleted [\#1201](https://github.com/TheHive-Project/TheHive/issues/1201) - [Bug] Creating Cases via API ignores the owner field [\#1473](https://github.com/TheHive-Project/TheHive/issues/1473) - [Bug] Missing cases migrating from TH3 to TH4 [\#1682](https://github.com/TheHive-Project/TheHive/issues/1682) - [Bug] Attachment files are not deleted from local filesystem storage when logs is deleted [\#1687](https://github.com/TheHive-Project/TheHive/issues/1687) - [Bug] Impossible to switch organization if organization name contains an accent [\#1741](https://github.com/TheHive-Project/TheHive/issues/1741) - [Bug] Filtering issue [\#1753](https://github.com/TheHive-Project/TheHive/issues/1753) - Identical URL Observables can still be added multiple times to the same case [\#1756](https://github.com/TheHive-Project/TheHive/issues/1756) - [Bug] Integrity checks for user deduplication is not run when an user is added [\#1759](https://github.com/TheHive-Project/TheHive/issues/1759) - [Bug] Deleting a shared case on org2 doesn't delete task from the Org1 resulting in log spam and undeletable task [\#1767](https://github.com/TheHive-Project/TheHive/issues/1767) - [Bug] Fix pivoting from donuts to search pages on custom fields based widgets [\#1777](https://github.com/TheHive-Project/TheHive/issues/1777) - [Bug] Unable to migrate to TH 4.0.5 [\#1785](https://github.com/TheHive-Project/TheHive/issues/1785) - [Bug] Elapsed time for re-opened cases is showed as "closed". [\#1796](https://github.com/TheHive-Project/TheHive/issues/1796) - [Bug] Observables list doesn't reload [\#1802](https://github.com/TheHive-Project/TheHive/issues/1802) - [Bug] Error in handling users included in many organisations [\#1803](https://github.com/TheHive-Project/TheHive/issues/1803) - [Bug] Organisation users list doesn't include update date [\#1805](https://github.com/TheHive-Project/TheHive/issues/1805) - [Bug] Reveal API key not working for users with profile analyst [\#1806](https://github.com/TheHive-Project/TheHive/issues/1806) - [Bug] Observables not present in some events imported from MISP [\#1819](https://github.com/TheHive-Project/TheHive/issues/1819) - [Bug] Migration: parameter input is unusable [\#1827](https://github.com/TheHive-Project/TheHive/issues/1827) - [Bug] Migration of caseTemplate without task fails [\#1828](https://github.com/TheHive-Project/TheHive/issues/1828) - [Bug] - Use API v1 to fetch observable job history [\#1838](https://github.com/TheHive-Project/TheHive/issues/1838) - [Bug] File observables with special character in name can not be downloaded [\#1842](https://github.com/TheHive-Project/TheHive/issues/1842) - [Bug] Shared dashboards are not editable [\#1849](https://github.com/TheHive-Project/TheHive/issues/1849) - [Bug] Disable the Audit search section [\#1851](https://github.com/TheHive-Project/TheHive/issues/1851) 2021-03-19T16:44:30+00:00 TheHive 4.1.1 TheHive 4.1.1 2021-03-23T14:20:34+00:00 **Implemented enhancements:** - [Feature Request] Include organisation ID in webhooks [\#1865](https://github.com/TheHive-Project/TheHive/issues/1865) **Closed issues:** - [Bug] Importing the ATT&CK library fails on 4.1 [\#1862](https://github.com/TheHive-Project/TheHive/issues/1862) - Thehive4.1.0 Issues with Lucene [\#1863](https://github.com/TheHive-Project/TheHive/issues/1863) **Fixed bugs:** - [Bug] TheHive doesn't start if webhook is configured without authentication [\#1859](https://github.com/TheHive-Project/TheHive/issues/1859) - [Bug] Migration fails from 4.0.5 to 4.1 [\#1861](https://github.com/TheHive-Project/TheHive/issues/1861) - [Bug] Filter by "IMPORTED" does not work [\#1866](https://github.com/TheHive-Project/TheHive/issues/1866) - [Bug] TheHive doesn't start in cluster mode (serializer is missing) [\#1868](https://github.com/TheHive-Project/TheHive/issues/1868) - [Bug] Full-text search is slow [\#1870](https://github.com/TheHive-Project/TheHive/issues/1870) 2021-03-23T14:20:34+00:00 TheHive 4.1.2 TheHive 4.1.2 2021-03-29T17:05:02+00:00 **Implemented enhancements:** - [Feature Request] Add case search by TTP [\#1893](https://github.com/TheHive-Project/TheHive/issues/1893) **Fixed bugs:** - [Bug] Slow loading of TheHive because of Tags [\#1869](https://github.com/TheHive-Project/TheHive/issues/1869) - [Bug] After migration from 4.0.5 to 4.1.0 old tasklogs are not returned by "/api/v1/query?name=case-task-logs" query [\#1875](https://github.com/TheHive-Project/TheHive/issues/1875) - Dashboards - custom fields [\#1877](https://github.com/TheHive-Project/TheHive/issues/1877) - [Bug] TH 4.1.1 : Filter by "IMPORTED" does not work for alerts imported into existing cases [\#1891](https://github.com/TheHive-Project/TheHive/issues/1891) - [Bug] Fix the S3 configuration options [\#1892](https://github.com/TheHive-Project/TheHive/issues/1892) - [Bug] All attachments in task logs disappeared following upgrade to 4.1.1 [\#1894](https://github.com/TheHive-Project/TheHive/issues/1894) - [Bug] Continued performance issues after upgrade to 4.1.1 [\#1896](https://github.com/TheHive-Project/TheHive/issues/1896) - [Bug] Fix issues dashboard list [\#1901](https://github.com/TheHive-Project/TheHive/issues/1901) - [Bug] Migration tool migrates unsupported elastic index [\#1907](https://github.com/TheHive-Project/TheHive/issues/1907) - [Bug] Folder permissions are not correctly set in docker image [\#1908](https://github.com/TheHive-Project/TheHive/issues/1908) 2021-03-29T17:05:02+00:00 TheHive 4.1.3 TheHive 4.1.3 2021-04-12T16:25:05+00:00 **Implemented enhancements:** - [Improvement] Cleanup deprecated filter usage [\#1922](https://github.com/TheHive-Project/TheHive/issues/1922) - [Improvement] Make the property "Imported" in alerts optimised for index [\#1923](https://github.com/TheHive-Project/TheHive/issues/1923) - [Feature Request] Display case templates in alphabetic order in "New case" menu [\#1925](https://github.com/TheHive-Project/TheHive/issues/1925) - [Enhancement] Prevent the application to start if database initialisation fails [\#1935](https://github.com/TheHive-Project/TheHive/issues/1935) - [Enhancement] Improve performance [\#1946](https://github.com/TheHive-Project/TheHive/issues/1946) - [Enhancement] Remove blocking queries in some UI pages [\#1948](https://github.com/TheHive-Project/TheHive/issues/1948) - [Enhancement] Use polluingDuration config from the UI [\#1951](https://github.com/TheHive-Project/TheHive/issues/1951) - [Enhancement] Disable confirm buttons in import dialogs [\#1953](https://github.com/TheHive-Project/TheHive/issues/1953) - [Enhancement] Add environment file in service [\#1954](https://github.com/TheHive-Project/TheHive/issues/1954) **Fixed bugs:** - [Bug] Add "Not assigned" to Assignee field on task page for tasks without an assigned user [\#1508](https://github.com/TheHive-Project/TheHive/issues/1508) - [Bug] (Still) slow loading of list-tags endpoint with 4.1.2 [\#1914](https://github.com/TheHive-Project/TheHive/issues/1914) - [Bug] Aggregation on custom fields provides incorect result [\#1921](https://github.com/TheHive-Project/TheHive/issues/1921) - [Bug] Very slow load of Case Task list in UI in 4.1.2 [\#1927](https://github.com/TheHive-Project/TheHive/issues/1927) - [Bug] Task "Take" Button not working [\#1931](https://github.com/TheHive-Project/TheHive/issues/1931) - [Bug] Cluster: new nodes fail to start when the oldest node has been restarted [\#1934](https://github.com/TheHive-Project/TheHive/issues/1934) - [Bug] Index status page is very slow [\#1936](https://github.com/TheHive-Project/TheHive/issues/1936) - [Bug] Update of color in tags [\#1950](https://github.com/TheHive-Project/TheHive/issues/1950) 2021-04-12T16:25:05+00:00 TheHive 4.1.4 TheHive 4.1.4 2021-04-15T15:36:53+00:00 **Implemented enhancements:** - [Feature Request] Sort case templates in alert Import drop down menu [\#1956](https://github.com/TheHive-Project/TheHive/issues/1956) - [Enhancement] Make alert deletion more robust [\#1967](https://github.com/TheHive-Project/TheHive/issues/1967) **Fixed bugs:** - [Bug] Alert counter refresh not working [\#1911](https://github.com/TheHive-Project/TheHive/issues/1911) - [Bug] Enabled or Disabled Taxonomies doesn't work [\#1957](https://github.com/TheHive-Project/TheHive/issues/1957) - [Bug] TheHive 4.1.3-1 Task in Case is not visible [\#1964](https://github.com/TheHive-Project/TheHive/issues/1964) - [Bug] Aggregation on custom fields provides incorect result (again) [\#1965](https://github.com/TheHive-Project/TheHive/issues/1965) - [Bug] TheHive startup times out if schema evolution is long [\#1966](https://github.com/TheHive-Project/TheHive/issues/1966) - [Bug] Default analyst rol cant add TTPs [\#1968](https://github.com/TheHive-Project/TheHive/issues/1968) - [Bug] Links section should not be empty in Observables details view [\#1972](https://github.com/TheHive-Project/TheHive/issues/1972) - [Bug] Deleting a shared rule case for org2 - deleting observables (sharing to org2) from the org1. [\#1973](https://github.com/TheHive-Project/TheHive/issues/1973) - [Bug] AddTagToArtifact operation not working in 4.1.3 [\#1974](https://github.com/TheHive-Project/TheHive/issues/1974) 2021-04-15T15:36:53+00:00 TheHive 4.1.5 TheHive 4.1.5 2021-06-03T19:06:46+00:00 ## [4.1.5](https://github.com/TheHive-Project/TheHive/milestone/74) (2021-06-03) **Implemented enhancements:** - [Enhancement] Improve API v1 [\#2010](https://github.com/TheHive-Project/TheHive/issues/2010) - [Enhancement] Improve integrity checks [\#2033](https://github.com/TheHive-Project/TheHive/issues/2033) - [Feature Request] Add the ability to copy data from a database to another [\#2042](https://github.com/TheHive-Project/TheHive/issues/2042) - [Feature Request] Add organisation name in responder data [\#2048](https://github.com/TheHive-Project/TheHive/issues/2048) - [Feature Request] Add alert updatable fields [\#2055](https://github.com/TheHive-Project/TheHive/issues/2055) **Closed issues:** - [Bug] API GET /api/alert fails when similarity is specified [\#1981](https://github.com/TheHive-Project/TheHive/issues/1981) **Fixed bugs:** - [Bug] Imported filter does not show alerts which are associated to removed cases [\#1940](https://github.com/TheHive-Project/TheHive/issues/1940) - [Bug] Observable already exists [\#1963](https://github.com/TheHive-Project/TheHive/issues/1963) - [Bug] using quick-filter "shared with my org" takes arround 90 seconds [\#1979](https://github.com/TheHive-Project/TheHive/issues/1979) - [Bug] Analyzer reports dissapear in 4.1.4 (observable already exists error) [\#1982](https://github.com/TheHive-Project/TheHive/issues/1982) - [Bug] Merge Into Case search by title not working [\#1983](https://github.com/TheHive-Project/TheHive/issues/1983) - [Bug] Able to merge alert into closed case, even though it is not allowed [\#1985](https://github.com/TheHive-Project/TheHive/issues/1985) - Custom Dashboards issue - see #1877 as reference [Bug] [\#2001](https://github.com/TheHive-Project/TheHive/issues/2001) - [Question] A security issue? [\#2008](https://github.com/TheHive-Project/TheHive/issues/2008) - [Bug] Case description edit button misplaced after description update [\#2012](https://github.com/TheHive-Project/TheHive/issues/2012) - [Bug] Analyzer list is not refreshing properly when organization change [\#2025](https://github.com/TheHive-Project/TheHive/issues/2025) - [Bug] Alert list constantly resets [\#2030](https://github.com/TheHive-Project/TheHive/issues/2030) - [Bug] Can't Delete Case Custom Field (contains [ character) After Migration [\#2043](https://github.com/TheHive-Project/TheHive/issues/2043) - [Bug] Unable to find case by Case Number [\#2044](https://github.com/TheHive-Project/TheHive/issues/2044) - [Bug] add TTP error message on the hive - 4.1.4-1 [\#2045](https://github.com/TheHive-Project/TheHive/issues/2045) - [Bug] Merge Into Case search by title not a real search [\#2049](https://github.com/TheHive-Project/TheHive/issues/2049) - [Bug] max-attributes param not working for MISP [\#2050](https://github.com/TheHive-Project/TheHive/issues/2050) - [Bug] Invalid output when a file observable already exist [\#2054](https://github.com/TheHive-Project/TheHive/issues/2054) 2021-06-03T19:06:46+00:00 TheHive 4.1.6 TheHive 4.1.6 2021-06-15T04:11:53+00:00 ## [4.1.6](https://github.com/TheHive-Project/TheHive/milestone/75) (2021-06-14) **Implemented enhancements:** - [Feature Request] Add API to repair database [\#2081](https://github.com/TheHive-Project/TheHive/issues/2081) **Fixed bugs:** - [Bug] Editing case template tasks incorrectly removes tasks [\#1926](https://github.com/TheHive-Project/TheHive/issues/1926) - [Bug] When creating cases from alerts via API, the same case number gets assigned to multiple distinct cases [\#1970](https://github.com/TheHive-Project/TheHive/issues/1970) - [Bug] src:MISP-ORG missing on MISP alerts [\#2058](https://github.com/TheHive-Project/TheHive/issues/2058) - [Bug] Analyzer reports dissapear in 4.1.5 (observable already exists error) [\#2059](https://github.com/TheHive-Project/TheHive/issues/2059) - [Bug] CaseNumber Conflict [\#2061](https://github.com/TheHive-Project/TheHive/issues/2061) - [Bug] Alert tags glitch after previewing alert [\#2062](https://github.com/TheHive-Project/TheHive/issues/2062) - [Bug] Case Template content mixed across organisations [\#2068](https://github.com/TheHive-Project/TheHive/issues/2068) - [Bug] /api/v1/<user.ID>/key returns 401/403 if user hasn't key [\#2069](https://github.com/TheHive-Project/TheHive/issues/2069) - [Bug] When API call returns failure, actual response depends on authentication methods [\#2070](https://github.com/TheHive-Project/TheHive/issues/2070) - [Bug] Deleting observables doesn't produce audit log [\#2076](https://github.com/TheHive-Project/TheHive/issues/2076) 2021-06-15T04:11:53+00:00 TheHive 4.1.7 TheHive 4.1.7 2021-07-05T20:02:34+00:00 ## [4.1.7](https://github.com/TheHive-Project/TheHive/milestone/76) (2021-07-05) **Implemented enhancements:** - [Enhancement] Copy the database even if the schema version doesn't match (with force flag) [\#2105](https://github.com/TheHive-Project/TheHive/issues/2105) **Fixed bugs:** - [Bug] Issue with Migration 3.5.1 -> 4.1.6 [\#2089](https://github.com/TheHive-Project/TheHive/issues/2089) - [Bug] Fix serialization for case number messages [\#2107](https://github.com/TheHive-Project/TheHive/issues/2107) - [Bug] Case is removed if the assignee is removed [\#2109](https://github.com/TheHive-Project/TheHive/issues/2109) 2021-07-05T20:02:34+00:00 TheHive 4.1.8 TheHive 4.1.8 2021-07-19T16:36:23+00:00 ## [4.1.8](https://github.com/TheHive-Project/TheHive/milestone/77) (2021-07-19) **Implemented enhancements:** - [Feature Request] Improve SSO user auto creation [\#2127](https://github.com/TheHive-Project/TheHive/issues/2127) - [Feature Request] Add simple improvements in alerts list [\#2129](https://github.com/TheHive-Project/TheHive/issues/2129) **Closed issues:** - typo in entrypoint man for "cortex-hostnames" [\#2114](https://github.com/TheHive-Project/TheHive/issues/2114) **Fixed bugs:** - [Bug] TheHive updates an alert from an updated MISP event but not the promoted Case [\#2110](https://github.com/TheHive-Project/TheHive/issues/2110) 2021-07-19T16:36:23+00:00 TheHive 4.1.9 TheHive 4.1.9 2021-07-23T15:51:56+00:00 ## [4.1.9](https://github.com/TheHive-Project/TheHive/milestone/78) (2021-07-23) **Implemented enhancements:** - [Enhancement] Add button for index rebuilding [\#2144](https://github.com/TheHive-Project/TheHive/issues/2144) **Fixed bugs:** - [Bug] MISP sync delete existing observables when updating existing Alert [\#2134](https://github.com/TheHive-Project/TheHive/issues/2134) - [Bug] Livestream emptied of audit logs after TheHive reboot [\#2135](https://github.com/TheHive-Project/TheHive/issues/2135) - [Bug] AddTagToCase operation does not work [\#2136](https://github.com/TheHive-Project/TheHive/issues/2136) 2021-07-23T15:51:56+00:00 TheHive 4.1.10 TheHive 4.1.10 2021-08-27T08:05:02+00:00 ## [4.1.10](https://github.com/TheHive-Project/TheHive/milestone/79) (2021-08-26) **Fixed bugs:** - [Bug] Reload last case number from database periodically [\#2182](https://github.com/TheHive-Project/TheHive/issues/2182) 2021-08-27T08:05:02+00:00 TheHive 4.1.11 TheHive 4.1.11 2021-10-07T03:17:17+00:00 ## [4.1.11](https://github.com/TheHive-Project/TheHive/milestone/81) (2021-10-06) **Implemented enhancements:** - [Feature Request] Add the ability to update type of observable [\#2125](https://github.com/TheHive-Project/TheHive/issues/2125) **Closed issues:** - [Bug] Editing Someone Else's Dashboard [\#2212](https://github.com/TheHive-Project/TheHive/issues/2212) **Fixed bugs:** - [Bug] Dashboard are shared in read only by default [\#2190](https://github.com/TheHive-Project/TheHive/issues/2190) - [Bug] Analyzer reports migration to 4.1.10 problem [\#2203](https://github.com/TheHive-Project/TheHive/issues/2203) 2021-10-07T03:17:17+00:00 TheHive 4.1.12 TheHive 4.1.12 2021-10-29T07:49:59+00:00 ## [4.1.12](https://github.com/TheHive-Project/TheHive/milestone/82) (2021-10-29) **Fixed bugs:** - [Bug] Upon case merge: missing webhook events about the operation performed on merged cases [\#1969](https://github.com/TheHive-Project/TheHive/issues/1969) - [Bug] Uploading zipped observables raises a ClassCastException [\#2224](https://github.com/TheHive-Project/TheHive/issues/2224) - [Bug] The search for an observable data is slow [\#2225](https://github.com/TheHive-Project/TheHive/issues/2225) - [Bug] Uploading files could cause TheHive crash with "too many open files" errror [\#2226](https://github.com/TheHive-Project/TheHive/issues/2226) - [Bug] Configuration containing endpoint with "authentication: none" cannot be written [\#2231](https://github.com/TheHive-Project/TheHive/issues/2231) 2021-10-29T07:49:59+00:00 TheHive 4.1.13 TheHive 4.1.13 2021-11-12T10:05:06+00:00 ## [4.1.13](https://github.com/TheHive-Project/TheHive/milestone/83) (2021-11-08) **Implemented enhancements:** - [Feature Request] Add API to link alert and case after a broken migration from TH3 [\#2238](https://github.com/TheHive-Project/TheHive/issues/2238) **Fixed bugs:** - [Bug] Migration breaks links between alerts and cases thus rendering all alert statuses as ignored [\#2232](https://github.com/TheHive-Project/TheHive/issues/2232) - [Bug] Search Section results missing (Observables) [\#2233](https://github.com/TheHive-Project/TheHive/issues/2233) - [Enhancement] Accept slash in attachment filename [\#2240](https://github.com/TheHive-Project/TheHive/issues/2240) 2021-11-12T10:05:06+00:00 TheHive 4.1.14 TheHive 4.1.14 2021-11-22T10:20:10+00:00 ## [4.1.14](https://github.com/TheHive-Project/TheHive/milestone/84) (2021-11-19) **Implemented enhancements:** - [FR] Add user/org in Analyzers requests parameters [\#2245](https://github.com/TheHive-Project/TheHive/issues/2245) - [Feature Request] Add sort capability on "Profile" field of a organisations users list [\#2246](https://github.com/TheHive-Project/TheHive/issues/2246) - [Feature Request] Add API for change observable from a type to another [\#2251](https://github.com/TheHive-Project/TheHive/issues/2251) **Fixed bugs:** - [Bug] Fix observable type inconsistencies [\#2248](https://github.com/TheHive-Project/TheHive/issues/2248) - [Bug] Send notification to all viewing organisations [\#2249](https://github.com/TheHive-Project/TheHive/issues/2249) - [Bug] Update the field caseId in alert when it is imported in case [\#2250](https://github.com/TheHive-Project/TheHive/issues/2250) - [Bug] Incomplete alert observable details in search page [\#2252](https://github.com/TheHive-Project/TheHive/issues/2252) 2021-11-22T10:20:10+00:00 TheHive 4.1.15 TheHive 4.1.15 2021-12-09T10:20:06+00:00 ## [4.1.15](https://github.com/TheHive-Project/TheHive/milestone/85) (2021-12-06) **Implemented enhancements:** - [Feature Request] Add query to retrieve audit from an object [\#2266](https://github.com/TheHive-Project/TheHive/issues/2266) - [Feature Request] Sort similar Alerts by Observables [\#2270](https://github.com/TheHive-Project/TheHive/issues/2270) - [Enhancement] Add space after the title prefix from case template [\#2278](https://github.com/TheHive-Project/TheHive/issues/2278) **Fixed bugs:** - [Bug] Search without sort make queries slow [\#2261](https://github.com/TheHive-Project/TheHive/issues/2261) - [Bug] Marking an alert as read do not update it's "updatedAt" field [\#2262](https://github.com/TheHive-Project/TheHive/issues/2262) - [Bug] dataType removal doesn't work [\#2263](https://github.com/TheHive-Project/TheHive/issues/2263) - [Bug] Fix index creation and rebuild [\#2265](https://github.com/TheHive-Project/TheHive/issues/2265) 2021-12-09T10:20:06+00:00 TheHive 4.1.16 TheHive 4.1.16 2021-12-20T07:08:59+00:00 ## [4.1.16](https://github.com/TheHive-Project/TheHive/milestone/86) (2021-12-17) **Implemented enhancements:** - [Feature Request] Remove persistent filters on "Similar Cases" tab [\#2282](https://github.com/TheHive-Project/TheHive/issues/2282) - [Enhancement] When observable data is too big, use hash [\#2288](https://github.com/TheHive-Project/TheHive/issues/2288) - Remove unnecessary log4j dependency [\#2291](https://github.com/TheHive-Project/TheHive/issues/2291) **Fixed bugs:** - [Bug] Index fails with immense terms [\#2289](https://github.com/TheHive-Project/TheHive/issues/2289) - [Bug] Marking an alert as read do not update it's "updatedAt" nor "updatedBy" field [\#2292](https://github.com/TheHive-Project/TheHive/issues/2292) 2021-12-20T07:08:59+00:00 TheHive 4.1.17 TheHive 4.1.17 2022-01-26T06:29:08+00:00 ## [4.1.17](https://github.com/TheHive-Project/TheHive/milestone/87) (2022-01-24) **Implemented enhancements:** - [Enhancement] Improve migration tool by accepting old versions of TheHive [\#2305](https://github.com/TheHive-Project/TheHive/issues/2305) - Security concern [\#2309](https://github.com/TheHive-Project/TheHive/issues/2309) **Fixed bugs:** - [Bug] Action 'mergeCase' not mapped in v0 [\#2304](https://github.com/TheHive-Project/TheHive/issues/2304) - Can't start after upgrade thehive4 (4.1.16-1) over (4.0.0-1) [Bug] [\#2308](https://github.com/TheHive-Project/TheHive/issues/2308) - [Bug] Notifications are executed several times [\#2317](https://github.com/TheHive-Project/TheHive/issues/2317) 2022-01-26T06:29:08+00:00 TheHive 4.1.18 TheHive 4.1.18 2022-02-07T13:53:30+00:00 ## [4.1.18](https://github.com/TheHive-Project/TheHive/milestone/88) (2022-02-07) **Implemented enhancements:** - [Enhancement] Integrity check improvement [\#2334](https://github.com/TheHive-Project/TheHive/issues/2334) - [Enhancement] Improve migration tool [\#2335](https://github.com/TheHive-Project/TheHive/issues/2335) **Fixed bugs:** - [Bug] "Character 8211 cannot match AsciiSet because it is out of range" error when downloading a report [\#1534](https://github.com/TheHive-Project/TheHive/issues/1534) - [Bug] Can add a "space" as observable [\#2324](https://github.com/TheHive-Project/TheHive/issues/2324) - [Bug]- Migration from Hive 3.4.4 to Hive 4.1.17 not working [\#2331](https://github.com/TheHive-Project/TheHive/issues/2331) - [Bug] Duplicated entities after "db.janusgraph.forceDropAndRebuildIndex: true" with Elasticsearch index [\#2333](https://github.com/TheHive-Project/TheHive/issues/2333) - [Bug] Query with parendId filter doesn't work (v0) [\#2336](https://github.com/TheHive-Project/TheHive/issues/2336) 2022-02-07T13:53:30+00:00 TheHive 4.1.19 TheHive 4.1.19 2022-04-07T14:43:23+00:00 ## [4.1.19](https://github.com/TheHive-Project/TheHive/milestone/89) (2022-04-07) **Implemented enhancements:** - Migrate hive3 to 4, migrate SSL error. Requesting SSL bypass option [\#2356](https://github.com/TheHive-Project/TheHive/issues/2356) - [Enhancement] Improve logging [\#2371](https://github.com/TheHive-Project/TheHive/issues/2371) **Fixed bugs:** - [Bug] Regression starting with 4.1.17 in the migration tool with certificate validation [\#2342](https://github.com/TheHive-Project/TheHive/issues/2342) - [Bug] Deadlock when the index backend changed [\#2351](https://github.com/TheHive-Project/TheHive/issues/2351) - [Bug][Security] TheHive4 libraries vulnerabilities [\#2362](https://github.com/TheHive-Project/TheHive/issues/2362) - [Bug] The Link given in /etc/thehive/application.conf says error. [\#2364](https://github.com/TheHive-Project/TheHive/issues/2364) - [Bug] An unshared case is still visible [\#2366](https://github.com/TheHive-Project/TheHive/issues/2366) - [Bug] Prevent custom field creation if it already exists [\#2367](https://github.com/TheHive-Project/TheHive/issues/2367) - [Bug] An user may exist without being member of any organisation [\#2368](https://github.com/TheHive-Project/TheHive/issues/2368) - [Bug] Tags can't be updated [\#2369](https://github.com/TheHive-Project/TheHive/issues/2369) - [Bug] Dashboarding on weeks provide incorrect results on specific dates [\#2370](https://github.com/TheHive-Project/TheHive/issues/2370) 2022-04-07T14:43:23+00:00 TheHive 4.1.20 TheHive 4.1.20 2022-05-16T12:06:25+00:00 ## [4.1.20](https://github.com/TheHive-Project/TheHive/milestone/90) (2022-05-16) **Implemented enhancements:** - [Enhancement] Improve artifact creation from responder operation [\#2383](https://github.com/TheHive-Project/TheHive/issues/2383) - [Enhancement] Accept operations in analyzer reports [\#2384](https://github.com/TheHive-Project/TheHive/issues/2384) - [Enhancement] Add queries to filter observables based on the type of object it belongs to [\#2385](https://github.com/TheHive-Project/TheHive/issues/2385) **Fixed bugs:** - [Bug] Unable to use AWS S3 as storage backend [\#2316](https://github.com/TheHive-Project/TheHive/issues/2316) - [Bug] Typo on migration elasticsearch http config [\#2374](https://github.com/TheHive-Project/TheHive/issues/2374) 2022-05-16T12:06:25+00:00 TheHive 4.1.21 TheHive 4.1.21 2022-06-22T11:21:10+00:00 ## [4.1.21](https://github.com/TheHive-Project/TheHive/milestone/91) (2022-06-22) **Fixed bugs:** - [Bug] S3 storage fails with old version of Minio [\#2388](https://github.com/TheHive-Project/TheHive/issues/2388) - [Bug ] Authentication Bypass Vulnerability [\#2391](https://github.com/TheHive-Project/TheHive/issues/2391) 2022-06-22T11:21:10+00:00 TheHive 4.1.22 TheHive 4.1.22 2022-07-01T15:00:56+00:00 ## [4.1.22](https://github.com/TheHive-Project/TheHive/milestone/93) (2022-07-01) **Implemented enhancements:** - [Enhancement] Add check on user role [\#2401](https://github.com/TheHive-Project/TheHive/issues/2401) **Fixed bugs:** - [Bug] Use dedicated stream topic for stream dispatcher subscription [\#2400](https://github.com/TheHive-Project/TheHive/issues/2400) 2022-07-01T15:00:56+00:00 TheHive 4.1.23 TheHive 4.1.23 2022-08-30T07:28:56+00:00 ## [4.1.23](https://github.com/TheHive-Project/TheHive/milestone/94) (2022-07-22) **Fixed bugs:** - [Bug] system user can be deleted by integrity checks [\#2406](https://github.com/TheHive-Project/TheHive/issues/2406) 2022-08-30T07:28:56+00:00 TheHive 4.1.24 TheHive 4.1.24 2022-09-13T07:48:11+00:00 ## [4.1.24](https://github.com/TheHive-Project/TheHive/milestone/95) (2022-09-12) **Fixed bugs:** - [Bug] All analyzers become unavailable when an analyzer is updated [\#2420](https://github.com/TheHive-Project/TheHive/issues/2420) 2022-09-13T07:48:11+00:00