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
feat: centralize User-Agent string across all API clients
- Add USER_AGENT constant to socketsecurity/__init__.py
- Replace hardcoded 'SocketPythonScript/0.0.1' and 'SocketPythonCLI/0.0.1' with centralized USER_AGENT
- Update all SCM clients (GitHub, GitLab) and CLI client to use USER_AGENT
- Update unit tests to reference centralized constant
- Pin GitHub Actions to commit SHAs for improved security and reproducibility
- Fix minor GitLab client bugs (return type, pipeline source support)
0 commit comments