mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-19 10:10:24 +00:00
feat: Add login page with dynamic RGB effects and password toggle functionality
feat: Implement package management utilities with JSON endpoints for listing and uninstalling packages feat: Create plugin management utilities with endpoints for listing, configuring, and installing plugins feat: Develop schedule and trigger management utilities with CRUD operations for schedules and triggers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# webutils/webenum_utils.py
|
||||
"""webenum_utils.py - REST utilities for web enumeration data."""
|
||||
from __future__ import annotations
|
||||
import json
|
||||
import base64
|
||||
@@ -208,7 +208,7 @@ class WebEnumUtils:
|
||||
|
||||
where_sql = " AND ".join(where_clauses)
|
||||
|
||||
# Main query — alias columns to match the frontend schema
|
||||
# Main query - alias columns to match the frontend schema
|
||||
results = db.query(f"""
|
||||
SELECT
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user