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