oss-fuzz
oss-fuzz copied to clipboard
Badge's hyperlink does not work
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:
[](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
FYI @codeboten
Bump
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
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
opentelemetryin the query will also find bugs foropentelemetry-goandopentelemetry-go-contribprojects.
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
opentelemetryin the query will also find bugs foropentelemetry-goandopentelemetry-go-contribprojects.
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.
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.
It works the same way. Notice bugs for
opentelemetry-go-contribproject if you follow the hyperlink.
Ah, my bad. I only have access to public reports, so I don't see those bugs.
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?
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.