_content/security/vulndb: add disclosure policy

An initial policy for the Go CNA is added.

Change-Id: I60e5bdb041e78f0c509ed5d6f51fda7b2e10af1b
Reviewed-on: https://go-review.googlesource.com/c/website/+/398274
Reviewed-by: Julie Qiu <julieqiu@google.com>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
diff --git a/_content/security/vulndb/policy.md b/_content/security/vulndb/policy.md
new file mode 100644
index 0000000..541f937
--- /dev/null
+++ b/_content/security/vulndb/policy.md
@@ -0,0 +1,34 @@
+<!--{
+  "Title": "Go CNA"
+}-->
+
+**This page is a work in progress.**
+
+## Overview
+
+The Go CNA is a
+[CVE Numbering Authority](https://www.cve.org/ProgramOrganization/CNAs), which issues
+[CVE IDs](https://www.cve.org/ResourcesSupport/Glossary?activeTerm=glossaryCVEID) and publishes
+[CVE Records](https://www.cve.org/ResourcesSupport/Glossary?activeTerm=glossaryRecord)
+for public vulnerabilities in the Go ecosystem. It is a sub-CNA of the Google CNA.
+
+## Scope
+The Go CNA covers vulnerabilities in the Go project (the Go
+[standard library](https://pkg.go.dev/std) and
+[sub-repositories](https://pkg.go.dev/golang.org/x)) and public vulnerabilities
+in importable Go modules that are not already covered by another CNA.
+
+This scope is intended to explicitly exclude vulnerabilities in applications or
+packages written in Go that are not importable (for example, anything in
+package `main` or an `internal/` directory).
+
+To report vulnerabilities in the Go project, refer to
+[go.dev/security/policy](https://go.dev/security/policy).
+
+## Requesting a CVE
+
+TODO: add instructions
+
+## Contact
+
+For more information, email security@golang.org.