diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-13 07:07:36 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-13 07:07:36 -0700 |
commit | 9b189b9a943f18c17c7b468dd9e60c65f7edc7dc (patch) | |
tree | a58300f624663948b3053045167cadd06c293c2d /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | 6c4936e194080e6a7d2194870cf57814d6432eff (diff) | |
download | DotNetOpenAuth-9b189b9a943f18c17c7b468dd9e60c65f7edc7dc.zip DotNetOpenAuth-9b189b9a943f18c17c7b468dd9e60c65f7edc7dc.tar.gz DotNetOpenAuth-9b189b9a943f18c17c7b468dd9e60c65f7edc7dc.tar.bz2 |
Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.
Added tests to verify correct behavior.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index dfe95b7..41587db 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -68,6 +68,7 @@ <ItemGroup>
<Compile Include="Consumer.cs" />
<Compile Include="IWebRequestHandler.cs" />
+ <Compile Include="Messaging\DataContractMemberComparer.cs" />
<Compile Include="Messaging\IReplayProtectedProtocolMessage.cs" />
<Compile Include="Messaging\IExpiringProtocolMessage.cs" />
<Compile Include="Messaging\DictionaryXmlReader.cs" />
|