Skip to content

Commit

Permalink
Merge pull request #54 from vipyrsec/content-update
Browse files Browse the repository at this point in the history
Updated statistics for packages scanned.
  • Loading branch information
import-pandas-as-numpy authored Feb 29, 2024
2 parents 0459893 + 67486bc commit 093fa86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const metadata = {
subtitle="Here are a few reasons we think we stand out from the crowd."
items={[
{
title: '500+ Positive Detections',
title: '750+ Positive Detections',
description:
'A structured incident response pipeline triaging and analyzing potential malware with an average takedown of 10 minutes or less.',
icon: 'tabler:bug-off',
Expand Down Expand Up @@ -69,9 +69,9 @@ const metadata = {

<Stats
stats={[
{ title: 'Packages Scanned', amount: '244K' },
{ title: 'Package Takedowns', amount: '577' },
{ title: 'Detection Signatures', amount: '100+' },
{ title: 'Packages Scanned', amount: '906K' },
{ title: 'Package Takedowns', amount: '785' },
{ title: 'Detection Signatures', amount: '150+' },
{ title: 'Contributors', amount: '16' },
]}
/>
Expand Down

0 comments on commit 093fa86

Please sign in to comment.