зеркало из https://github.com/golang/vulndb.git
49 строки
1.5 KiB
HTML
49 строки
1.5 KiB
HTML
<!--
|
|
Copyright 2022 The Go Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style
|
|
license that can be found in the LICENSE file.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Go Vulnerability Database</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
font-size: 1rem;
|
|
line-height: normal;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Go Vulnerability Database</h1>
|
|
<p>
|
|
This is the Go vulnerability database. It is meant to be accessed by
|
|
programs that want to find vulnerabilities associated with Go modules.
|
|
</p>
|
|
<p>
|
|
To browse the database, see
|
|
<a href="https://pkg.go.dev/vuln/">pkg.go.dev/vuln</a>.
|
|
</p>
|
|
<p>
|
|
For the database schema, see
|
|
<a href="https://go.dev/security/vuln/database">go.dev/security/vuln/database</a>.
|
|
</p>
|
|
<p>
|
|
For details on Go vulnerability management, see
|
|
<a href="https://go.dev/security/vuln">go.dev/security/vuln</a>.
|
|
</p>
|
|
<p>
|
|
For privacy information about this service, see
|
|
<a href="https://vuln.go.dev/privacy">vuln.go.dev/privacy</a>.
|
|
</p>
|
|
<p>
|
|
For copyright and licensing information about the reports in this
|
|
database, see
|
|
<a href="https://vuln.go.dev/copyright">vuln.go.dev/copyright</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|