Skip to content

Commit

Permalink
Added Appveyor badges to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Apr 25, 2018
1 parent fe21e57 commit df3bcde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
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

0 comments on commit df3bcde

Please sign in to comment.