-
Notifications
You must be signed in to change notification settings - Fork 706
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
chore: remove make fuzz and AFL fuzz #4808
Conversation
tests/fuzz/Readme.md
Outdated
1. Compile with S2N_FUZZ_TEST option enabled | ||
``` | ||
cmake . -Bbuild \ | ||
-DCMAKE_PREFIX_PATH=/usr/local/$S2N_LIBCRYPTO \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should try and avoid CI-specific paths in public documentation. Also CMake should be able to find the libcrypto automatically.
-DCMAKE_PREFIX_PATH=/usr/local/$S2N_LIBCRYPTO \ |
tests/fuzz/Readme.md
Outdated
AFL is deprecated and was removed in [#4808](https://github.com/aws/s2n-tls/pull/4808) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd vote to just totally remove this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once @jmayclin comments are addressed...
- remove CI specific commands - remove AFL fuzz section
Resolved issues:
Description of changes:
Call-outs:
This PR may not completely remove all Make and AFL fuzzing logic. We will continue to remove remainings as we find them.
Testing:
Verified CI tests pass by running the job against this PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.