You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@ CHANGELOG
2
2
=========
3
3
4
4
5
-
2.2.0 (unreleased)
5
+
2.2.0 (2020-06-23)
6
6
------------------
7
7
This IntelMQ Manager version requires IntelMQ >= 2.2.0.
8
8
9
9
### Backend
10
10
-`config`: Get file paths from `intelmctl debug --get-paths` if possible and fall back to hard-coded paths otherwise. Thereby environment variables influencing the paths are respected (#193).
Copy file name to clipboardExpand all lines: debian/patches/fix-paths.patch
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
16
16
// to be displayed so that user can replicate
17
17
@@ -16,17 +16,17 @@
18
18
$BOT_ID_REJECT_REGEX = '/[^A-Za-z0-9.-]/';
19
-
$VERSION = "2.2.0a1";
19
+
$VERSION = "2.2.0";
20
20
21
21
- $ALLOWED_PATH = "/opt/intelmq/var/lib/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
22
22
+ $ALLOWED_PATH = "/var/lib/intelmq/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
$ALLOWED_PATH = "/opt/intelmq/var/lib/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
20
20
$FILESIZE_THRESHOLD = 2000; // config files under this size gets loaded automatically; otherwise a link is generated
0 commit comments