TFS Event Handler: Coverage & Comments

TL;DR

Discusses feedback and key issues for the TFS Event Handler project, focusing on security for uploaded assemblies and handling of referenced assemblies in internal team use.

2 May 2007
Written by Martin Hinshelwood
1 minute read
Comments
Subscribe

I am getting some positive feedback on the project from Richard Berg , and he had blogged about it under the title of New CodePlex project: TFS Event Handler . And John Lambert has commented on some issues that he has envisioned with referenced assemblies and security of allowing people to upload Assemblies.

I would like to address both of these issues:

Security issues on uploaded assemblies

I do not ever envision that this would be uses when facing the public. It is designed for large internal teams where you want to give them the capability to setup their own Handlers. It may be that all assemblies uploaded must be secured using a key that only I provide to the developers!

Referenced assemblies issues

Although not for this version of the application, I would like to use a zip format file to allow the addition of extra files, like .htm templates for emails, or an additional referenced assemblies.

I have raised both of these issues on CodePlex and you can vote for them there. If anyone has any other issues that they would like to point out, please don’t hesitate to let me know…

Technorati Tags: WIT  Personal  TFS

Comments
Subscribe

What to read next

Article

TFS Event Handler (Prototype) Refresh

Bug fixes and updates for the TFS Event Handler Prototype, now supporting .NET 3.5 and Visual Studio 2008. Includes installer refresh and …

Read article
Article

TFS EventHandler: Now on CodePlex

Team Foundation Server EventHandler is now available on CodePlex, with ongoing updates to use Message Queuing and a Windows Service. Source …

Read article
Article

TFS Event Handler Progress

Update on TFS Event Handler project progress, focusing on resolving security issues, improving error handling in WCF services, and …

Read article