Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pro
Popular repositories
-
oss-fuzz
Forked from google/oss-fuzz
OSS-Fuzz - continuous fuzzing of open source software
Shell 1
216 contributions in the last year
Contribution activity
February 2019
Created a pull request in google/clusterfuzz that received 8 comments
Don't Use Minijail With AFL
Remove use of minijail when USE_MINIJAIL is True for AFL fuzzing. Also, refactor code that was made ugly because of minijail, particularly wrt merg…
+77
−369
•
8
comments
- Clean up engine fuzzer docs
- Document Where to Get Help
- Get rid of $ from bash commands so they can be copied more easily
- Document seed corpus and dictionaries
- [libFuzzer][Windows] Don't disable value profile anymore since it works
- Use libfuzzer_$sanitizer instead of engine_$sanitizer.
- Polish docs in preparation for release
- Mention LF and AFL
- Add background to images
- add background to overview
- [install_deps.bash] Don't add ppa unless needed
- Log when we fail to get a blob from a key
- Warn about port forwarding
- Update changelog
- Update Changelog
- Fix linting and formatting errors
- Fix linting and format errors
- Add docstrings
- Fallback to experimental for compilers that dont have <filesystem>
- Remove line about minijail removal from ChangeLog
- Add note about CORPUS_PRUNE = True.
- Remove unnecessary strips in fuzzer and job name checks
- [docs] Production testing 5: update "libFuzzer and AFL" page.
- Don't minimize arguments for engine fuzzers based jobs.
- [docs] Production testing 7: updating the Heartbleed example page.
- Document Where to Get Help
- Document seed corpus and dictionaries
- Polish docs in preparation for release
- [install_deps.bash] Don't add ppa unless needed
- Clarify that gcloud login is optional.
- Fix linting and formatting errors
- Fix linting and format errors
- Upgrade fabric (fixes #186).
- Add App Engine SDK to PYTHONPATH before linting (fixes #188).
- Cache system temp directory.
- Add a flag to let oss-fuzz jobs set UNPACK_ALL_FUZZ_TARGETS_AND_FILES.
- correct odd bug in oss_fuzz_setup
- Load yaml safely
Created an issue in google/clusterfuzz that received 8 comments
linting in CI works differently than locally
I'm pretty sure it is pylint 1.9.4. See #185 for a discrepancy I noticed between running pylint locally and running it in CI. When I upgraded my lo…
8
comments