зеркало из https://github.com/golang/vulndb.git
37 строки
1.2 KiB
HTML
37 строки
1.2 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>Copyright: 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>Copyright</h1>
|
|
<p>
|
|
The Go Vulnerability Database is licensed under the
|
|
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 License</a>.
|
|
</p>
|
|
<p>
|
|
The Go Vulnerability Database includes information from the following sources:
|
|
<ul>
|
|
<li>The Common Vulnerabilities and Exposures database
|
|
(<a href="https://cve.mitre.org/about/termsofuse.html">https://cve.mitre.org/about/termsofuse.html</a>)
|
|
<li>The GitHub Advisory Database
|
|
(<a href="https://github.com/advisories">https://github.com/advisories</a>)
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html>
|