Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Adding test to auth #7

Merged
merged 66 commits into from
Jul 6, 2024

refactor: Remove unused code and add main package to internal/ai/cmd/…

946d24a
Select commit
Loading
Failed to load commit list.
Merged

Feat: Adding test to auth #7

refactor: Remove unused code and add main package to internal/ai/cmd/…
946d24a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 6, 2024 in 4s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 36 in internal/datasource/connectors/mongo.go

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to Password
flows to a logging call.
Sensitive data returned by an access to Password
flows to a logging call.

Check failure on line 158 in internal/auth/internal/interceptor/utils.go

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to apiKey
flows to a logging call.