diff options
| author | Yuval Adam <_@yuv.al> | 2020-02-01 13:27:30 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-02-01 13:27:30 +0200 |
| commit | 89a331096135f8f28111d432e0a8a0baf9320e03 (patch) | |
| tree | 3b465cd6e1dd3efd16f320f7fad1ba7b1ec438d9 | |
| parent | 62b5e866fda7c4f20647ecbe717946744a271297 (diff) | |
Update badges in README
| -rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,8 +11,11 @@ Viewstate is a method used in the ASP.NET framework to persist changes to a web Decoding the view state can be useful in penetration testing on ASP.NET applications, as well as revealing more information that can be used to efficiently scrape web pages. -.. image:: https://travis-ci.org/yuvadm/viewstate.svg?branch=master - :target: https://travis-ci.org/yuvadm/viewstate +.. image:: https://github.com/yuvadm/viewstate/workflows/Build/badge.svg + :target: https://github.com/yuvadm/viewstate/actions + +.. image:: https://img.shields.io/pypi/v/viewstate + :target: https://pypi.org/project/viewstate/ Install ------- |
