-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (71 loc) · 2.74 KB
/
Copy pathindex.html
File metadata and controls
82 lines (71 loc) · 2.74 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TypeError | Open-Source Security Engineering</title>
<meta
name="description"
content="TypeError builds open-source tools for application security, vulnerability management, and security data analysis, turning operational data into clearer risk decisions."
/>
<link rel="canonical" href="https://typeerror.com/" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#05070a" />
<!-- Social previews -->
<meta property="og:title" content="TypeError | Open-Source Security Engineering" />
<meta
property="og:description"
content="Open-source tools for application security, vulnerability management, and security data analysis."
/>
<meta property="og:url" content="https://typeerror.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://typeerror.com/assets/typeerror-glitch.png" />
<meta name="twitter:card" content="summary" />
<!-- Favicons -->
<link rel="icon" href="/assets/typeerror_logo.png" type="image/png" sizes="1024x1024" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<div class="hero-bg" aria-hidden="true"></div>
<main id="main">
<header class="hero">
<p class="eyebrow">Open-source security engineering</p>
<img
src="assets/typeerror-glitch.png"
alt=""
class="logo-mark"
width="1536"
height="1024"
fetchpriority="high"
decoding="async"
/>
<h1 class="name">TypeError</h1>
<p class="tagline">
Practical tools, sharper metrics, and clearer risk decisions for defenders.
</p>
</header>
<section class="bio">
<h2 class="section-title">What TypeError Builds</h2>
<p>
TypeError builds open-source software for application security, vulnerability management,
and security data analysis. The work turns messy operational data into useful signal.
</p>
<p>
Projects include command-line tools, integrations, and focused utilities that make
security work easier to measure, explain, and improve.
</p>
</section>
<footer class="contact">
<nav aria-label="External links">
<span class="connect-label">Explore TypeError</span>
<ul class="contact-list">
<li>
<a href="https://github.com/typeerror">GitHub</a>
</li>
</ul>
</nav>
</footer>
</main>
</body>
</html>