id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10745,security warnings when building applications with the boost::logv2 library,Georg Kellerer ,Andrey Semashev,"whenn I build my application with Visual Studio 2010 and Boost V1.5.7.0 i get a security warning every time the logging framework is used: 5>C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(54): warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 5>C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(66): warning C4996: '_vsnwprintf': This function or variable may be unsafe. Consider using _vsnwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. ",Bugs,closed,Boost 1.57.0,log,Boost 1.57.0,Cosmetic,fixed,security warning,