-
Notifications
You must be signed in to change notification settings - Fork 1
Add AISPM service and configuration updates #99
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
base: main
Are you sure you want to change the base?
Conversation
| def _send_request_sync(self, request: Request) -> httpx.Response: | ||
| return self._core_send_request(self.client, request) | ||
| url, headers = self._prepare_request(request) | ||
| print(f"Making request to: {url}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
| return self._core_send_request(self.client, request) | ||
| url, headers = self._prepare_request(request) | ||
| print(f"Making request to: {url}") | ||
| print(f"With headers: {headers}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
|
|
||
|
|
||
|
|
||
| #def check_permissions(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment this code
|
jfyi, pr merger check will fail if you dont use formats like 'fix: ' or 'feat: ' in commit msgs. |
No description provided.