Skip to content

Refactor OAuth token refresh logic in AuthHandler to prevent concurre…#2481

Open
harshitha-cstk wants to merge 1 commit intov2-dev-bugfixfrom
fix/dx-3878-oauth-session-expire
Open

Refactor OAuth token refresh logic in AuthHandler to prevent concurre…#2481
harshitha-cstk wants to merge 1 commit intov2-dev-bugfixfrom
fix/dx-3878-oauth-session-expire

Conversation

@harshitha-cstk
Copy link

in AuthHandler to prevent concurrent refresh operations. Introduced oauthRefreshInFlight promise to manage refresh state and updated tests to validate new behavior.

…nt refresh operations. Introduced `oauthRefreshInFlight` promise to manage refresh state and updated tests to validate new behavior.
@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 34 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

⚠️ Warning: The following vulnerabilities have exceeded their SLA thresholds (days since publication).

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 1 90 / 365 days ⚠️ Warning
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ Vulnerabilities Without Available Fixes (Informational Only)

The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 34
  • Low without fixes: 0

⚠️ BUILD PASSED WITH WARNINGS - SLA breaches detected for issues without available fixes

Consider reviewing these vulnerabilities when fixes become available.

@harshitha-cstk harshitha-cstk self-assigned this Mar 20, 2026
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.

3 participants