From ed12bc03975a428e1b50fbc63c510b837096dbcd Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Tue, 20 Aug 2024 01:35:16 +0300 Subject: [PATCH] fix(endpoint): --- agentic_security/app.py | 2 +- agentic_security/static/index.html | 28 +++++++--------------------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/agentic_security/app.py b/agentic_security/app.py index 0c3837b..fe1ed8b 100644 --- a/agentic_security/app.py +++ b/agentic_security/app.py @@ -139,7 +139,7 @@ def self_probe(probe: Probe): @app.get("/v1/data-config") -def data_config(): +async def data_config(): return [m for m in REGISTRY] diff --git a/agentic_security/static/index.html b/agentic_security/static/index.html index 814770c..01c5b7c 100644 --- a/agentic_security/static/index.html +++ b/agentic_security/static/index.html @@ -21,7 +21,7 @@ technopollas: ['Technopollas', 'sans-serif'], }, colors: { - dark: { + dark:{ bg: '#121212', card: '#1E1E1E', text: '#FFFFFF', @@ -31,8 +31,7 @@ orange: '#FF9800', yellow: '#FFEB3B', }, - }, - }, + },}, borderRadius: { 'lg': '1rem', }, @@ -55,30 +54,18 @@ -
+

Agentic + class="text-2xl font-bold text-gray-400"> Agentic Vulnerability Scanner

- +
@@ -302,7 +289,6 @@

Home

Dedicated to LLM Security, 2024

-

© Agentic Security