You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,11 +176,20 @@ $ go get -u golang.org/x/crypto
176
176
$ go mod tidy
177
177
```
178
178
179
-
Of course this is possible only if a version that fixes the issue was released.
179
+
Of course this is possible only if a fix was written and committed to fix the issue.
180
180
181
-
The best way to receive security announcements is to subscribe to the [golang-announce mailing list](https://groups.google.com/g/golang-announce). Any messages pertaining to a security issue will be prefixed with `[security]`.
181
+
## Information about vulnerabilities
182
182
183
-
## Data source
183
+
The best way to receive security announcements is to subscribe to the [golang-announce mailing list](https://groups.google.com/g/golang-announce). Any messages pertaining to a security issue will be prefixed with `[security]`. See the page about the [Go Security Policy](https://go.dev/security) for details about the process of vulnerability management.
184
+
185
+
Here is a list of sites where you can find information about vulnerabilities:
186
+
187
+
-[National Vulnerability Database](https://nvd.nist.gov/) lists vulnerabilities and provides an API to search them. See hereafter for details about querying the API.
188
+
-[https://cve.mitre.org/](https://cve.mitre.org/) provides a page to search CVE at <https://cve.mitre.org/cve/search_cve_list.html>. Note that this site is currently moving to <https://www.cve.org/>.
189
+
-[CVE Details](https://www.cvedetails.com/) also lists CVE vulnerabilities and hosts a page dedicated to Go at <<ttps://www.cvedetails.com/vulnerability-list/vendor_id-14185/Golang.html>.
190
+
- Other sources for CVE vulnerabilities: <<ttps://www.circl.lu/services/cve-search/> and <https://www.cve-search.org/>.
191
+
192
+
## How Gobinsec works
184
193
185
194
This tool first lists dependencies embedded in binary with `go version -m binary` command:
0 commit comments