Skip to content

Commit 48cdf6d

Browse files
committed
Merge tag '2.0.1' into develop
2.0.1
2 parents e747f7d + 605f761 commit 48cdf6d

File tree

9 files changed

+176
-477
lines changed

9 files changed

+176
-477
lines changed

CHANGELOG.md

+87-51
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,145 @@
11
# Change Log
22

3-
## [1.1.4](https://github.com/CERT-BDF/Cortex/tree/1.1.4) (2017-09-15)
4-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.3...1.1.4)
3+
## [2.0.1](https://github.com/TheHive-Project/Cortex/tree/2.0.1) (2018-03-30)
4+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.0.0...2.0.1)
5+
6+
**Fixed bugs:**
7+
8+
- File upload component not working [\#69](https://github.com/TheHive-Project/Cortex/issues/69)
9+
- Packages contain obsolete configuration sample [\#68](https://github.com/TheHive-Project/Cortex/issues/68)
10+
- User can't change his password [\#67](https://github.com/TheHive-Project/Cortex/issues/67)
11+
12+
## [2.0.0](https://github.com/TheHive-Project/Cortex/tree/2.0.0) (2018-03-29)
13+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.1.4...2.0.0)
514

615
**Implemented enhancements:**
716

8-
- Group ownership in Docker image prevents running on OpenShift [\#42](https://github.com/CERT-BDF/Cortex/issues/42)
17+
- Display analyzers only if necessary configuration values are set [\#14](https://github.com/TheHive-Project/Cortex/issues/14)
918

1019
**Fixed bugs:**
1120

12-
- Display a error notification on analyzer start fail [\#39](https://github.com/CERT-BDF/Cortex/issues/39)
13-
- Cortex removes the input details from failure reports [\#38](https://github.com/CERT-BDF/Cortex/issues/38)
21+
- Error when clicking out of the "New Analysis" box [\#48](https://github.com/TheHive-Project/Cortex/issues/48)
1422

1523
**Closed issues:**
1624

17-
- Disable analyzer in configuration file [\#32](https://github.com/CERT-BDF/Cortex/issues/32)
18-
19-
## [1.1.3](https://github.com/CERT-BDF/Cortex/tree/1.1.3) (2017-06-14)
20-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/debian/1.1.2-2...1.1.3)
25+
- AMD64 REPO 404 [\#64](https://github.com/TheHive-Project/Cortex/issues/64)
26+
- Unable for Cortex to connected to MISP [\#61](https://github.com/TheHive-Project/Cortex/issues/61)
27+
- Cortex crashed after a OutOfMemoryError [\#60](https://github.com/TheHive-Project/Cortex/issues/60)
28+
- Malwareconfig Lookup and Yara Rule Additions [\#57](https://github.com/TheHive-Project/Cortex/issues/57)
29+
- Shodan Analyzer Fails - Module cortexutils Not Found [\#55](https://github.com/TheHive-Project/Cortex/issues/55)
30+
- API: Resource not found by Assets controller [\#47](https://github.com/TheHive-Project/Cortex/issues/47)
31+
- Wrong MISP config in conf/application.sample [\#45](https://github.com/TheHive-Project/Cortex/issues/45)
32+
- Local, LDAP, AD and API Key Authentication [\#7](https://github.com/TheHive-Project/Cortex/issues/7)
33+
- Limit Rates and Respect Quotas [\#6](https://github.com/TheHive-Project/Cortex/issues/6)
34+
- Persistence and Report Caching [\#5](https://github.com/TheHive-Project/Cortex/issues/5)
35+
- Provide alternative paths for analyzers in addition to standard path. [\#4](https://github.com/TheHive-Project/Cortex/issues/4)
36+
- Provide way to reload conf file for new API keys without shutdown. [\#3](https://github.com/TheHive-Project/Cortex/issues/3)
37+
- Provide Secret Key auth to upstream service [\#2](https://github.com/TheHive-Project/Cortex/issues/2)
38+
39+
**Merged pull requests:**
40+
41+
- Add proxy configuration block [\#52](https://github.com/TheHive-Project/Cortex/pull/52) ([cemasirt](https://github.com/cemasirt))
42+
- Fixed Typo [\#46](https://github.com/TheHive-Project/Cortex/pull/46) ([steoleary](https://github.com/steoleary))
43+
- Adding WOT config sample [\#43](https://github.com/TheHive-Project/Cortex/pull/43) ([mthlvt](https://github.com/mthlvt))
44+
45+
## [1.1.4](https://github.com/TheHive-Project/Cortex/tree/1.1.4) (2017-09-15)
46+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.1.3...1.1.4)
2147

2248
**Fixed bugs:**
2349

24-
- Problem Start Cortex on Ubuntu 16.04 [\#35](https://github.com/CERT-BDF/Cortex/issues/35)
25-
- Error when parsing analyzer failure report [\#33](https://github.com/CERT-BDF/Cortex/issues/33)
50+
- Display a error notification on analyzer start fail [\#39](https://github.com/TheHive-Project/Cortex/issues/39)
51+
- Cortex removes the input details from failure reports [\#38](https://github.com/TheHive-Project/Cortex/issues/38)
52+
53+
**Closed issues:**
54+
55+
- Group ownership in Docker image prevents running on OpenShift [\#42](https://github.com/TheHive-Project/Cortex/issues/42)
56+
- Disable analyzer in configuration file [\#32](https://github.com/TheHive-Project/Cortex/issues/32)
57+
58+
## [1.1.3](https://github.com/TheHive-Project/Cortex/tree/1.1.3) (2017-06-14)
59+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/debian/1.1.2-2...1.1.3)
60+
61+
**Fixed bugs:**
2662

27-
## [debian/1.1.2-2](https://github.com/CERT-BDF/Cortex/tree/debian/1.1.2-2) (2017-05-24)
28-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.2...debian/1.1.2-2)
63+
- Problem Start Cortex on Ubuntu 16.04 [\#35](https://github.com/TheHive-Project/Cortex/issues/35)
64+
- Error when parsing analyzer failure report [\#33](https://github.com/TheHive-Project/Cortex/issues/33)
2965

30-
## [1.1.2](https://github.com/CERT-BDF/Cortex/tree/1.1.2) (2017-05-24)
31-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/debian/1.1.1-2...1.1.2)
66+
## [1.1.2](https://github.com/TheHive-Project/Cortex/tree/1.1.2) (2017-05-24)
67+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/debian/1.1.1-2...1.1.2)
3268

3369
**Implemented enhancements:**
3470

35-
- Add page loader [\#30](https://github.com/CERT-BDF/Cortex/issues/30)
36-
- Initialize MISP modules at startup [\#28](https://github.com/CERT-BDF/Cortex/issues/28)
71+
- Add page loader [\#30](https://github.com/TheHive-Project/Cortex/issues/30)
72+
- Initialize MISP modules at startup [\#28](https://github.com/TheHive-Project/Cortex/issues/28)
3773

3874
**Fixed bugs:**
3975

40-
- jobstatus from jobs within cortex are not updated when status changes [\#31](https://github.com/CERT-BDF/Cortex/issues/31)
41-
- Cortex and MISP unclear and error-loop [\#29](https://github.com/CERT-BDF/Cortex/issues/29)
42-
- Error 500 in TheHive when a job is submited to Cortex [\#27](https://github.com/CERT-BDF/Cortex/issues/27)
76+
- jobstatus from jobs within cortex are not updated when status changes [\#31](https://github.com/TheHive-Project/Cortex/issues/31)
77+
- Cortex and MISP unclear and error-loop [\#29](https://github.com/TheHive-Project/Cortex/issues/29)
78+
- Error 500 in TheHive when a job is submited to Cortex [\#27](https://github.com/TheHive-Project/Cortex/issues/27)
4379

44-
## [debian/1.1.1-2](https://github.com/CERT-BDF/Cortex/tree/debian/1.1.1-2) (2017-05-19)
45-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/rpm/1.1.1-2...debian/1.1.1-2)
80+
## [debian/1.1.1-2](https://github.com/TheHive-Project/Cortex/tree/debian/1.1.1-2) (2017-05-19)
81+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/rpm/1.1.1-2...debian/1.1.1-2)
4682

47-
## [rpm/1.1.1-2](https://github.com/CERT-BDF/Cortex/tree/rpm/1.1.1-2) (2017-05-19)
48-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.1...rpm/1.1.1-2)
83+
## [rpm/1.1.1-2](https://github.com/TheHive-Project/Cortex/tree/rpm/1.1.1-2) (2017-05-19)
84+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.1.1...rpm/1.1.1-2)
4985

5086
**Fixed bugs:**
5187

52-
- After Upgrade from Cortex 1.0.2 to 1.1.1 system does not come up [\#26](https://github.com/CERT-BDF/Cortex/issues/26)
88+
- After Upgrade from Cortex 1.0.2 to 1.1.1 system does not come up [\#26](https://github.com/TheHive-Project/Cortex/issues/26)
5389

54-
## [1.1.1](https://github.com/CERT-BDF/Cortex/tree/1.1.1) (2017-05-17)
55-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.1.0...1.1.1)
90+
## [1.1.1](https://github.com/TheHive-Project/Cortex/tree/1.1.1) (2017-05-17)
91+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.1.0...1.1.1)
5692

5793
**Fixed bugs:**
5894

59-
- Missing logos and favicons [\#25](https://github.com/CERT-BDF/Cortex/issues/25)
95+
- Missing logos and favicons [\#25](https://github.com/TheHive-Project/Cortex/issues/25)
6096

6197
**Closed issues:**
6298

63-
- Cortex 1.1.0 doesnt work with theHive 2.11.0 [\#24](https://github.com/CERT-BDF/Cortex/issues/24)
64-
- MISP integration [\#21](https://github.com/CERT-BDF/Cortex/issues/21)
99+
- Cortex 1.1.0 doesnt work with theHive 2.11.0 [\#24](https://github.com/TheHive-Project/Cortex/issues/24)
100+
- MISP integration [\#21](https://github.com/TheHive-Project/Cortex/issues/21)
65101

66-
## [1.1.0](https://github.com/CERT-BDF/Cortex/tree/1.1.0) (2017-05-12)
67-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.2...1.1.0)
102+
## [1.1.0](https://github.com/TheHive-Project/Cortex/tree/1.1.0) (2017-05-12)
103+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.0.2...1.1.0)
68104

69105
**Implemented enhancements:**
70106

71-
- Add support to .deb and .rpm package generation [\#20](https://github.com/CERT-BDF/Cortex/issues/20)
72-
- Scala code cleanup [\#19](https://github.com/CERT-BDF/Cortex/issues/19)
73-
- Display analyzers metadata [\#18](https://github.com/CERT-BDF/Cortex/issues/18)
107+
- Add support to .deb and .rpm package generation [\#20](https://github.com/TheHive-Project/Cortex/issues/20)
108+
- Scala code cleanup [\#19](https://github.com/TheHive-Project/Cortex/issues/19)
109+
- Display analyzers metadata [\#18](https://github.com/TheHive-Project/Cortex/issues/18)
74110

75111
**Closed issues:**
76112

77-
- Display Cortex version on the footer [\#23](https://github.com/CERT-BDF/Cortex/issues/23)
78-
- Use new logo and favicon [\#22](https://github.com/CERT-BDF/Cortex/issues/22)
113+
- Display Cortex version on the footer [\#23](https://github.com/TheHive-Project/Cortex/issues/23)
114+
- Use new logo and favicon [\#22](https://github.com/TheHive-Project/Cortex/issues/22)
79115

80-
## [1.0.2](https://github.com/CERT-BDF/Cortex/tree/1.0.2) (2017-04-19)
81-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.1...1.0.2)
116+
## [1.0.2](https://github.com/TheHive-Project/Cortex/tree/1.0.2) (2017-04-19)
117+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.0.1...1.0.2)
82118

83119
**Fixed bugs:**
84120

85-
- Redirect to jobs list when a job is not found [\#16](https://github.com/CERT-BDF/Cortex/issues/16)
86-
- Global section in configuration file is ignored [\#13](https://github.com/CERT-BDF/Cortex/issues/13)
87-
- Secure the usage of angular-ui-notification library [\#12](https://github.com/CERT-BDF/Cortex/issues/12)
88-
- Jobs list API doesn't take into account the limit param [\#11](https://github.com/CERT-BDF/Cortex/issues/11)
121+
- Redirect to jobs list when a job is not found [\#16](https://github.com/TheHive-Project/Cortex/issues/16)
122+
- Global section in configuration file is ignored [\#13](https://github.com/TheHive-Project/Cortex/issues/13)
123+
- Secure the usage of angular-ui-notification library [\#12](https://github.com/TheHive-Project/Cortex/issues/12)
124+
- Jobs list API doesn't take into account the limit param [\#11](https://github.com/TheHive-Project/Cortex/issues/11)
89125

90126
**Closed issues:**
91127

92-
- Support for cuckoo malware analysis plattform \(link analysis\) [\#17](https://github.com/CERT-BDF/Cortex/issues/17)
93-
- Documentation on 'How to create an analyzer' [\#10](https://github.com/CERT-BDF/Cortex/issues/10)
128+
- Support for cuckoo malware analysis plattform \(link analysis\) [\#17](https://github.com/TheHive-Project/Cortex/issues/17)
129+
- Documentation on 'How to create an analyzer' [\#10](https://github.com/TheHive-Project/Cortex/issues/10)
94130

95-
## [1.0.1](https://github.com/CERT-BDF/Cortex/tree/1.0.1) (2017-03-08)
96-
[Full Changelog](https://github.com/CERT-BDF/Cortex/compare/1.0.0...1.0.1)
131+
## [1.0.1](https://github.com/TheHive-Project/Cortex/tree/1.0.1) (2017-03-08)
132+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/1.0.0...1.0.1)
97133

98134
**Fixed bugs:**
99135

100-
- Fix page scroll issues [\#9](https://github.com/CERT-BDF/Cortex/issues/9)
136+
- Fix page scroll issues [\#9](https://github.com/TheHive-Project/Cortex/issues/9)
101137

102138
**Closed issues:**
103139

104-
- Missing install repertory [\#1](https://github.com/CERT-BDF/Cortex/issues/1)
140+
- Missing install repertory [\#1](https://github.com/TheHive-Project/Cortex/issues/1)
105141

106-
## [1.0.0](https://github.com/CERT-BDF/Cortex/tree/1.0.0) (2017-02-01)
142+
## [1.0.0](https://github.com/TheHive-Project/Cortex/tree/1.0.0) (2017-02-01)
107143

108144

109-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
145+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)