Skip to content

chore: fix codeql security alerts - #112

Merged
spelech merged 24 commits into
mainfrom
chore/codeql-fixes
Aug 22, 2026
Merged

chore: fix codeql security alerts#112
spelech merged 24 commits into
mainfrom
chore/codeql-fixes

Conversation

@spelech

@spelech spelech commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Fixes several CodeQL security alerts including log-forging, cleartext storage of sensitive information, missing X-Frame-Options, and path-injection. Version bumped to 4.28.1.

Antigravity Agent added 18 commits August 22, 2026 12:27
… providers

- Relax strict HTTPS requirement for localhost and internal container network addresses in Provider config.
- Ensure TestVaultConnection endpoint validates HTTP URLs against the same secure requirements.
- Add tests to verify HTTP URL validation logic in ProvidersControllerTests.
- Update SecretProvidersTab UI to display the specific backend validation error message when saving fails.
@spelech
spelech force-pushed the chore/codeql-fixes branch from bfbd865 to ca16035 Compare August 22, 2026 17:31
Comment thread Components/Capabilities/AdminEndpoints.cs Fixed
var sessionId = Guid.NewGuid().ToString("N");
logger.LogInformation("New Admin SSE connection ({Method}). SessionId: {SessionId}, User: {User}",
httpContext.Request.Method, sessionId, callerUsername);
httpContext.Request.Method, sessionId, System.Net.WebUtility.UrlEncode(callerUsername));
var sessionId = Guid.NewGuid().ToString("N");
logger.LogInformation("New Admin SSE connection ({Method}). SessionId: {SessionId}, User: {User}",
httpContext.Request.Method, sessionId, callerUsername);
httpContext.Request.Method, sessionId, System.Net.WebUtility.UrlEncode(callerUsername));
@spelech
spelech merged commit 01d8e73 into main Aug 22, 2026
9 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