Commit graph

2893 commits

Author SHA1 Message Date
Simone Mainardi
109c69a3d7 Fixes attempt to index a nil value (local 'list') 2020-06-22 19:23:20 +02:00
Simone Mainardi
b0c5fcc3fe Fixes parsing of IP addresses and CIDRs for custom protocols
Fixes #4050
2020-06-17 18:51:26 +02:00
gabryon99
cd62af69dc fix the blog notification ordering bug 2020-06-08 10:19:01 +02:00
Simone Mainardi
8441aab9ec Fixes XSS in dissected HTTP URLs, TLS certs, and DNS names
Fixes possible XSS due to forged HTTP urls such as

curl -u admin:admin1 "http://devel:3000/</a><script>alert(1);</script><a>"

Similar attacks could have been performed with TLS certs and DNS names
2020-06-03 19:00:41 +02:00
Simone Mainardi
be5abb6635 Fixes InfluxDB version check when headers are manipulated by HAProxy
Fixes #3946
2020-05-20 12:53:49 +02:00
Luca Deri
ef2ede98f2 Reference fixes for HTTP prefixes (#3957) 2020-05-20 12:43:15 +02:00
Simone Mainardi
a05ff6a1de Fixes broken plugin menu entries with --http-prefix
Addresses #3957
2020-05-20 12:40:03 +02:00
emanuele-f
502337c7e3 Rework flows table update
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.

Closes #3660
2020-05-11 11:39:34 +02:00
Alfredo Cardigliano
c5a96340b9 Hide telemetry setting for OEM 2020-05-05 11:01:24 +02:00
emanuele-f
b789e59420 Fix bad enterprise version reported 2020-04-24 12:44:49 +02:00
Alfredo Cardigliano
6241945f72 Update getNtopngRelease 2020-04-24 12:31:09 +02:00
Simone Mainardi
6c7bf43800 Implements constant flow and alert ids
Enlarges AlertType size

Changes alerts database
2020-04-15 10:35:22 +02:00
gabryon99
2ffe0991e7 fixed blog notfication utils 2020-04-09 16:22:43 +02:00
Simone Mainardi
7a1dac500e Fixes missing config page from mac_details.lua 2020-04-03 12:48:47 +02:00
Simone Mainardi
325e0cf498 Fixes missing telemetry conf in nEdge 2020-04-03 12:14:57 +02:00
emanuele-f
b1365b0041 Fix script failure in community charts
Fixes #3605
2020-04-02 11:46:05 +02:00
emanuele-f
3c00270d15 Fix bad selected menu item for user scripts config page 2020-04-02 11:44:42 +02:00
emanuele-f
18db709780 Fix stripped @ on host labels 2020-04-02 11:41:30 +02:00
emanuele-f
920e7daeaa Replace calls to getResolvedAddress with host2name 2020-04-02 11:41:19 +02:00
emanuele-f
86a209ddff Fix host alias not shown in flows 2020-04-02 11:41:08 +02:00
gabryon99
0188de18e0 add comment for previous fix 2020-04-02 11:40:35 +02:00
gabryon99
d21c5f9329 fixed issue for snmp url interfaces
fix for ticket #3668
2020-04-02 11:40:20 +02:00
Luca Deri
6f45af066d Removed blankc 2020-04-02 11:39:56 +02:00
Simone Mainardi
14597f8c35 Fixes unexpected token H in VLANS page
Fixes #3689
2020-04-02 10:10:25 +02:00
gabryon99
b234ae1809 removed unused p tag used as separator 2020-03-30 12:04:16 +02:00
emanuele-f
c5f2303778 Fix bad SNMP interface formatter
Fixes #3659
2020-03-27 17:51:24 +01:00
emanuele-f
35c6c21a15 Add check to avoid "list x has 0 rules" on interrupted shutdowns
Fixes #3468
2020-03-27 17:51:13 +01:00
emanuele-f
93c2ce2b6b Fix errors in RTT hosts import/reset 2020-03-27 14:45:59 +01:00
emanuele-f
31b28823a8 Restore ntopng major version check
Closes #3648
2020-03-27 12:48:08 +01:00
emanuele-f
954b2389ea Fix DHCP ranges cleared when page changes
Fixes #3636
2020-03-27 11:14:38 +01:00
gabryon99
309e5f251f fix on blog_utils to fetch posts 2020-03-27 11:14:10 +01:00
gabryon99
87b8e1bc10 fixed issue #3638 2020-03-27 11:14:04 +01:00
gabryon99
e12e78822d fix for ticket #3640 and add suggest feature link 2020-03-27 11:13:42 +01:00
emanuele-f
ed2c59f0d6 Fix score sort errors while going back to community mode
Fixes #3635
2020-03-27 10:57:10 +01:00
emanuele-f
002f346784 Fix SyslogParserInterface plugins loading 2020-03-27 10:55:46 +01:00
emanuele-f
1a76dcc888 Improve plugins reload to avoid transient errors
A "shadow directory" is now populated when the reload occurs and then swapped as the active directory.
This avoids breaking the directory structure or changing files when other threads are possibly working
on them.

Fixes #3595
2020-03-27 10:54:45 +01:00
Simone Mainardi
6d3ebbca6a Renames alert_config to user_script_config 2020-03-26 14:52:23 +01:00
emanuele-f
2b392b713b Add nil checks 2020-03-25 14:41:44 +01:00
Luca Deri
ad46e3f3c8 Fix for blog event badges 2020-03-25 09:52:22 +01:00
Simone Mainardi
e7aed5f824 Handles non-localized flow status titles 2020-03-24 23:00:56 +01:00
emanuele-f
b4b3a85e77 Blog notifications fix 2020-03-24 17:15:40 +01:00
gabryon99
badc9af8f8 fix for system view 2020-03-24 17:13:37 +01:00
emanuele-f
1de2336892 Fix for system interface name 2020-03-24 12:20:02 +01:00
gabryon99
7479582210 fix system view and add rtt host from host_details 2020-03-23 17:38:22 +01:00
emanuele-f
66cbf2c436 Rmove hardcoded blacklisted status ID
Fixes #3613
2020-03-23 12:51:01 +01:00
emanuele-f
a8c049b58f Add check for possibly nil ts value
Should address #3605
2020-03-23 12:40:44 +01:00
emanuele-f
75e7858cbc Fix RTT alerts not released when RTT host is deleted
Fixes #3608
2020-03-23 12:31:44 +01:00
emanuele-f
f5ea87910a Fix bad RTT timeseries metric and avoid HTTP 100
Should address #3603
2020-03-23 11:58:30 +01:00
gabryon99
84254e69a4 refactored new system interface logic 2020-03-23 11:03:40 +01:00
gabryon99
c0f30310f7 fix for system view 2020-03-23 10:29:45 +01:00