diff --git a/README.md b/README.md
index 8b5fbb0d..1fa0973c 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
[](https://www.inchi-trust.org/inchi-overview-papers-presentations/?wpv_aux_current_post_id=4309&wpv_aux_parent_post_id=4309&wpv_view_count=4473)
[](https://iupac-inchi.github.io/InChI-Web-Demo/)
[](https://scan.coverity.com/projects/inchi)
+[](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=inchi)
+[](https://sourceforge.net/p/inchi/_list/tickets/)
@@ -57,6 +59,10 @@ You are welcome to contribute to this project. To do so, you may [submit a pull

+## Legacy SourceForge tickets
+
+Prior to the migration to GitHub, bug reports and feature requests for InChI were tracked on SourceForge. The archive of these old tickets is available at the [InChI SourceForge issue tracker](https://sourceforge.net/p/inchi/_list/tickets/) and may be useful as a historical reference. Please use the [GitHub issue tracker](https://github.com/IUPAC-InChI/InChI/issues) for new reports.
+
## Source code documentation
We've started documenting the source code with [Doxygen](https://www.doxygen.nl/index.html).
@@ -87,6 +93,16 @@ For details see .
The documentation is [built on every push](.github/workflows/deploy_docs.yml) to the default branch of this repository and hosted at .
That is, your comments will automatically be rendered to HTML and served as online documentation.
+## Code quality
+
+### Coverity static analysis
+
+InChI is integrated into [Coverity Scan](https://scan.coverity.com/projects/inchi) for continuous static analysis.
+
+### OSS-Fuzz continuous fuzzing
+
+InChI is integrated into [Google OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/inchi), which runs continuous fuzz testing against the library. Fuzzing-related bugs are tracked at the [OSS-Fuzz issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=inchi).
+
## Contents of this repository
### INCHI-1-DOC