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

added: fuzz_headers.py and cifuzz #6073

Closed
wants to merge 3 commits into from
Closed

added: fuzz_headers.py and cifuzz #6073

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 28, 2023

Adding fuzz_headers.py for fuzzing request headers and cifuzz for continuous integration with oss-fuzz.

extras/fuzz_headers.py Outdated Show resolved Hide resolved
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #6073 (1b24a3e) into master (4abc54f) will increase coverage by 0.06%.
The diff coverage is n/a.

❗ Current head 1b24a3e differs from pull request most recent head 5f1d17e. Consider uploading reports for the commit 5f1d17e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6073      +/-   ##
==========================================
+ Coverage   88.88%   88.95%   +0.06%     
==========================================
  Files         163      163              
  Lines       11571    11571              
  Branches     1876     1876              
==========================================
+ Hits        10285    10293       +8     
+ Misses        975      969       -6     
+ Partials      311      309       -2     

see 1 file with indirect coverage changes

Comment on lines +43 to +48
try:
process = CrawlerProcess()
process.crawl(test_spider)
process.start()
except Exception as e:
print(e)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don’t you get a reactor not restartable issue when running this code multiple times on the same process?

Copy link
Member

@wRAR wRAR Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They told me they indeed get that exception.

@ghost ghost closed this Oct 5, 2023
@ghost ghost deleted the fuzz branch October 5, 2023 16:07
This pull request was closed.
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.

None yet

2 participants