Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function DashboardBanner() {
title: "Start testing",
icon: MarketingMinor,
showRedirect: true,
description: "400+ built-in tests covering OWASP Top 10, HackerOne top 10 and all the business logic vulnerabilities for your API Security testing needs.",
description: "800+ built-in tests covering OWASP Top 10, HackerOne top 10 and all the business logic vulnerabilities for your API Security testing needs.",
redirectUrl: "/dashboard/testing",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function TestrunsBannerComponent({isInventory,onButtonClick}) {
return (
<BannerLayout
title={"Test your APIs"}
text={"400+ built-in tests covering OWASP Top 10, HackerOne top 10 and all the business logic vulnerabilities for your API Security testing needs."}
text={"800+ built-in tests covering OWASP Top 10, HackerOne top 10 and all the business logic vulnerabilities for your API Security testing needs."}
videoLength={TESTING_VIDEO_LENGTH}
// videoLink={TESTING_VIDEO_URL}
videoThumbnail={TESTING_VIDEO_THUMBNAIL}
Expand Down