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
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