<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Trust Center Part 4: Trusted Locations</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx</link><description>Today we have the fourth guest post from Sam Radakovitz, Excel Program Manager. Sam is writing about the Trust Centre, a new feature for Office 2007. While we have talked at length about reducing the impact of security decisions on end customers, and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Trust Center Part 4: Trusted Locations</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#685401</link><pubDate>Tue, 01 Aug 2006 19:44:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685401</guid><dc:creator>Harlan Grove</dc:creator><description>As long as %APPDATA%\Microsoft\Excel\XLSTART is a trusted location by default, who wouldn't target it? And it's the same for most users across companies and countries. It's a great big bullseye for maliciously constructed XLS files.&lt;br&gt;&lt;br&gt;While signing and certificates may be a royal pain to handle in a distributed environment, keying on particular document properties, such as the original creator's name, would nicely complement trusted locations. Any file can have only one creator, so only one creator's name. And most companies and individuals across the globe are highly unlikely all to trust the same person(s).&lt;br&gt;&lt;br&gt;Trusted locations without either signing and certificates or checking file creator's name is a bad joke. It makes these locations inherently insecure. MAYBE if trusted locations were restricted to network shares in which users can't save files, either new ones or modified existing ones, they'd be OK. That way IT departments or other central authorities could distribute files to trusted locations, but users couldn't. That'd handle XLA[M] add-ins and XLT[M] templates.&lt;br&gt;&lt;br&gt;XLS[M] files with macros in which users would be expected to make changes would be trickier. Maybe the best that could be done would be putting all the VBA/macros/udfs into XLA[M] add-ins and none into the XLS[X] files. Have users load such models by loading the add-in, and put Open event handlers in the add-ins to prompt for the XLS[X] file to open.</description></item><item><title>Trust Centre and Office Development</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#685550</link><pubDate>Tue, 01 Aug 2006 22:30:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685550</guid><dc:creator>Kevin Boske - Office Development </dc:creator><description>As developers writing code for Office, we all need to be aware of security.&amp;amp;amp;nbsp;Let's face it, we've...</description></item><item><title>re: Trust Center Part 4: Trusted Locations</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#686035</link><pubDate>Wed, 02 Aug 2006 07:27:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686035</guid><dc:creator>sam</dc:creator><description>&amp;quot;Any file can have only one creator, so only one creator's name. &amp;quot;&lt;br&gt;&lt;br&gt;Harlan....some years ago... I lost a challange&lt;br&gt;&lt;br&gt;The challange was to try and create a xls file which if you copy and open the copy will pop up a message...&amp;quot;You have a copy of the orginial&amp;quot;&lt;br&gt;&lt;br&gt;I tried several approaches...one of them was to get the file creation date, time (minute, hour, sec)of the orginal and compare it with the copy....&lt;br&gt;&lt;br&gt;Unfortunately if a user simply set the date of his computer to that of the original file and the time a few seconds(say 10) before the original file creation time... and started making copies....one of them will have a date and time of the original....trial and error...but will work...&lt;br&gt;&lt;br&gt;It is sad that a file's creator doesnt change when copied.....In my opinion it should...It could be used as a one of the parameter to test if the file is an original or a copy&lt;br&gt;&lt;br&gt;A problem with the the windows os..that we have to live with...&lt;br&gt;&lt;br&gt;&lt;br&gt;Sam&lt;br&gt;</description></item><item><title>re: Trust Center Part 4: Trusted Locations</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#686814</link><pubDate>Wed, 02 Aug 2006 23:00:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686814</guid><dc:creator>A User</dc:creator><description>Given that a certain amount of paranoia seems justified these days, this seems a reasonable approach even though it is somewhat inconvenient and is still susceptible to some attacks. Thanks to Dan, Sam, &amp;amp; Sam for workaround suggestions in the Part 2 thread.&lt;br&gt;&lt;br&gt;I do have an issue with the &amp;quot;disable without notice&amp;quot; option. I realize this is only an option, and probably not a default one, but when a file is opened in a mode other than its intended mode of operation there really should be a warning. If someone has good reason to do this regularly they should be able to deal with a click through, and would probably benefit from visibility of the mode. If not, they should be warned away!&lt;br&gt;</description></item><item><title>re: Trust Center Part 4: Trusted Locations</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#690843</link><pubDate>Mon, 07 Aug 2006 14:05:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690843</guid><dc:creator>samrad</dc:creator><description>Hey again! &amp;nbsp;Thanks for the comments, replies below:&lt;br&gt;&lt;br&gt;Harlan:&lt;br&gt;we wanted to ensure xlstart is trusted mainly for backwards compat. &amp;nbsp;since the locations are customizable and admin controllable, they can remove xlstart if they don't need it, and trust only particular locations, like only network shares as you suggest. &amp;nbsp;also note, there are other layers of security that will help against putting malicous files in there (os/ie wise). &amp;nbsp;just to state it again, particular care should be taken when designating a path as a trusted location.&lt;br&gt;&lt;br&gt;A User:&lt;br&gt;You're right, the disable w/o notification is not the default :) &amp;nbsp;We wanted to make the settings flexable, and allow admins to configure when their users would see security issues and alerts.&lt;br&gt;</description></item><item><title>Trusted Location in Office 2007</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#9703045</link><pubDate>Sat, 06 Jun 2009 23:13:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9703045</guid><dc:creator>Marco Scheel aka GeekDotNet</dc:creator><description>&lt;p&gt;Wer mit SharePoint arbeitet und darin die &amp;#252;blichen verd&amp;#228;chtigen Dateitypen der Office Familie verwendet, kennt vielleicht die Securityhinweise, wenn zum Beispiel Excel aus einer SharePoint Lib geladen wird. SharePoint gilt in solchen Situationen eigentlich&lt;/p&gt;
</description></item><item><title> Microsoft Excel Trust Center Part 4 Trusted Locations | alternative dating</title><link>http://blogs.msdn.com/excel/archive/2006/08/01/672308.aspx#9768354</link><pubDate>Wed, 17 Jun 2009 10:51:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9768354</guid><dc:creator> Microsoft Excel Trust Center Part 4 Trusted Locations | alternative dating</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://topalternativedating.info/story.php?id=15417"&gt;http://topalternativedating.info/story.php?id=15417&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>