diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-19 14:00:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-19 14:02:10 +0200 |
commit | fafad1496b036577d68bfc8db688fbcd7930819a (patch) | |
tree | 5fdc17e6d122dade60c1a68a33482fa46383ff77 /README.md | |
parent | 2a2404153bb427a8c4b046a96389fc9862944aa3 (diff) | |
download | curl-fafad1496b036577d68bfc8db688fbcd7930819a.tar.gz |
README: add OSS-Fuzz badge [skip ci]
Closes #4380
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ [![Sponsors on Open Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/curl/curl/context:cpp) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d11483a0cc5c4ebd9da4ff9f7cd56690)](https://www.codacy.com/app/curl/curl?utm_source=github.com&utm_medium=referral&utm_content=curl/curl&utm_campaign=Badge_Grade) +[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/curl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:curl) Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading [the curl.1 man |