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

Refuzzed with input size 2048 #377

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Refuzzed with input size 2048 #377

merged 1 commit into from
Jul 12, 2023

Conversation

babenek
Copy link
Contributor

@babenek babenek commented Jul 10, 2023

Description

Please include a summary of the change and which is fixed.

  • Fuzzing seeds were updated to use input size 2048 bytes with cover extra line width case. Additionally 512 bytes are used for mocking API validation.
  • increased fuzzing coverage up to 83%

How has this been tested?

Please describe the tests that you ran to verify your changes.

  • FuzzTest only

@babenek babenek changed the title refuzzed with input size 2048 Refuzzed with input size 2048 Jul 10, 2023
@babenek babenek marked this pull request as ready for review July 12, 2023 06:33
@babenek babenek requested a review from a team as a code owner July 12, 2023 06:33
Copy link
Contributor

@kmnls kmnls left a comment

Choose a reason for hiding this comment

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

Agree

Copy link
Collaborator

@csh519 csh519 left a comment

Choose a reason for hiding this comment

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

Is auxilary.py is needed to merge?
It seems just write logs to file.

@babenek
Copy link
Contributor Author

babenek commented Jul 12, 2023

The file is helpful to generate mock response for api validation in case when samples were modified. E.g. size is changing.
The mocking responses may be hardcoded, but sometime fuzzer was finding something interesting when modified the part of seed.
The tool is for support fuzzing only.

@babenek babenek merged commit 0d16a4e into Samsung:main Jul 12, 2023
24 checks passed
@babenek babenek deleted the fuzzing branch July 12, 2023 11:04
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.

4 participants