Hi,

I've been trying to create a target using the following hostname
"a.b.c.example.com" (4 dots) but it didn't work while
"b.c.example.com" (3 dots)  works. This seems to be due to the
following check which is mistakenly applied even if the host is
alphanumeric. I think it should be moved somewhere deeper in
"validate_host".

    openvas-manager-3.0.1-modified/src/manage_sql.c (validate_host):

        21448 : if (g_strv_length (split) > 4)
        21449 :  return 1;

Rm4dillo
_______________________________________________
Openvas-discuss mailing list
[email protected]
http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to