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: 15.0.2 #335

Merged
merged 17 commits into from
Jun 14, 2024
Merged

feat: 15.0.2 #335

merged 17 commits into from
Jun 14, 2024

Conversation

aaronm-2112
Copy link
Member

No description provided.

@aaronm-2112 aaronm-2112 requested a review from bvhpatel as a code owner June 14, 2024 20:44
@@ -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

This path depends on a
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

This path depends on a
user-provided value
.
Copy link

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!

@aaronm-2112 aaronm-2112 merged commit 72a1fe8 into main Jun 14, 2024
7 of 15 checks passed
Copy link

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!

Copy link
Contributor

sourcery-ai bot commented Jun 14, 2024

🧙 Sourcery is reviewing your pull request!


Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a 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.

Copy link

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

3 participants