issues Search Results · language:Edge language:Python linked:pr linked:pr language:Java language:Java language:JavaScript
Filter by
5.8M results
Problem
Backend branch coverage is 75.3% (3692/4904 branches), below the 80% target — even though statement coverage is 88%.
Many conditional paths (error branches, optional params, guard clauses) are ...
medium
testing
Problem
Frontend branch coverage is 75.0%, below the 80% target — even though statement (81.8%) and line (84.2%) coverage now
clear it after the #465–473 page-coverage initiative. High line coverage doesn ...
javascript
medium
testing
Severity: Low — poor error context · Pass 4 #4
When a context dictionary file exists but is malformed, load_dict_from_fs (src/context.rs:419-435) logs and returns
None; _transliterate_context (transliterate.rs:184-191) ...
bug
Severity: Low — silent failure / diagnostics channel · Pass 4 #3
Diagnostics for ignored relative TRANSLIT_DICT_DIR (src/context.rs:402), corrupt dictionaries (context.rs:426), and
poisoned locks (lib.rs:183) ...
bug
Severity: Low — dependency hygiene · Pass 3 #3
Cargo.lock is committed (good) but no cargo audit / cargo deny job runs in CI (grep of .github/ finds none). A future
RUSTSEC advisory against a pinned dep ...
security
Severity: Medium — seal bypass · Pass 3 #2
_set_emoji_provider (src/emoji.rs:356; registered src/lib.rs:160) is the only registration-class mutator NOT gated by
check_not_sealed (cf. transliterate.rs ...
security
Severity: Medium — insecure default · Pass 3 #1
_decode_to_utf8 defaults min_confidence=0.5 (src/encoding.rs:108). detect_encoding_impl returns only
CONFIDENCE_HIGH=0.95 or CONFIDENCE_LOW=0.50 (encoding.rs:5,7; ...
security
Severity: High — panic across FFI · Pass 1 #3
_UniqueSlugifier::slugify (src/slugify.rs:719) byte-slices suffix[..self.inner.config.max_length] with a raw byte index.
With a caller-controlled multibyte ...
bug
Severity: High — correctness · Pass 1 #1
transliterate_context (src/context.rs:321) resets prev_skeleton = None on every non-word token, including the single
inter-word space. Arabic/Hebrew text is space-separated, ...
bug
Parent bounty: #743
Related prior report: #5435
Bug
apps/api/src/middleware/auth.js extracts bearer credentials with slice(7), so a valid header with extra spacing after
the Bearer scheme passes a token ...

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.