mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Advertise smb2.c to be included in ELinks 0.12.0.
This commit is contained in:
parent
4829e4ad42
commit
af82ab8af7
@ -376,8 +376,8 @@ CONFIG_NNTP=no
|
||||
# Unfortunately, ELinks doesn't yet properly validate the file name passed to
|
||||
# smbclient, and this caused vulnerability CVE-2006-5925 (bug 841). To close
|
||||
# the vulnerability, configure.in now disables the SMB protocol regardless
|
||||
# of what you specify here. If you would like to fix the code so that the
|
||||
# protocol can be safely enabled again, please see bug 844.
|
||||
# of what you specify here. If you want to use SMB, please wait for ELinks
|
||||
# 0.12.0 or see bug 844.
|
||||
#
|
||||
# Default: disabled
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
#error SMB protocol support is vulnerable to CVE-2006-5925. Do not use.
|
||||
#error If you want to use SMB, please vote for bug 844 or post a patch.
|
||||
#error If you want to use SMB, please wait for ELinks 0.12.0 or see bug 844.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user