README.md: update
The README.md is updated to reflect the current state of x/vulndb.
Change-Id: I530088add7114d6b2ca9590c3f389b7a8a9d45a6
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/360441
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
diff --git a/README.md b/README.md
index 161fc5e..e46829b 100644
--- a/README.md
+++ b/README.md
@@ -1,50 +1,21 @@
-# The Go Vulnerability Database `golang.org/x/vulndb`
+# The Go Vulnerability Database
-This repository is a prototype of the Go Vulnerability Database.
-Read [the Draft Design](https://golang.org/design/draft-vulndb).
+This repository contains the reports for the Go Vulnerability Database.
-Neither the code, nor the data, nor the existence of this repository is to be
-considered stable until an approved proposal.
+If you are interested accessing data from the Go Vulnerability Database, see
+[x/vuln](https://golang.org/x/vuln) for information. This repository is only
+used for adding new vulnerabilities.
-**Important: vulnerability entries in this repository are represented in an
-internal, unstable format that can and will change without notice.**
+## Reporting a vulnerability
-## Consuming database entries
-
-Database clients must not rely on the contents of this repository. Instead, they
-can access the tree of JSON entries rooted at
-
-https://storage.googleapis.com/go-vulndb/
-
-An `index.json` file maps module paths to last modified timestamps
-([link](https://storage.googleapis.com/go-vulndb/index.json)).
-
-For each module, a `NAME.json` file contains a list of vulnerability entries
-([example](https://storage.googleapis.com/go-vulndb/golang.org/x/crypto.json)).
-
-Note that this path and format are provisional and likely to change until an
-approved proposal.
-
-## Packages
-
-Some of these packages can probably be coalesced, but for now are easier to work
-on in a more segmented fashion.
-
-* `osv` provides a package for generating OSV-style JSON vulnerability entries
- from a `report.Report`
-* `client` contains a client for accessing HTTP/fs based vulnerability
- databases, as well as a minimal caching implementation
-* `cmd/dbdiff` provides a tool for comparing two different versions of the
- vulnerability database
-* `cmd/gendb` provides a tool for converting YAML reports into JSON database
-* `cmd/linter` provides a tool for linting individual reports
-* `cmd/report2cve` provides a tool for converting YAML reports into JSON CVEs
+We are not accepting new vulnerability reports at this time. We will update
+this README.md once we are ready to receive reports.
## License
Unless otherwise noted, the Go source files are distributed under
the BSD-style license found in the LICENSE file.
-Database entries available at https://storage.googleapis.com/go-vulndb/ are
-distributed under the terms of the
-[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
+Database entries are distributed under the terms of the
+[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. See
+[x/vuln](https://golang.org/x/vuln) for information on how to access these entries.