oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Badge's hyperlink does not work

Open pellared opened this issue 10 months ago • 9 comments

From the docs https://google.github.io/oss-fuzz/getting-started/new-project-guide/#status-badge:

Adding it is super easy, just follow this template:

[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/<project>.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:<project>)

However, here we have a hyperlink for opentelemetry project which clearly does not work as expected: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:opentelemetry

pellared avatar Jan 15 '25 08:01 pellared

FYI @codeboten

pellared avatar Jan 15 '25 08:01 pellared

Bump

pellared avatar Apr 28 '25 11:04 pellared

I guess you can just use the new link, which would be something like https://issues.oss-fuzz.com/issues?q=title:opentelemetry is:open&s=issue_id:desc

maflcko avatar Apr 28 '25 11:04 maflcko

I guess you can just use the new link, which would be something like https://issues.oss-fuzz.com/issues?q=title:opentelemetry is:open&s=issue_id:desc

This is what I am using. However,

  • the docs should be updated
  • it only finds a "substring". e.g. using opentelemetry in the query will also find bugs for opentelemetry-go and opentelemetry-go-contrib projects.

pellared avatar Apr 28 '25 11:04 pellared

the docs should be updated

I think you can just submit a pull request with an improvement.

it only finds a "substring". e.g. using opentelemetry in the query will also find bugs for opentelemetry-go and opentelemetry-go-contrib projects.

You can also use the project field, like https://issues.oss-fuzz.com/issues?q=customfield1349507:opentelemetry . However, I don't know if the field ID is stable.

maflcko avatar Apr 28 '25 11:04 maflcko

it only finds a "substring"

You can also use the project field, like https://issues.oss-fuzz.com/issues?q=customfield1349507:opentelemetry

It works the same way. Notice bugs for opentelemetry-go-contrib project if you follow the hyperlink.

pellared avatar Apr 28 '25 11:04 pellared

It works the same way. Notice bugs for opentelemetry-go-contrib project if you follow the hyperlink.

Ah, my bad. I only have access to public reports, so I don't see those bugs.

maflcko avatar Apr 28 '25 12:04 maflcko

I think you can just submit a pull request with an improvement.

Should all hyperlinks like https://bugs.chromium.org/p/oss-fuzz/issues/ be updated to https://issues.oss-fuzz.com/issues?

pellared avatar Apr 29 '25 12:04 pellared

The issue tracker was migrated and I think issues filed in the past will correctly redirect to the new location, so there is no need to change those (albeit there shouldn't be harm either). Only thing that may need to be changed is the search link, I guess.

maflcko avatar Apr 29 '25 20:04 maflcko