ffuff/pkg/ffuf
Ephex2 96fef6213d
Fix Issue696 -- Divide by 0 Error when setting rate to 0 manually (#700)
* added check to RateThrottle.ChangeRate() in rate.go to prevent a divide by 0 error when the rate is set to 0. Ref: issue 696: https://github.com/ffuf/ffuf/issues/696

* added name to contributors.md and small change description to changelog.md as requested in PR doc

* Update CONTRIBUTORS.md

---------

Co-authored-by: Joona Hoikkala <5235109+joohoi@users.noreply.github.com>
2023-09-13 11:31:40 +03:00
..
autocalibration.go Fix the ac for good now (#615) 2022-12-07 23:02:53 +02:00
config.go Add cert authentication to crawl (#713) 2023-09-12 15:50:31 +03:00
configmarshaller.go Scraper functionality (#633) 2023-02-04 13:23:31 +02:00
constants.go Prepare for v2.0 release (#635) 2023-02-04 15:06:35 +02:00
history.go Gracefully error in case stdin is used for search result (#634) 2023-02-04 13:36:00 +02:00
interfaces.go Scraper functionality (#633) 2023-02-04 13:23:31 +02:00
job.go Scraper functionality (#633) 2023-02-04 13:23:31 +02:00
multierror.go Get rid of the last external dependency 2018-11-15 00:18:43 +02:00
optionsparser_test.go Added additional proxy URL verification (#574) 2023-02-03 09:09:29 +02:00
optionsparser.go Add cert authentication to crawl (#713) 2023-09-12 15:50:31 +03:00
optrange.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02:00
progress.go Throttle rate of requests per second (#287) 2020-08-30 13:51:41 +03:00
rate.go Fix Issue696 -- Divide by 0 Error when setting rate to 0 manually (#700) 2023-09-13 11:31:40 +03:00
request_test.go Sniper template parsing - fixes #579 (#580) 2023-02-02 16:01:07 +02:00
request.go Sniper template parsing - fixes #579 (#580) 2023-02-02 16:01:07 +02:00
response.go Scraper functionality (#633) 2023-02-04 13:23:31 +02:00
util_test.go Add some tests (#479) 2022-01-22 19:52:27 +02:00
util.go Scraper functionality (#633) 2023-02-04 13:23:31 +02:00
valuerange.go Add linter workflow as GitHub action (#325) 2020-10-03 11:29:18 +03:00