Skip to content

Commit ca11a30

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 0f08d31 commit ca11a30

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

testing/oss-fuzz.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ OSS-Fuzz for CPython
22
====================
33

44
CPython uses `OSS-Fuzz <https://google.github.io/oss-fuzz/>`__, Google's
5-
continuous fuzzing service for open source projects, to find bugs and
5+
continuous fuzzing service for open-source projects, to find bugs and
66
security vulnerabilities by feeding semi-random data to various APIs.
77

88
CPython has two OSS-Fuzz projects:
99

1010
* `cpython3 <https://github.com/google/oss-fuzz/tree/master/projects/cpython3>`__:
1111
The fuzz targets, seed corpora, and dictionaries can be found in the
1212
:cpy-file:`Modules/_xxtestfuzz/` directory of CPython. This project
13-
is maintained for existing fuzz targets; new targets should be added to
13+
is maintained for existing fuzz targets; add new targets to
1414
``python3-libraries``.
1515

1616
* `python3-libraries <https://github.com/google/oss-fuzz/tree/master/projects/python3-libraries>`__:
1717
The fuzz targets, seed corpora, and dictionaries can be found in the
1818
:github:`python/library-fuzzers` repository. Access to the repository is
19-
managed through the ``@python/fuzzers`` team on GitHub.
19+
managed through the `@python/fuzzers
20+
<https://github.com/orgs/python/teams/fuzzers>`__ team on GitHub.
2021

2122
OSS-Fuzz bug reports are private when filed, so access to crash details and
2223
reproducer test cases is limited to those listed in the ``auto_ccs`` fields of
@@ -45,7 +46,7 @@ relevant files.
4546
Adding new targets
4647
------------------
4748

48-
New targets should be added to the ``python3-libraries`` project. For more
49+
Add new targets to the ``python3-libraries`` project. For more
4950
information, see the documentation in the :github:`python/library-fuzzers`
5051
repository.
5152

0 commit comments

Comments
 (0)