From: Darren Tucker Date: Fri, 21 Nov 2025 03:28:20 +0000 (+1100) Subject: Update OSSFuzz link to current bug tracker. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643222df689c95efff9e9506b76de458f69dd9c7;p=thirdparty%2Fopenssh-portable.git Update OSSFuzz link to current bug tracker. --- diff --git a/README.md b/README.md index 800ddaaf2..e52de6926 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![C/C++ CI](../../actions/workflows/c-cpp.yml/badge.svg)](../../actions/workflows/c-cpp.yml) [![VM CI](../../actions/workflows/vm.yml/badge.svg)](../../actions/workflows/vm.yml) [![CIFuzz](../../actions/workflows/cifuzz.yml/badge.svg)](../../actions/workflows/cifuzz.yml) -[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:openssh) +[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://issues.oss-fuzz.com/issues?q="Project:+openssh"+is:open) [![Coverity Status](https://scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable) OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, command execution and file transfer. It includes a client ``ssh`` and server ``sshd``, file transfer utilities ``scp`` and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storage (``ssh-agent``) and a number of supporting programs.