-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (213 loc) · 15.7 KB
/
index.html
File metadata and controls
219 lines (213 loc) · 15.7 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://cloud.umami.is; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; img-src 'self' data:; connect-src 'self' https://cloud.umami.is https://patch-feed-main.vercel.app">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta name="referrer" content="strict-origin-when-cross-origin">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2358a6ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='11' rx='2' ry='2'></rect><path d='M7 11V7a5 5 0 0 1 10 0v4'></path></svg>">
<title>Patch Feed - Security Patch Monitoring Dashboard for 60+ Vendors</title>
<meta name="description" content="Free real-time security patch monitoring dashboard. Track CVEs and security updates from Microsoft, Cisco, Palo Alto, Fortinet, VMware, and 60+ vendors. Updated every 6 hours.">
<meta name="keywords" content="security patches, CVE tracker, vulnerability monitoring, patch management, security updates, Microsoft patches, Cisco security, Fortinet updates, third party patching">
<link rel="canonical" href="https://patchfeed.dev">
<meta property="og:type" content="website">
<meta property="og:url" content="https://patchfeed.dev">
<meta property="og:title" content="Patch Feed - Security Patch Monitoring Dashboard">
<meta property="og:description" content="Free real-time dashboard tracking security patches and CVEs from 60+ vendors. Filter by severity, date, and vendor. Updated every 6 hours.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Patch Feed - Security Patch Monitoring Dashboard">
<meta name="twitter:description" content="Free real-time dashboard tracking security patches and CVEs from 60+ vendors. Updated every 6 hours.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Patch Feed",
"url": "https://patchfeed.dev",
"description": "Free real-time security patch monitoring dashboard tracking CVEs and updates from 60+ software vendors.",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Any",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"featureList": ["Real-time patch monitoring", "60+ vendor support", "CVE tracking", "Severity filtering", "Auto-updates every 6 hours"]
}
</script>
<!-- Umami Analytics (privacy-friendly, cookie-free) -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="45f6e89a-17db-42d4-9d7f-4231d66dc2ca" integrity="sha384-njZ5sCqL2nQlDz+tuOzt4BOOdB4zc8UVx7AiE6EGDrjYZPfNHel8zAmY2ESoQilv" crossorigin="anonymous"></script>
</head>
<body>
<div class="app">
<aside class="sidebar" id="sidebar">
<div class="sidebar-header">
<div class="logo">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
<span>Patch Feed</span>
</div>
<button class="sidebar-close" id="sidebar-close" aria-label="Close sidebar">×</button>
</div>
<div class="filter-section">
<h3 class="filter-title">Severity</h3>
<div class="severity-pills">
<label class="pill pill-critical"><input type="checkbox" name="severity" value="Critical" checked><span>Critical</span></label>
<label class="pill pill-high"><input type="checkbox" name="severity" value="High" checked><span>High</span></label>
<label class="pill pill-medium"><input type="checkbox" name="severity" value="Medium"><span>Medium</span></label>
<label class="pill pill-low"><input type="checkbox" name="severity" value="Low"><span>Low</span></label>
<label class="pill pill-unknown"><input type="checkbox" name="severity" value="Unknown"><span>Bug Fixes</span></label>
</div>
</div>
<div class="filter-section">
<h3 class="filter-title">Date Range</h3>
<div class="date-row">
<input type="date" id="start-date" aria-label="Start date">
<span class="date-sep">–</span>
<input type="date" id="end-date" aria-label="End date">
</div>
</div>
<div class="filter-section">
<div class="vendor-toolbar">
<h3 class="filter-title">Vendors</h3>
<button id="toggle-all" class="text-btn">Uncheck All</button>
</div>
<input type="text" id="vendor-search" class="search-input" placeholder="Search vendors..." aria-label="Search vendors">
</div>
<div class="vendor-list" id="vendor-list">
<div class="vendor-group">
<div class="vendor-group-title">Operating Systems</div>
<label><input type="checkbox" name="vendor" value="microsoft"> Microsoft Windows</label>
<label><input type="checkbox" name="vendor" value="apple"> Apple macOS / iOS</label>
<label><input type="checkbox" name="vendor" value="redhat"> Red Hat</label>
<label><input type="checkbox" name="vendor" value="ubuntu"> Ubuntu</label>
<label><input type="checkbox" name="vendor" value="suse"> SUSE Linux</label>
<label><input type="checkbox" name="vendor" value="vmware"> VMware</label>
<label><input type="checkbox" name="vendor" value="citrix"> Citrix</label>
<label><input type="checkbox" name="vendor" value="proxmox"> Proxmox</label>
<label><input type="checkbox" name="vendor" value="debian"> Debian</label>
<label><input type="checkbox" name="vendor" value="android"> Android (Google)</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Browsers & Communication</div>
<label><input type="checkbox" name="vendor" value="chrome"> Google Chrome</label>
<label><input type="checkbox" name="vendor" value="firefox"> Mozilla Firefox</label>
<label><input type="checkbox" name="vendor" value="edge"> Microsoft Edge</label>
<label><input type="checkbox" name="vendor" value="safari"> Safari</label>
<label><input type="checkbox" name="vendor" value="zoom"> Zoom</label>
<label><input type="checkbox" name="vendor" value="signal"> Signal</label>
<label><input type="checkbox" name="vendor" value="teams"> Microsoft Teams</label>
<label><input type="checkbox" name="vendor" value="slack"> Slack</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Enterprise Software</div>
<label><input type="checkbox" name="vendor" value="oracle-db"> Oracle</label>
<label><input type="checkbox" name="vendor" value="salesforce"> Salesforce</label>
<label><input type="checkbox" name="vendor" value="mssql"> Microsoft SQL Server</label>
<label><input type="checkbox" name="vendor" value="postgresql"> PostgreSQL</label>
<label><input type="checkbox" name="vendor" value="atlassian"> Atlassian</label>
<label><input type="checkbox" name="vendor" value="sap"> SAP</label>
<label><input type="checkbox" name="vendor" value="mysql"> MySQL</label>
<label><input type="checkbox" name="vendor" value="servicenow"> ServiceNow</label>
<label><input type="checkbox" name="vendor" value="ivanti"> Ivanti</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Security & Infrastructure</div>
<label><input type="checkbox" name="vendor" value="cisco"> Cisco</label>
<label><input type="checkbox" name="vendor" value="fortinet"> Fortinet</label>
<label><input type="checkbox" name="vendor" value="paloalto"> Palo Alto Networks</label>
<label><input type="checkbox" name="vendor" value="checkpoint"> Check Point</label>
<label><input type="checkbox" name="vendor" value="juniper"> Juniper</label>
<label><input type="checkbox" name="vendor" value="sonicwall"> SonicWall</label>
<label><input type="checkbox" name="vendor" value="sophos"> Sophos</label>
<label><input type="checkbox" name="vendor" value="symantec"> Symantec / Broadcom</label>
<label><input type="checkbox" name="vendor" value="f5"> F5 (BIG-IP)</label>
<label><input type="checkbox" name="vendor" value="aruba"> Aruba (HPE)</label>
<label><input type="checkbox" name="vendor" value="trendmicro"> Trend Micro</label>
<label><input type="checkbox" name="vendor" value="crowdstrike"> CrowdStrike</label>
<label><input type="checkbox" name="vendor" value="zscaler"> Zscaler</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Dev & Creative Tools</div>
<label><input type="checkbox" name="vendor" value="adobe"> Adobe</label>
<label><input type="checkbox" name="vendor" value="jetbrains"> JetBrains</label>
<label><input type="checkbox" name="vendor" value="visualstudio"> Visual Studio</label>
<label><input type="checkbox" name="vendor" value="gitlab"> GitLab</label>
<label><input type="checkbox" name="vendor" value="github"> GitHub</label>
<label><input type="checkbox" name="vendor" value="nodejs"> Node.js / npm</label>
<label><input type="checkbox" name="vendor" value="docker"> Docker</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Cloud Services</div>
<label><input type="checkbox" name="vendor" value="aws"> AWS</label>
<label><input type="checkbox" name="vendor" value="azure"> Microsoft Azure</label>
<label><input type="checkbox" name="vendor" value="gcp"> Google Cloud</label>
<label><input type="checkbox" name="vendor" value="ibm"> IBM</label>
<label><input type="checkbox" name="vendor" value="cloudflare"> Cloudflare</label>
<label><input type="checkbox" name="vendor" value="kubernetes"> Kubernetes</label>
</div>
<div class="vendor-group">
<div class="vendor-group-title">Hardware & Firmware</div>
<label><input type="checkbox" name="vendor" value="dell"> Dell</label>
<label><input type="checkbox" name="vendor" value="hpe"> HP / HPE</label>
<label><input type="checkbox" name="vendor" value="lenovo"> Lenovo</label>
</div>
</div>
</aside>
<main class="main">
<div class="seo-header">
<h1>Security Patch Monitoring Dashboard</h1>
<p>Real-time patches and CVEs from 60+ vendors, updated every 6 hours.</p>
</div>
<div class="seo-only" aria-hidden="true">
<p>Track the latest security patches, CVEs, and vulnerability updates from over 60 software vendors including Microsoft, Cisco, Fortinet, Palo Alto Networks, VMware, CrowdStrike, and more. Patch Feed aggregates third-party security advisories into a single dashboard so IT and security teams never miss a critical update. Filter by severity, date range, and vendor. Free and open source.</p>
</div>
<header class="topbar">
<button class="menu-btn" id="menu-btn" aria-label="Open filters">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
</button>
<div class="topbar-meta">
<span class="meta-updated" id="meta-updated"></span>
<span class="meta-count" id="meta-count"></span>
</div>
<div class="topbar-actions">
<a href="#" id="view-logs" class="text-btn">Fetch Logs</a>
<button id="request-vendor-btn" class="btn btn-outline">+ Request Vendor</button>
</div>
</header>
<div id="patch-feed" class="feed" role="region" aria-live="polite" aria-label="Patch results"></div>
</main>
<!-- Vendor Request Modal -->
<div class="modal-overlay" id="vendor-modal" hidden>
<div class="modal" role="dialog" aria-labelledby="modal-title" aria-modal="true">
<div class="modal-header">
<h2 id="modal-title">Request a Vendor</h2>
<button class="modal-close" id="modal-close" aria-label="Close modal">×</button>
</div>
<form id="vendor-request-form">
<div class="modal-body">
<div class="form-group">
<label for="vendor-name">Vendor Name <span class="required">*</span></label>
<input type="text" id="vendor-name" class="form-input" placeholder="e.g. CrowdStrike, Okta" required>
</div>
<div class="form-group">
<label for="feed-url">Security Feed URL</label>
<input type="url" id="feed-url" class="form-input" placeholder="https://example.com/security/advisories">
</div>
<div class="form-group">
<label for="request-notes">Notes</label>
<textarea id="request-notes" class="form-input" rows="3" placeholder="Any additional context..."></textarea>
</div>
<div id="form-message" class="form-message" hidden></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-ghost" id="modal-cancel">Cancel</button>
<button type="submit" class="btn btn-primary" id="modal-submit">Submit Request</button>
</div>
</form>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>