Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update backend_structured/scanners_core.py
Browse files
backend_structured/scanners_core.py
CHANGED
|
@@ -784,8 +784,8 @@ def _scan_queue_worker(app):
|
|
| 784 |
s.status = 'scanning'
|
| 785 |
s.started_at = datetime.now(timezone.utc)
|
| 786 |
db.session.commit()
|
| 787 |
-
add_log(sid,
|
| 788 |
-
add_log(sid, "
|
| 789 |
|
| 790 |
_run_scan_job(sid)
|
| 791 |
except Exception as ex:
|
|
|
|
| 784 |
s.status = 'scanning'
|
| 785 |
s.started_at = datetime.now(timezone.utc)
|
| 786 |
db.session.commit()
|
| 787 |
+
add_log(sid, "INFO", f"Target: {s.target_url} ({s.scan_type} Scan)")
|
| 788 |
+
add_log(sid, "INFO", "Sequential scan worker starting active audit execution...")
|
| 789 |
|
| 790 |
_run_scan_job(sid)
|
| 791 |
except Exception as ex:
|