issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Go language:Java
Filter by
39M results
Customize Your GitHub Copilot Experience
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @krislao! Welcome to your Skills exercise! ...
Description
The custom decodeJwtResponse function only base64-decodes the JWT payload without verifying its cryptographic signature.
Code location
app.js lines 892-899
function decodeJwtResponse(credential) ...
bug
security
Builds differ between environments. Pin all dependency versions.
Generated for enterprise-scale GitHub performance testing.
Repository: ui-firefox-ext Booster Run ID: boost-20260625-121619 Sequence: ...
P2-medium
perf-test
Description
The local auth system stores all user credentials as plaintext JSON in localStorage under logforge_users_db.
Code location
app.js lines 987-1009 (getUsersDb) and 2061-2067 (registration) ...
bug
security
Description
The session system stores just a user email in localStorage, providing zero security.
Code location
app.js lines 2005-2006, 2027-2029, 2070-2072
// Login just stores:
localStorage.setItem(STORAGE.session, ...
bug
security
State changes not auditable. Consider event-driven architecture.
Generated for enterprise-scale GitHub performance testing.
Repository: ui-firefox-ext Booster Run ID: boost-20260625-121619 Sequence: ...
P3-low
perf-test
Test suite shows intermittent failures under load. Needs investigation and stabilization.
Generated for enterprise-scale GitHub performance testing.
Repository: ui-firefox-ext Booster Run ID: boost-20260625-121619 ...
P2-medium
perf-test
List endpoints return all records. Add cursor-based pagination.
Generated for enterprise-scale GitHub performance testing.
Repository: ui-firefox-ext Booster Run ID: boost-20260625-121619 Sequence: 314 ...
P3-low
perf-test
Description
The Firebase config in app.js (line 12) and sw.js (line 6) has apiKey set to the literal string *** instead of a valid
Firebase API key.
Code
const FIREBASE_CONFIG = {
apiKey: *** ...
bug
critical
Long-running process grows unboundedly. Profile and fix leak.
Generated for enterprise-scale GitHub performance testing.
Repository: ui-firefox-ext Booster Run ID: boost-20260625-121619 Sequence: 313 ...
P2-medium
perf-test

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.