diff --git a/CHANGELOG b/CHANGELOG index 244fefd3b..5357182a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ o Added the x11-access.nse script that checks if access to an X11 server is allowed (as with "xhost +" for example). The script was - written by vladz. + written by jlanthea. o Added explicit casts to (int)(unsigned char) for arguments to ctype function calls in nmap, ncat and nbase. Thanks to Solar Designer for pointing out