issues Search Results · language:Dune language:Python language:PHP language:JavaScript language:HTML
Filter by
52.8M results
Description
The GET /history/search endpoint defines q as:
q: str = Query(..., min_length=1)
There is no max_length, so callers can pass arbitrarily large strings. Since q is passed directly to an FTS5 ...
Description
The GET unsubscribe endpoint (/subscribe/unsubscribe) at subscribe.py:89-113 returns different error messages depending
on whether the email exists in the database:
- If email not found: ...
Description
The POST /auth/signup and POST /auth/login endpoints have zero rate limiting. An unauthenticated attacker can repeatedly
hammer these endpoints to:
- Enumerate valid email addresses (signup ...
Description
When get_current_user() in security.py receives an expired JWT token, jwt.decode() raises jwt.ExpiredSignatureError.
This is caught by a bare except Exception and the client receives a generic ...
Describe the bug
The CORS helper in api/auth/cors.js currently sets:
Access-Control-Allow-Origin: *
for all requests.
This allows any external website to make cross-origin requests to Eventra API endpoints. ...
bug
@copilot
Es hora del day cycle #99 del gob-uy-bot.
Tu mandato vive en .github/copilot-instructions.md. Las rutinas modulares en data/prompts/. Las fuentes en
data/sources.yml. El estado en data/state.json. ...
auto
day-cycle
Background
Session-log analysis since v0.9.0: fetching an asset s public_url by id is the single most common genuine mondo graphql
escape — 6+ occurrences across 2026-06-02/03/09, always the same shape: ...
Broken links report:
Error: Input URL required. Use --help for more options
Error: Input URL required. Use --help for more options
Error: Input URL required. Use --help for more options
Bug Report
The docker-compose.yml references tfidf_vectorizer.pkl as an environment variable: VECTORIZER_PATH=tfidf_vectorizer.pkl
But this file is missing from the repository.
Files Present vs Missing ...
As reported in #860 deathlink can cause a crash when a deathlink occurs at a specific timing during room transitions.
While we did solve the issue of checks potentially being sent when this crash occurs, ...
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.