You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Issue: GitHub token stored in client-side localStorage for API calls — token can be exfiltrated via XSS. Move all GitHub API calls to server-side with httpOnly cookies.
4
+
5
+
## Approach
6
+
The fix follows the steps described in issue #2017.
7
+
8
+
## Changes to Make
9
+
1. Identify the affected code
10
+
2. Apply the fix as described
11
+
3. Add tests to prevent regression
12
+
13
+
*This file was auto-generated. Actual code changes should be made per the issue description.*
0 commit comments