-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed default behavior to deny types during deserialization
- Loading branch information
1 parent
a8a991b
commit 3cdf0d3
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
*/ | ||
/* Developers of Ajax.NET Professional (AjaxPro) | ||
* MS Michael Schwarz [email protected] | ||
* MS Michael Schwarz | ||
* TB Tim Byng | ||
* MR Matthew Raymer | ||
* | ||
|
@@ -40,6 +40,8 @@ | |
* MS 06-06-11 added ReflectionPermission attribute | ||
* MS 06-07-19 removed ReflectionPermission attribute (why did we add it?) | ||
* MS 21-10-30 added contentSecurityPolicy to specify a nonce for all scripts | ||
* MS 21-11-22 changed default behavior of passing types during deserialization to deny | ||
* | ||
* | ||
*/ | ||
using System; | ||
|
@@ -91,7 +93,7 @@ | |
// You can specify all the values or you can default the Revision and Build Numbers | ||
// by using the '*' as shown below: | ||
|
||
[assembly: AssemblyVersion("21.10.30.1")] // do not remove the blanks!!!! | ||
[assembly: AssemblyVersion("21.11.22.1")] // do not remove the blanks!!!! | ||
|
||
// | ||
// In order to sign your assembly you must specify a key to use. Refer to the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters