-
Notifications
You must be signed in to change notification settings - Fork 9
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: 15.0.2 #335
feat: 15.0.2 #335
Conversation
feat: SODA detects correct Agent executable based off chipset for Mac
@@ -307,6 +307,9 @@ | |||
high_level_folders_present.append(high_level_folder) | |||
|
|||
folderpath = join(manifest_path, high_level_folder) | |||
# remove any stale manifest files for this high level folder should they exist | |||
if exists(folderpath): |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
user-provided value
@@ -307,6 +307,9 @@ | |||
high_level_folders_present.append(high_level_folder) | |||
|
|||
folderpath = join(manifest_path, high_level_folder) | |||
# remove any stale manifest files for this high level folder should they exist | |||
if exists(folderpath): | |||
shutil.rmtree(folderpath) |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
user-provided value
Thank you for submitting this pull request! We appreciate your contribution to the project. Before we can merge it, we need to review the changes you've made to ensure they align with our code standards and meet the requirements of the project. We'll get back to you as soon as we can with feedback. Thanks again! |
Thanks for closing this pull request! If you have any further questions, please feel free to open a new issue. We are always happy to help! |
🧙 Sourcery is reviewing your pull request! Tips
|
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.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
|
No description provided.