reports: add exported symbols

Covers reports up to and including 2021-63, including a couple missed
earlier.

Change-Id: I08ff956143e0bfd106b72ad705a99a5b98f78093
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/382134
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-0019.yaml b/reports/GO-2020-0019.yaml
index 56f0bf3..6c28f02 100644
--- a/reports/GO-2020-0019.yaml
+++ b/reports/GO-2020-0019.yaml
@@ -24,6 +24,9 @@
   - NewClient
   - NewPreparedMessage
   - ReadJSON
+  - Subprotocols
+  - Upgrade
+  - Upgrader.Upgrade
   - WriteJSON
   - httpProxyDialer.Dial
   - netDialerFunc.Dial
diff --git a/reports/GO-2020-0028.yaml b/reports/GO-2020-0028.yaml
index 72ed4d8..0813626 100644
--- a/reports/GO-2020-0028.yaml
+++ b/reports/GO-2020-0028.yaml
@@ -12,6 +12,7 @@
   - setTA
 derived_symbols:
   - ParseZone
+  - ReadRR
 links:
     commit: https://github.com/miekg/dns/commit/501e858f679edecd4a38a86317ce50271014a80d
     context:
diff --git a/reports/GO-2020-0045.yaml b/reports/GO-2020-0045.yaml
index 76d9fce..37a3af8 100644
--- a/reports/GO-2020-0045.yaml
+++ b/reports/GO-2020-0045.yaml
@@ -8,6 +8,9 @@
 credit: '@elithrar'
 symbols:
   - randomBytes
+derived_symbols:
+  - Context.Render
+  - Context.RenderFromString
 links:
     pr: https://github.com/dinever/golf/pull/24
     commit: https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe
diff --git a/reports/GO-2020-0049.yaml b/reports/GO-2020-0049.yaml
index 91b603e..80f04e9 100644
--- a/reports/GO-2020-0049.yaml
+++ b/reports/GO-2020-0049.yaml
@@ -9,6 +9,8 @@
 symbols:
   - VerifyToken
   - verifyToken
+derived_symbols:
+  - CSRFHandler.ServeHTTP
 links:
     pr: https://github.com/justinas/nosurf/pull/60
     commit: https://github.com/justinas/nosurf/commit/4d86df7a4affa1fa50ab39fb09aac56c3ce9c314
diff --git a/reports/GO-2021-0054.yaml b/reports/GO-2021-0054.yaml
index 3ff1eee..7f505ab 100644
--- a/reports/GO-2021-0054.yaml
+++ b/reports/GO-2021-0054.yaml
@@ -10,6 +10,8 @@
 credit: '@toptotu'
 symbols:
   - unwrap
+derived_symbols:
+  - Result.ForEach
 links:
     commit: https://github.com/tidwall/gjson/commit/bf4efcb3c18d1825b2988603dea5909140a5302b
     context:
diff --git a/reports/GO-2021-0057.yaml b/reports/GO-2021-0057.yaml
index 8b5601e..1f831b1 100644
--- a/reports/GO-2021-0057.yaml
+++ b/reports/GO-2021-0057.yaml
@@ -10,6 +10,27 @@
 credit: '@toptotu'
 symbols:
   - searchKeys
+derived_symbols:
+  - ArrayEach
+  - Delete
+  - EachKey
+  - FuzzDelete
+  - FuzzEachKey
+  - FuzzGetBoolean
+  - FuzzGetFloat
+  - FuzzGetInt
+  - FuzzGetString
+  - FuzzGetUnsafeString
+  - FuzzObjectEach
+  - FuzzSet
+  - Get
+  - GetBoolean
+  - GetFloat
+  - GetInt
+  - GetString
+  - GetUnsafeString
+  - ObjectEach
+  - Set
 links:
     pr: https://github.com/buger/jsonparser/pull/221
     commit: https://github.com/buger/jsonparser/commit/df3ea76ece10095374fd1c9a22a4fb85a44efc42
diff --git a/reports/GO-2021-0058.yaml b/reports/GO-2021-0058.yaml
index e1bba12..5e711eb 100644
--- a/reports/GO-2021-0058.yaml
+++ b/reports/GO-2021-0058.yaml
@@ -21,6 +21,10 @@
   - ServiceProvider.ParseXMLResponse
   - ServiceProvider.ValidateLogoutResponseForm
   - ServiceProvider.ValidateLogoutResponseRedirect
+derived_symbols:
+  - IdentityProvider.ServeSSO
+  - ServiceProvider.ParseResponse
+  - ServiceProvider.ValidateLogoutResponseRequest
 links:
     commit: https://github.com/crewjam/saml/commit/da4f1a0612c0a8dd0452cf8b3c7a6518f6b4d053
     context:
diff --git a/reports/GO-2021-0060.yaml b/reports/GO-2021-0060.yaml
index b39584e..69593ef 100644
--- a/reports/GO-2021-0060.yaml
+++ b/reports/GO-2021-0060.yaml
@@ -10,6 +10,11 @@
 credit: Juho Nurminen
 symbols:
   - parseResponse
+derived_symbols:
+  - SAMLServiceProvider.RetrieveAssertionInfo
+  - SAMLServiceProvider.ValidateEncodedLogoutRequestPOST
+  - SAMLServiceProvider.ValidateEncodedLogoutResponsePOST
+  - SAMLServiceProvider.ValidateEncodedResponse
 links:
     commit: https://github.com/russellhaering/gosaml2/commit/42606dafba60c58c458f14f75c4c230459672ab9
     context:
diff --git a/reports/GO-2021-0061.yaml b/reports/GO-2021-0061.yaml
index 0f19a35..1d95dc1 100644
--- a/reports/GO-2021-0061.yaml
+++ b/reports/GO-2021-0061.yaml
@@ -3,6 +3,10 @@
   - module: github.com/go-yaml/yaml
     symbols:
       - decoder.unmarshal
+    derived_symbols:
+      - Decoder.Decode
+      - Unmarshal
+      - UnmarshalStrict
 versions:
   - fixed: v2.2.3
 description: |
@@ -12,6 +16,10 @@
 credit: '@simonferquel'
 symbols:
   - decoder.unmarshal
+derived_symbols:
+  - Decoder.Decode
+  - Unmarshal
+  - UnmarshalStrict
 links:
     pr: https://github.com/go-yaml/yaml/pull/375
     commit: https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241
diff --git a/reports/GO-2021-0063.yaml b/reports/GO-2021-0063.yaml
index 97fe073..626fb05 100644
--- a/reports/GO-2021-0063.yaml
+++ b/reports/GO-2021-0063.yaml
@@ -11,6 +11,8 @@
 credit: '@zsfelfoldi'
 symbols:
   - serverHandler.handleMsg
+derived_symbols:
+  - PrivateLightServerAPI.Benchmark
 links:
     pr: https://github.com/ethereum/go-ethereum/pull/21896
     commit: https://github.com/ethereum/go-ethereum/commit/bddd103a9f0af27ef533f04e06ea429cf76b6d46