From bb8bdeca180f79d0ba072bf8d8e067de9d39a6b6 Mon Sep 17 00:00:00 2001 From: Umesh Kumar <166806589+TangoBeeAkto@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:34:57 +0530 Subject: [PATCH] showing 200 lines of sample data in vul report output --- .../vulnerability_report/HttpRequestResponseViewer.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/HttpRequestResponseViewer.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/HttpRequestResponseViewer.jsx index 90884b2f0f..97d309eb7c 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/HttpRequestResponseViewer.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/HttpRequestResponseViewer.jsx @@ -18,7 +18,7 @@ const HttpRequestResponseViewer = ({ data }) => { Request - + {formattedRequest} @@ -31,7 +31,7 @@ const HttpRequestResponseViewer = ({ data }) => { Response - + {formattedResponse}