From a2e3a3071686b07805ffbe20e4b0e861135abb20 Mon Sep 17 00:00:00 2001 From: "vijay.vaghela" Date: Fri, 22 May 2026 18:28:00 +0530 Subject: [PATCH] feat(ui): update FAQ content --- public/assets/getting-started.faq.json | 4 ---- public/prod/getting-started.faq.json | 4 ---- public/stage/getting-started.faq.json | 4 ---- 3 files changed, 12 deletions(-) diff --git a/public/assets/getting-started.faq.json b/public/assets/getting-started.faq.json index 71c2685..290fe19 100644 --- a/public/assets/getting-started.faq.json +++ b/public/assets/getting-started.faq.json @@ -55,10 +55,6 @@ "q":"What types of applications can ZeroThreat scan? ", "a":"ZeroThreat can scan a wide variety of applications, including traditional web applications, modern Single-Page Applications (SPAs), and both REST and GraphQL APIs integrated within these apps. It also supports scanning microservices. " }, - { - "q":"What are the best practices for deploying DAST? ", - "a":"To effectively deploy DAST, start by integrating it early into your SDLC to catch vulnerabilities before deployment. Use authenticated scans to test behind login screens, and schedule regular scans to catch new threats. Always verify scan results to reduce false positives, and combine DAST with other testing methods like SAST or SCA for full coverage. Lastly, ensure scan configurations are optimized per application environment to avoid noise and missed detections. " - }, { "q":"Why do I need continuous web application security testing if I already perform manual penetration tests? ", "a":"Manual penetration tests provide point-in-time assessments, but modern applications change constantly through deployments, APIs, and third-party integrations. Continuous security testing helps identify newly introduced vulnerabilities, exposed attack paths, and emerging CVEs in real time, reducing the window between vulnerability introduction and detection while continuously validating exploitability and business impact. " diff --git a/public/prod/getting-started.faq.json b/public/prod/getting-started.faq.json index 37ad877..1456bd6 100644 --- a/public/prod/getting-started.faq.json +++ b/public/prod/getting-started.faq.json @@ -47,10 +47,6 @@ "q":"How can I contact ZeroThreat support? ", "a":"You can reach ZeroThreat support through email at hello@zerothreat.ai. " }, - { - "q":"What are the best practices for deploying DAST? ", - "a":"To effectively deploy DAST, start by integrating it early into your SDLC to catch vulnerabilities before deployment. Use authenticated scans to test behind login screens, and schedule regular scans to catch new threats. Always verify scan results to reduce false positives, and combine DAST with other testing methods like SAST or SCA for full coverage. Lastly, ensure scan configurations are optimized per application environment to avoid noise and missed detections. " - }, { "q":"Why do I need continuous web application security testing if I already perform manual penetration tests? ", "a":"Manual penetration tests provide point-in-time assessments, but modern applications change constantly through deployments, APIs, and third-party integrations. Continuous security testing helps identify newly introduced vulnerabilities, exposed attack paths, and emerging CVEs in real time, reducing the window between vulnerability introduction and detection while continuously validating exploitability and business impact. " diff --git a/public/stage/getting-started.faq.json b/public/stage/getting-started.faq.json index 2568cef..ef1c08c 100644 --- a/public/stage/getting-started.faq.json +++ b/public/stage/getting-started.faq.json @@ -56,10 +56,6 @@ "q":"What types of applications can ZeroThreat scan? ", "a":"ZeroThreat can scan a wide variety of applications, including traditional web applications, modern Single-Page Applications (SPAs), and both REST and GraphQL APIs integrated within these apps. It also supports scanning microservices. " }, - { - "q":"What are the best practices for deploying DAST? ", - "a":"To effectively deploy DAST, start by integrating it early into your SDLC to catch vulnerabilities before deployment. Use authenticated scans to test behind login screens, and schedule regular scans to catch new threats. Always verify scan results to reduce false positives, and combine DAST with other testing methods like SAST or SCA for full coverage. Lastly, ensure scan configurations are optimized per application environment to avoid noise and missed detections. " - }, { "q":"Why do I need continuous web application security testing if I already perform manual penetration tests? ", "a":"Manual penetration tests provide point-in-time assessments, but modern applications change constantly through deployments, APIs, and third-party integrations. Continuous security testing helps identify newly introduced vulnerabilities, exposed attack paths, and emerging CVEs in real time, reducing the window between vulnerability introduction and detection while continuously validating exploitability and business impact. "