issues Search Results · language:Dune language:Python language:JavaScript language:Python language:JavaScript language:CSS
Filter by
42.2M results
Daily QA — 2026-06-09
Status: HEALTHY — no findings.
Verification
- uv sync --all-extras uv run pytest tests/ -q → 339 passed (2 subtests)
- uv run ruff check . → all checks passed
- uv run mypy ...
automation
qa
Description
Multiple critical backend files use print() statements instead of the Python logging framework for error reporting,
which:
1. Leaks potentially sensitive error context to stdout
2. Bypasses ...
Description
The backend/encryption.py module calls load_dotenv() at module import time (line 25), which is an unexpected side
effect:
from dotenv import load_dotenv
load_dotenv() # ← Executed when ...
Describe the bug When users attempt to add a new address in the Enatega Multivendor Customer App, they encounter a
critical issue where the entered address is not displayed correctly. Instead, a blank ...
Description
The getPasswordValidation() function in Frontend/src/utils/passwordValidation.js has all complexity requirements
disabled by default:
const {
minLength = 8,
requireUppercase = false, ...
img width= 976 height= 942 alt= Image src=
https://github.com/user-attachments/assets/dc07c4cb-5fa3-435e-9572-e9c250da7cd9 /
Description
The following API route files have no authentication on any of their endpoints:
1. backend/routes/translation.py - AI-powered translation endpoints
2. backend/routes/estimator.py - SLA/response ...
Is your feature request related to a problem? Please describe.
Currently, ado supports scalar values (strings, numbers), flat lists and binary blobs for property values. However,
these flat lists lack ...
enhancement
Description
The backend/routes/voice.py Voice-to-Ticket endpoints process audio uploads and transcriptions but lack authentication
despite importing get_current_user. All endpoints are publicly accessible. ...
Description
The backend/routers/admin.py exposes CRUD endpoints for managing user profiles, companies, and admin requests without
any authentication. Anyone who can reach the API can read, modify, or ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.