Update README.md

This commit is contained in:
Mike Aizatsky 2016-10-25 16:40:47 -07:00 committed by GitHub
parent a8dab8632c
commit 557e448054
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ The following process is used for targets in oss-fuzz:
- issues are automatically triaged and filed in the oss-fuzz [testcase issue
tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list).
[Example issue](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9).
([Why different tracker?](docs/faq.md#why-do-you-use-a-different-issue-tracker-for-testcases))
([Why different tracker?](docs/faq.md#why-do-you-use-a-different-issue-tracker-for-reportig-bugs-in-fuzz-targets))
- if the target project has a defined process for reporting security issues,
we will follow it, otherwise we will cc target engineers on an issue.
- engineers fix the issue and land the fix upstream.