Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 5bf4d65

Browse files
author
Michel Casabianca
committed
Added section "Information about vulnerabilities"
1 parent 74ac3a7 commit 5bf4d65

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,20 @@ $ go get -u golang.org/x/crypto
176176
$ go mod tidy
177177
```
178178

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.
180180

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
182182

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
184193

185194
This tool first lists dependencies embedded in binary with `go version -m binary` command:
186195

0 commit comments

Comments
 (0)