reports: add exported symbols

This CL covers 2020-6 through 16.

Change-Id: I3a78921c64d2515e8a61bf1d1e4760b519d39784
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/381756
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
diff --git a/reports/GO-2020-0006.yaml b/reports/GO-2020-0006.yaml
index b6c3e37..5a40db5 100644
--- a/reports/GO-2020-0006.yaml
+++ b/reports/GO-2020-0006.yaml
@@ -10,6 +10,12 @@
 credit: Pedro Sampaio
 symbols:
   - Server.serveTCP
+derived_symbols:
+  - ActivateAndServe
+  - ListenAndServe
+  - ListenAndServeTLS
+  - Server.ActivateAndServe
+  - Server.ListenAndServe
 links:
     pr: https://github.com/miekg/dns/pull/631
     commit: https://github.com/miekg/dns/commit/43913f2f4fbd7dcff930b8a809e709591e4dd79e
diff --git a/reports/GO-2020-0007.yaml b/reports/GO-2020-0007.yaml
index 8b845ba..ae7115a 100644
--- a/reports/GO-2020-0007.yaml
+++ b/reports/GO-2020-0007.yaml
@@ -12,5 +12,10 @@
 credit: '@ihac'
 symbols:
   - ScmpFilter.addRuleGeneric
+derived_symbols:
+  - ScmpFilter.AddRule
+  - ScmpFilter.AddRuleConditional
+  - ScmpFilter.AddRuleConditionalExact
+  - ScmpFilter.AddRuleExact
 links:
     commit: https://github.com/seccomp/libseccomp-golang/commit/06e7a29f36a34b8cf419aeb87b979ee508e58f9e
diff --git a/reports/GO-2020-0008.yaml b/reports/GO-2020-0008.yaml
index 9bcf259..adafa09 100644
--- a/reports/GO-2020-0008.yaml
+++ b/reports/GO-2020-0008.yaml
@@ -9,6 +9,12 @@
   - CVE-2019-19794
 symbols:
   - id
+derived_symbols:
+  - Msg.SetAxfr
+  - Msg.SetIxfr
+  - Msg.SetNotify
+  - Msg.SetQuestion
+  - Msg.SetUpdate
 links:
     pr: https://github.com/miekg/dns/pull/1044
     commit: https://github.com/miekg/dns/commit/8ebf2e419df7857ac8919baa05248789a8ffbf33
diff --git a/reports/GO-2020-0015.yaml b/reports/GO-2020-0015.yaml
index 7032e42..555d0ea 100644
--- a/reports/GO-2020-0015.yaml
+++ b/reports/GO-2020-0015.yaml
@@ -21,6 +21,8 @@
 credit: '@abacabadabacaba and Anton Gyllenberg'
 symbols:
   - utf16Decoder.Transform
+derived_symbols:
+  - bomOverride.Transform
 links:
     pr: https://go-review.googlesource.com/c/text/+/238238
     commit: https://go.googlesource.com/text/+/23ae387dee1f90d29a23c0e87ee0b46038fbed0e
diff --git a/reports/GO-2020-0016.yaml b/reports/GO-2020-0016.yaml
index d82e803..e403195 100644
--- a/reports/GO-2020-0016.yaml
+++ b/reports/GO-2020-0016.yaml
@@ -11,6 +11,10 @@
 credit: '@0xdecaf'
 symbols:
   - readUvarint
+derived_symbols:
+  - Reader.Read
+  - blockHeader.UnmarshalBinary
+  - streamReader.Read
 links:
     commit: https://github.com/ulikunitz/xz/commit/69c6093c7b2397b923acf82cb378f55ab2652b9b
     context: