public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] fwhosts.cgi: Fixes bug#13206 - no validation of location group name
@ 2023-08-02 20:09 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2023-08-02 20:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]

- Added validation code for the location group name. This is only validated when edited
   and not when created.
- The code was copied from the section for creating the Services Group Name or the
   Network/Host Group Name.

Fixes: Bug#13206
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 html/cgi-bin/fwhosts.cgi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi
index baf745a0a..d6be6c40e 100644
--- a/html/cgi-bin/fwhosts.cgi
+++ b/html/cgi-bin/fwhosts.cgi
@@ -693,6 +693,9 @@ if ($fwhostsettings{'ACTION'} eq 'savelocationgrp')
 	&General::readhasharray("$fwconfiginp", \%fwinp);
 	&General::readhasharray("$fwconfigout", \%fwout);
 
+	# Check name
+	if (!&validhostname($grp)){$errormessage.=$Lang::tr{'fwhost err name'};}
+
 	# Check for existing group name.
 	if (!&checkgroup($grp) && $fwhostsettings{'update'} ne 'on'){
 		$errormessage = $Lang::tr{'fwhost err grpexist'};
-- 
2.41.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-02 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02 20:09 [PATCH] fwhosts.cgi: Fixes bug#13206 - no validation of location group name Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox