AIXCC-C-Challenge
/
local-test-sqlite3-delta-02
/fuzz-tooling
/docs
/getting-started
/accepting_new_projects.md
metadata
layout: default
title: Accepting new projects
parent: Getting started
nav_order: 1
permalink: /getting-started/accepting-new-projects/
Accepting New Projects
To be accepted to OSS-Fuzz, an open-source project must have a significant user base and/or be critical to the global IT infrastructure.
To submit a new project, do the following:
- Create a pull request
with a new
projects/<project_name>/project.yamlfile (example). Note:project_namecan only contain alphanumeric characters, underscores(_) or dashes(-). - In the file, provide the following information:
- Your project's homepage. ([
homepage]({{ site.baseurl }}/getting-started/new-project-guide/#homepage)) - Your project's main repository URL. ([
main_repo]({{ site.baseurl }}/getting-started/new-project-guide/#main_repo)) - Your project's primary language. ([
language]({{ site.baseurl }}/getting-started/new-project-guide/#language)) - An email address for the engineering contact to be CCed on new issues ([
primary_contact]({{ site.baseurl }}/getting-started/new-project-guide/#primary)), satisfying the following:- The address belongs to an established project committer (according to VCS logs). If the address isn't you, or if the address differs from VCS, we'll require an informal email verification.
- The address is associated with a Google account ([why?]({{ site.baseurl }}/faq/#why-do-you-require-a-google-account-for-authentication)). If you use an alternate email address linked to a Google Account, you'll only get access to filed bugs in the issue tracker, not to the [ClusterFuzz]({{ site.baseurl }}/further-reading/clusterfuzz) dashboard. This is due to appengine API limitations.
- Once your project is accepted, configure it by following the [New Project Guide]({{ site.baseurl }}/getting-started/new-project-guide/).