]> git.feebdaed.xyz Git - 0xmirror/openssh-portable.git/commitdiff
Update OSSFuzz link to current bug tracker.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 21 Nov 2025 03:28:20 +0000 (14:28 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 21 Nov 2025 03:28:20 +0000 (14:28 +1100)
README.md

index 800ddaaf2719b9b9870f026c1981e662c92482e6..e52de692656e34c33d40dc96fccdeff163fd01c7 100644 (file)
--- 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.