forked from golang/vulndb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (31 loc) · 983 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--
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>Not Found: 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>Not Found</h1>
<p>
We couldn't find what you're looking for in the Go Vulnerability Database.
</p>
<p>
At the top level, the database is organized by module. The ID directory
lists Go vulnerabilities by ID.
</p>
<p>Check out <a href="https://go.dev/security/vulndb">https://go.dev/security/vulndb</a> for more information.</p>
</body>
</html>