From df3bcde2695da9d47ba232fcde56ba6427b11480 Mon Sep 17 00:00:00 2001 From: yallie Date: Wed, 25 Apr 2018 17:20:50 +0300 Subject: [PATCH] Added Appveyor badges to the README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32fc2e3..267bb89 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file