On Thu, 2003-10-09 at 08:47, Michel Arboi wrote:
> Max Andersen <[EMAIL PROTECTED]> writes:
>
> > Can I manually edit a file or do I have to use the command line to get
> > correct port range?
>
> Oops! Discard my previous patch. Wrong cut/paste.
>
>
> ______________________________________________________________________
> diff -b -w -u -r1.2 bind_allows_updates.nasl
> --- bind_allows_updates.nasl 5 Mar 2003 12:55:22 -0000 1.2
> +++ bind_allows_updates.nasl 9 Oct 2003 06:30:56 -0000
> @@ -73,7 +72,7 @@
> if(!(ord(r[2]) & 0x09) &&
> !(ord(r[3]) & 0x04))
> {
> - security_warning(port);
> + security_warning(port: port, protocol: "udp");
> }
> }
> exit(0);
Sorry, but it didn't seem to do the trick.... Other bind plugins might
have this issue also. I'll take a look at them later.
Max