fuzz: add additional harnesses to be consumed by OSS-Fuzz#464
Closed
DavidKorczynski wants to merge 1 commit intoOISF:0.5.xfrom
Closed
fuzz: add additional harnesses to be consumed by OSS-Fuzz#464DavidKorczynski wants to merge 1 commit intoOISF:0.5.xfrom
DavidKorczynski wants to merge 1 commit intoOISF:0.5.xfrom
Conversation
The goal is to increase code coverage relative to the latest code coverage report https://storage.googleapis.com/oss-fuzz-coverage/libhtp/reports/20260504/linux/src/report.html Can confirm these new harnesses increase covered code, based on local runs. Some adjustments are needed in OSS-Fuzz once these are merged. Signed-off-by: David Korczynski <david@adalogics.com>
Contributor
|
Thanks @DavidKorczynski I am not sure we are so interested in this : Suricata now only uses this libhtp C (it now uses an embedded libhtp in rust) for its main7 branch which is becoming EOL in the summer... That is why we do not bother for #402 |
Contributor
Author
|
Sounds good, thanks for the quick reply @catenacyber |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal is to increase code coverage relative to the latest code coverage report
https://storage.googleapis.com/oss-fuzz-coverage/libhtp/reports/20260504/linux/src/report.html
Can confirm these new harnesses increase covered code, based on local runs.
Some adjustments are needed in OSS-Fuzz once these are merged.