feat(add tests):

This commit is contained in:
Alexander Myasoedov
2024-12-10 15:39:47 +02:00
parent d365113440
commit f94539d8e6
4 changed files with 189 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ class Scan(BaseModel):
datasets: list[dict] = []
optimize: bool = False
enableMultiStepAttack: bool = False
# MSJ only mode
probe_datasets: list[dict] = []
class ScanResult(BaseModel):