Skip to content

fix(security): resolve CodeQL high alerts #45 #46 #47 - #220

Merged
NeuroKoder3 merged 1 commit into
mainfrom
fix/codeql-high-alerts-45-46-47
Jul 30, 2026
Merged

fix(security): resolve CodeQL high alerts #45 #46 #47#220
NeuroKoder3 merged 1 commit into
mainfrom
fix/codeql-high-alerts-45-46-47

Conversation

@NeuroKoder3

Copy link
Copy Markdown
Owner

Summary

Fixes the 3 open CodeQL High alerts on main:

Test plan

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@NeuroKoder3
NeuroKoder3 enabled auto-merge (squash) July 30, 2026 20:36
@strix-security

Copy link
Copy Markdown

Strix is installed on this repository, but we couldn't run this PR security review because this workspace's trial has ended. Add a card to resume code reviews here.

Comment thread server/src/auth/mfa.js
const normalized = normalizeRecoveryCode(code);
if (!normalized) return false;
if (isLegacySha256Hash(storedHash)) {
const legacy = crypto.createHash('sha256').update(normalized).digest('hex');
@NeuroKoder3
NeuroKoder3 merged commit ec34183 into main Jul 30, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants