-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.html
More file actions
30 lines (29 loc) · 1.11 KB
/
Copy pathlanding.html
File metadata and controls
30 lines (29 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SiMG</title>
<link rel="stylesheet" href="./landing.css" />
</head>
<body>
<main class="hero" aria-label="SiMG Intro">
<section class="content">
<h1>SiMG</h1>
<p class="subtitle">Defending Medical AI from Compromised DICOM Conversion</p>
<p class="overview">
Open-source DICOM converters lack integrity verification, creating an exploitable attack surface for malicious actors.
Cryptographically verify image integrity before inference to prevent supply-chain attacks in medical AI pipelines.
</p>
<div class="download-group">
<a class="download-btn" href="https://drive.google.com/uc?export=download&id=1MW6bOcCs5f7fg6ceGBi6AwsjdzHv4wEK" target="_blank">
Download .deb
</a>
<a class="download-btn" href="https://drive.google.com/uc?export=download&id=1nLphdd9ube4uAWHCZZqiVD9L12INVzaV" target="_blank">
Download .AppImage
</a>
</div>
</section>
</main>
</body>
</html>