Changeset: 7eb872412fcd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7eb872412fcd Modified Files: sql/ChangeLog.Oct2010 Branch: Oct2010 Log Message:
update changelog to reflect removal of realpath usage diffs (14 lines): diff -r 1a9953c1fb92 -r 7eb872412fcd sql/ChangeLog.Oct2010 --- a/sql/ChangeLog.Oct2010 Tue Dec 14 14:35:16 2010 +0100 +++ b/sql/ChangeLog.Oct2010 Tue Dec 14 14:43:20 2010 +0100 @@ -5,8 +5,6 @@ - Security related fixes to the COPY INTO commands: 1) binary COPY INTO is disallowed for non-administrator users, 2) COPY INTO using a path both for reading and writing is disallowed for non-administrator users, - 3) paths used with COPY INTO may not be relative, 4) paths used with - COPY INTO may not be descendants of the dbfarm directory (where the - database files reside) and 5) COPY INTO a file may only be writing to - a non-existing file + 3) paths used with COPY INTO may not be relative, and 4) COPY INTO a + file may only be writing to a non-existing file _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
