Remediate September 2026 security findings - #47
Merged
Conversation
Contributor
Author
|
AWS Inspector verification completed successfully. The single-platform verification image |
Contributor
Author
|
Final verification update for commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Security coverage
Dependabot: js-yaml 3.15.1, 4.3.1, and 5.2.2; fast-uri 3.1.5; deepmerge-ts 8.0.0; brace-expansion 1.1.18 and 5.0.9.
CodeQL: insufficient password hashing, unvalidated redirect, reflected XSS response sink, ten parameter type-confusion paths, loop-bound injection, biased cryptographic random generation, and clear-text credential logging.
ECR: Node 26.5.1, Alpine OpenSSL 3.5.8-r0, patched production dependencies, non-root runtime, and no package-manager tooling. The exact final commit image was pushed as
identity-api-v6:september2026-security-dc85c47-inspector; deployed numeric tags were not modified.Validation
pnpm lintpassedpnpm buildpassedpnpm audit --audit-level=moderatereports no known vulnerabilitiesThe complete pre-existing Jest suite is not green on
develop: 13 suites / 462 tests pass and 9 suites / 67 tests fail, primarily stale test signatures, mocks, and assertions unrelated to these security changes. All focused tests for this remediation pass.Compatibility note
The SSO token wire shape remains
userId|hex-digest, but the digest is now derived with scrypt instead of the legacy bare SHA-256 construction. Consumers that independently recompute the digest must adopt the scrypt construction during rollout.