• Thread starter Thread starter John Wright
  • Start date Start date
J

John Wright

1. Is there any good examples of writing custom rules in vb.net?
2. I have created a simple one, including the xml file, but when loaded in
fxCop it says it cannot find the rules.xml file in the manifest. How do I
get it there?
3. I want to check for hard coded email addresses in code, anyone have a
sample on how to do this?

4. I want to check for any hard coded IP addresses as well. Any examples?

5. Any examples on how to detect and flag any network calls (FTP, HTTP,
PING, TCP, UDP,ETC)? I would like to flag this in code for hot spots to
check for malicious code.

From reading here I can see there is no formal SDK for this, but I really
would like to create some more security rules for our company to integrate
into Visual Studio to enforce these checks in TFS before checking in a file.


John Wright
 
you may want to put a more useful subject line on your request. Also, I'm
sure that there is a more appropriate group for VSTS than this one. This
one is a programming group.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top