Actions
Bug #10168
closedfirewall_rules_edit.php: Firewall GUI allows selecting 'not' and 'any' for source/destination which is invalid
Start date:
01/07/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
On firewall_rules_edit.php, the GUI allows selecting 'not' and 'any' together for source/destination which is invalid as it could never match anything. The backend code in filter.inc detects this and ignores the 'not' in this case. The GUI should reject it similarly with input validation to warn the user.
Actions