-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Appveyor badges to the README.md
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Deserializing the untrusted data can be dangerous | ||
# Deserializing the untrusted data is dangerous | ||
|
||
This tiny library tries to fix known BinaryFormatter vulnerabilities. | ||
This tiny library tries to fix several known BinaryFormatter vulnerabilities. | ||
See [ysoserial.net](https://github.com/pwntester/ysoserial.net) project for details. | ||
|
||
[![appveyor](https://ci.appveyor.com/api/projects/status/github/zyanfx/safedeserializationhelpers?svg=true)](https://ci.appveyor.com/project/yallie/safedeserializationhelpers) | ||
[![tests](https://img.shields.io/appveyor/tests/yallie/safedeserializationhelpers.svg)](https://ci.appveyor.com/project/yallie/safedeserializationhelpers/build/tests) | ||
|
||
# Usage | ||
|
||
TODO |