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

parallel time limit enforced individually instead of main thread #1072

Merged
merged 11 commits into from
Feb 28, 2024

Conversation

epi052
Copy link
Owner

@epi052 epi052 commented Feb 2, 2024

closes #1070 #1084 #1080 #1049

Landing a Pull Request (PR)

Long form explanations of most of the items below can be found in the CONTRIBUTING guide.

Branching checklist

  • There is an issue associated with your PR (bug, feature, etc.. if not, create one)
  • Your PR description references the associated issue (i.e. fixes #123456)
  • Code is in its own branch
  • Branch name is related to the PR contents
  • PR targets main

Static analysis checks

  • All rust files are formatted using cargo fmt
  • All clippy checks pass when running cargo clippy --all-targets --all-features -- -D warnings -A clippy::mutex-atomic
  • All existing tests pass

Documentation

Additional Tests

  • New code is unit tested
  • New code is integration tested, as needed
  • New tests pass

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.54%. Comparing base (38a1ed3) to head (22f2948).
Report is 5 commits behind head on main.

❗ Current head 22f2948 differs from pull request most recent head f7a22d2. Consider uploading reports for the commit f7a22d2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1072      +/-   ##
==========================================
+ Coverage   92.34%   92.54%   +0.19%     
==========================================
  Files          63       63              
  Lines       12103    12355     +252     
==========================================
+ Hits        11177    11434     +257     
+ Misses        926      921       -5     

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

@epi052 epi052 merged commit 9ff0253 into main Feb 28, 2024
12 of 14 checks passed
@epi052 epi052 deleted the 1070-parallel-time-limit branch February 28, 2024 11:59
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.

[FEATURE REQUEST] Implementation of scan time limits per individual url when fuzzing in parallel
1 participant