data/reports: add vulnerable_at to GO-2020-0028.yaml

Aliases: CVE-2018-17419, GHSA-9jcx-pr2f-qvq5

Updates golang/vulndb#28

Change-Id: I228d1f7793d80d5a1916b4094742d55f669884e4
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/462135
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
Run-TryBot: Tatiana Bradley <tatiana@golang.org>
Auto-Submit: Tatiana Bradley <tatiana@golang.org>
diff --git a/data/osv/GO-2020-0028.json b/data/osv/GO-2020-0028.json
index afa49d7..c967a85 100644
--- a/data/osv/GO-2020-0028.json
+++ b/data/osv/GO-2020-0028.json
@@ -34,6 +34,7 @@
           {
             "path": "github.com/miekg/dns",
             "symbols": [
+              "NewRR",
               "ParseZone",
               "ReadRR",
               "setTA"
@@ -49,7 +50,7 @@
       "url": "https://github.com/miekg/dns/commit/501e858f679edecd4a38a86317ce50271014a80d"
     },
     {
-      "type": "WEB",
+      "type": "REPORT",
       "url": "https://github.com/miekg/dns/issues/742"
     }
   ],
diff --git a/data/reports/GO-2020-0028.yaml b/data/reports/GO-2020-0028.yaml
index c51edf4..af2c7a4 100644
--- a/data/reports/GO-2020-0028.yaml
+++ b/data/reports/GO-2020-0028.yaml
@@ -2,11 +2,13 @@
   - module: github.com/miekg/dns
     versions:
       - fixed: 1.0.10
+    vulnerable_at: 1.0.9
     packages:
       - package: github.com/miekg/dns
         symbols:
           - setTA
         derived_symbols:
+          - NewRR
           - ParseZone
           - ReadRR
 description: |
@@ -21,4 +23,4 @@
 credit: '@tr3ee'
 references:
   - fix: https://github.com/miekg/dns/commit/501e858f679edecd4a38a86317ce50271014a80d
-  - web: https://github.com/miekg/dns/issues/742
+  - report: https://github.com/miekg/dns/issues/742