mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(UI fix):
This commit is contained in:
@@ -59,8 +59,11 @@
|
||||
<div class="w-full absolute left-0 flex justify-center">
|
||||
<h1
|
||||
class="text-4xl font-bold text-gray-400"> <span
|
||||
class="font-technopollas text-3xl text-dark-accent-green">Agentic</span>
|
||||
LLM Vulnerability Scanner</h1>
|
||||
class="text-2xl font-technopollas text-dark-accent-green">Agentic
|
||||
</span>
|
||||
|
||||
Vulnerability
|
||||
Scanner</h1>
|
||||
</div>
|
||||
<div class="w-full flex justify-end relative z-10">
|
||||
<a href="https://github.com/msoedov/agentic_security" target="_blank"
|
||||
@@ -134,7 +137,8 @@
|
||||
</section>
|
||||
|
||||
<!-- Modules Selection -->
|
||||
<section class="bg-dark-card rounded-lg p-6 shadow-lg">
|
||||
<section
|
||||
class="bg-dark-card rounded-lg p-6 shadow-lg border-dark-accent-red border-4">
|
||||
<div @click="toggleModules"
|
||||
class="flex justify-between items-center cursor-pointer">
|
||||
<h2 class="text-2xl font-bold">Modules [{{selectedDS}}
|
||||
|
||||
+1
-1
@@ -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 <msoedov@gmail.com>"]
|
||||
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||
|
||||
Reference in New Issue
Block a user