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

File Traversal Limit in configuration file #1843

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

shahzebsiddiqui
Copy link
Member

No description provided.

@shahzebsiddiqui shahzebsiddiqui linked an issue Dec 17, 2024 that may be closed by this pull request
6 tasks
…uildspec find'

update file_traversal_limit to 1000 in example configuration
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 34.18%. Comparing base (c7a26f2) to head (4881d19).
Report is 20 commits behind head on devel.

Files with missing lines Patch % Lines
buildtest/cli/build.py 42.86% 4 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (c7a26f2) and HEAD (4881d19). Click for more details.

HEAD has 15 uploads less than BASE
Flag BASE (c7a26f2) HEAD (4881d19)
16 1
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #1843       +/-   ##
===========================================
- Coverage   80.94%   34.18%   -46.76%     
===========================================
  Files          59       52        -7     
  Lines        6595     6504       -91     
  Branches     1143        0     -1143     
===========================================
- Hits         5338     2223     -3115     
- Misses       1256     4281     +3025     
+ Partials        1        0        -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…sal_limit set to 1 and run

a buildtest buildspec validate command to see if it works.
Fix a bug when passing discover_buildspec we need to pass configuration variable
@pull-request-size pull-request-size bot added size/L and removed size/M labels Dec 17, 2024
@shahzebsiddiqui shahzebsiddiqui merged commit 3af2d3f into devel Dec 17, 2024
41 of 44 checks passed
@shahzebsiddiqui shahzebsiddiqui deleted the dev-traversal_limit branch December 17, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent buildtest from hanging due to directory traversal
2 participants