Skip to content

Commit ca22b5e

Browse files
Merge pull request #63 from vipyrsec/dev
Updated scan number figures.
2 parents 1765f05 + d2adf8e commit ca22b5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/index.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Stats from '~/components/widgets/Stats.astro';
1111
const metadata = {
1212
title: 'Home',
1313
ignoreTitleTemplate: true,
14+
description: 'Vipyr Security is a community-driven open source project that provides malware detection and takedown services for the open source software supply chain.',
1415
};
1516
---
1617

@@ -41,7 +42,7 @@ const metadata = {
4142
subtitle="Here are a few reasons we think we stand out from the crowd."
4243
items={[
4344
{
44-
title: '750+ Positive Detections',
45+
title: '1000+ Positive Detections',
4546
description:
4647
'A structured incident response pipeline triaging and analyzing potential malware with an average takedown of 10 minutes or less.',
4748
icon: 'tabler:bug-off',
@@ -69,8 +70,8 @@ const metadata = {
6970

7071
<Stats
7172
stats={[
72-
{ title: 'Packages Scanned', amount: '906K' },
73-
{ title: 'Package Takedowns', amount: '785' },
73+
{ title: 'Packages Scanned', amount: '1.16M' },
74+
{ title: 'Package Takedowns', amount: '1322' },
7475
{ title: 'Detection Signatures', amount: '150+' },
7576
{ title: 'Contributors', amount: '16' },
7677
]}

0 commit comments

Comments
 (0)