issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Java language:JavaScript
Filter by
39.8M results
Bug Description
Healthcheck de MySQL pasa el password como argumento: mysqladmin ping -p${MYSQL_ROOT_PASSWORD}. Esto expone el password
en /proc/*/cmdline y docker inspect.
Expected Behavior
Usar mysqladmin ...
bug
Bug Description
Dockerfile:71 ejecuta collectstatic con || true (esconde errores), y entrypoint.sh:51 lo ejecuta de nuevo. La de build
es innecesaria porque staticfiles/ está en .dockerignore.
Expected ...
bug
Bug Description
El proyecto corre en Python 3.14.5 (venv local) pero el Dockerfile usa python:3.12-slim. Esto puede causar errores si se
usan features específicas de 3.14.
Expected Behavior
Dockerfile ...
bug
Bug Description
.env.docker contiene valores reales de DJANGO_SECRET_KEY, DB_PASSWORD, MYSQL_ROOT_PASSWORD commiteados al repo. Es un
anti-patrón de seguridad.
Expected Behavior
.env.docker debe usar ...
bug
Problem
App.jsx:19–24 calls fetch and immediately parses JSON without checking the HTTP status:
const response = await fetch(...)
const data = await response.json()
If the server returns a 400 or 500 ...
Bug Description
config/settings.py solo lista localhost:8000 como trusted origin. Cuando se accede via Nginx en puerto 80, el header
Origin llega como http://localhost (sin puerto), lo que Django rechaza ...
bug
Problem
server.js:68–79 catches DB errors but only logs them:
} catch (dbError) {
console.log( DB save error: , dbError.message)
}
The response is still sent with HTTP 200 and the full analysis result, ...
Problem
Multer accepts any file type. A user uploading a .docx, .png, or any other file renamed to .pdf will pass the upload
step, but pdfParse() will throw (or return garbage text), crashing the handler. ...
[Block] Responsive image
bug

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.