From 7d6ec625b9772676e1709cd2bdbd175cede6af85 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Mon, 19 Aug 2024 20:58:32 +0300 Subject: [PATCH] feat(UI fix): --- agentic_security/static/index.html | 10 +++++++--- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/agentic_security/static/index.html b/agentic_security/static/index.html index 5ceecd5..814770c 100644 --- a/agentic_security/static/index.html +++ b/agentic_security/static/index.html @@ -59,8 +59,11 @@

Agentic - LLM Vulnerability Scanner

+ class="text-2xl font-technopollas text-dark-accent-green">Agentic + + + Vulnerability + Scanner
-
+

Modules [{{selectedDS}} diff --git a/pyproject.toml b/pyproject.toml index 7c6e39c..0a53827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agentic_security" -version = "0.1.8" +version = "0.1.9" description = "Agentic LLM vulnerability scanner" authors = ["Alexander Miasoiedov "] maintainers = ["Alexander Miasoiedov "]