]> git.wh0rd.org Git - nano.git/commitdiff
Add CVE information for the fixes in this release.
authorChris Allegretta <chrisa@asty.org>
Wed, 14 Apr 2010 21:53:59 +0000 (21:53 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 14 Apr 2010 21:53:59 +0000 (21:53 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4501 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 47a64321b2ce39d52d22448f0a9aadc6296865ec..13c41729f786edd2a63a48d06075598a588c34cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,14 +5,15 @@
          whether current_stat is set when trying to use it, and don't do the
          modification check if the filename changed, since we have no way
          of knowing about it in that case.  Fixes Savannah bug 29392, reported
-         by Mike Frysinger.
+         by Mike Frysinger.  [CVE-2010-1160]
 
 2010-04-13 Felipe Bugno <necron@bol.com.br>
        * doc/syntax/cmake.nanorc: Added cmake syntax highlighting file.
 
 2010-04-09 Chris Allegretta <chrisa@asty.org>
        * files.c (do_writeout): Better security fixes for backup file writing, 
-         mangled from submission by Dan Rosenberg <dan.j.rosenberg at gmail>.
+         mangled from submission by Dan Rosenberg <dan.j.rosenberg at gmail> 
+          [CVE-2010-1161]
 
 2010-04-08 Chris Allegretta <chrisa@asty.org>
        * files.c (do_writeout): Previous fixes should not cause a crash 
@@ -27,7 +28,8 @@
          original file's device ID and inode number as reasons to warn the 
           user that the file has been modified.  Also abort on writing a backup
          file when its owner doesn't match the edited file. Based on security 
-         analysis on nano by Dan Rosenberg.
+         analysis on nano by Dan Rosenberg. [CVE-2010-1160]
+
 
 2010-03-21 Chris Allegretta <chrisa@asty.org>
        * nano.c (page_stdin et al): Don't attempt to reset/reopen the terminal