-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Do not merge PR #11410
base: master
Are you sure you want to change the base?
Do not merge PR #11410
Conversation
import hashlib | ||
import hmac | ||
import requests | ||
from google_auth_oauthlib.flow import InstalledAppFlow |
Check notice
Code scanning / CodeQL
Unused import Note
import hmac | ||
import requests | ||
from google_auth_oauthlib.flow import InstalledAppFlow | ||
from google.auth.transport.requests import Request |
Check notice
Code scanning / CodeQL
Unused import Note
logging.info("Activity - {}, processing {} events".format(activity, len(result_activities))) | ||
except Exception as err: | ||
logging.error("Something wrong while getting the results. Exception error text: {}".format(err)) | ||
return result_activities, next_page_token |
Check failure
Code scanning / CodeQL
Potentially uninitialized local variable Error
logging.info('Queue message received with body {}'.format(message_body) ) | ||
try: | ||
result_obj, next_page_token = get_result(activity,start_time,end_time) | ||
if (result_obj is not None) and (len(result_obj) > 0): |
Check failure
Code scanning / CodeQL
Potentially uninitialized local variable Error
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present:
Guidance <- remove section before submitting
Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:
Thank you for your contribution to the Microsoft Sentinel Github repo.
Change(s):
Reason for Change(s):
Version updated:
Testing Completed:
Note: If updating a detection, you must update the version field.
Checked that the validations are passing and have addressed any issues that are present:
Note: Let us know if you have tried fixing the validation error and need help.