Skip to content

Commit c598d8c

Browse files
committed
fix: bump jquery version to 3.5.0
jquery versions older than 3.5.0 is known to introduce cross-site scripting and prototype pollution vulnerabilities. We're not really affected by this (we're just serving HTML), but let's just bump this to avoid security scanning tools complaining. Signed-off-by: Babis Chalios <[email protected]>
1 parent 95b0db2 commit c598d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
66
<link rel="icon" type="image/png" href="img/Favicon.png" />
77
<link rel="stylesheet" href="style.css" />
8-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
8+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
99
<script src="js/masonry.pkgd.min.js"></script>
1010
<script src="js/scripts.js" defer></script>
1111
<title>Firecracker</title>

0 commit comments

Comments
 (0)