Tagged Questions

1
vote
6answers
95 views

Check/Verify if user-provided CSS is not evil

I would like to allow my webapp users to save custom CSS through a text field to modify the look of their GUI. I guess there are some evil CSS hacks out there. What should I take care about?
4
votes
10answers
220 views

Verify database changes (version-control)

Hi, I have read lots of posts about the importance of database version control. However, I could not find a simple solution how to check if database is in state that it should be. For example, I …
2
votes
3answers
61 views

Verify domain ownership

When setting up Google Adsense or Gmail as a site owner, you are required to modify a CNAME record for verification. Microsoft does the same thing. I am building a website where I would like an …
0
votes
1answer
38 views

Is verify called automatically on Groovy’s MockFor

According to the javadocs, Groovy's MockFor object always ends with a verify. Its StubFor docs say calling verify is up to the user. I read that as saying that verify will automatically be called on …
0
votes
0answers
74 views

iPhone Facebook Connect verify signature

I'm having hard time figuring out how you're supposed to verify a facebook signature when using FBConnect for the iPhone. What I wanna do is store data on my server that the iPhone FBConnect client …
1
vote
3answers
75 views

.NET: Verify URL is image

I have a requirement to verify that a user-specified URL is to an image. So really I need a way to determine that a URL string points to a valid image. How can I do this in .NET?
0
votes
1answer
40 views

Linq: How to verify dbcontext.SubmitChanges() for updates/inserts succeeded?

How do you verify that SubmitChanges() worked for inserts and updates? The method doesn't return a bool or int value.
0
votes
2answers
112 views

XML Digital Signature validation

I was trying to validate an XML signature. The validation according to this tutorial works fine. But I also tried to a second approach. To verify it with the verify method of the Signature class I …
2
votes
2answers
212 views

How to verify a website certificate in Cocoa Touch?

I currently open an https connection to a web server using NSURLConnection. Everything works as it should and I am able to retrieve the page content I am after. The certificate is issued by VeriSign …
0
votes
3answers
195 views

Verify integrity Ceritifcate { RSACryptoServiceProvider - SHA1 - thumbprint }

Hello, sorry for my english. I have a little problem. I want to verify the integrity of my certificat. I make this code: using System.Security.Cryptography; using System.Runtime.InteropServices; …
2
votes
2answers
201 views

How to verify whether two SQL Server databases contain equal data?

Given two MS SQL databases which are known to have identical schemas, how should I tell whether they contain identical copies of the data? I'm using MS SQL Server 2008 Express, and coding in C# and …
1
vote
6answers
589 views

Best way to verify readline input in C#?

Oh, 2 things: 1) It is a console application. 2 ) I know it is in danish, but it doesn't really matter, its just an example of asking for some input. The text and variables does not matter. Alright, …
1
vote
5answers
1k views

verify email in Java

Hi, Is there any way to verify in Java code that an e-mail address is valid. By valid, I don't just mean that it's in the correct format (someone@domain.subdomain), but that's it's a real active …
1
vote
3answers
185 views

File Signatures: How do I make sure that a Windows DLL isn’t modified?

Hi all. I once asked a question here if Windows DLLs are signed by Microsoft. I realized they were, and a good friend told me that the SigCheck utility can provide information about the signature of …
0
votes
0answers
16 views

certificat x509ChainElement ChainElementStatus

Hello everybody, I would know if an error take place in collection "ChainElementStatus" when a x509 certificat's thumbsprint is not available????