Skip to content

issues Search Results · language:Dune language:JavaScript language:Java language:Java language:HTML language:JavaScript

Filter by

39.8M results  (727 ms)

39.8M results

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. ...

Allure report

Currently the endpoints are shaped like REST URLs. This does not work nicely because you don t have the HTTP verb/command to differentiate the same url. For instance, /app/meetings/{meetingId}/topics/{topicId} ...

Problem There is no rate limiting on any endpoint. A single user or script can send hundreds of requests per minute, each triggering a Groq API call. Groq charges per token, so this is a direct financial ...

foundation

Problem Multer is configured with only memoryStorage() and no size limit (server.js:18): const upload = multer({ storage: multer.memoryStorage() }) The entire uploaded file is held in RAM before processing. ...

Problem server.js:40 uses cors() with no configuration: app.use(cors()) This allows any website on the internet to make requests to this API. Combined with the lack of rate limiting, any third party ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.