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
Multiple changes; python 2 support, dictionary, mutator refactor #26
Merged
+534
−209
Fix for the dictionary text insert leaving NUL characters in string.
6daa2b5
Select commit
9aa183f
Updates for running on Python 2.
gerph a7b7264
Ensure that the 'NEW' state reports the coverage.
gerph d685d2d
Rework the mutators into separate classes.
gerph 895ee2f
Add help message describing the mutators available and filtering.
gerph ef2e1cf
Replaced infinite mutation loop with bounded loop.
gerph acc996f
Add support for dictionary files
jvoisin 3a6fac5
Fix dictionary typo.
gerph b0cd504
Add support for escaped strings to the dictionary.
gerph ae27ac9
Add dictionary support for a binary load of directories of files.
gerph faa8e5f
Fix for dictionary mutator failing to return correct values.
gerph beb0ce3
Add the operation type to the mutator types; add a dictionary append.
gerph ecebfff
Replace the timeout process kill with a terminate.
gerph 26d1e0e
Fix for corpus crashing if no mutator_filters supplied.
gerph 0f78a24
Update the requirements in setup.py and requirements.txt.
gerph 6daa2b5
Fix for the dictionary text insert leaving NUL characters in string.
gerph
Merged
Multiple changes; python 2 support, dictionary, mutator refactor #26
Fix for the dictionary text insert leaving NUL characters in string.
Jan 6, 2020
Jan 6, 2020
Jan 6, 2020
Jan 7, 2020
Jan 7, 2020
Dec 16, 2019
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 11, 2020
Jan 11, 2020
Jan 11, 2020
6daa2b5
Select commit
9aa183f
Updates for running on Python 2.
gerph a7b7264
Ensure that the 'NEW' state reports the coverage.
gerph d685d2d
Rework the mutators into separate classes.
gerph 895ee2f
Add help message describing the mutators available and filtering.
gerph ef2e1cf
Replaced infinite mutation loop with bounded loop.
gerph acc996f
Add support for dictionary files
jvoisin 3a6fac5
Fix dictionary typo.
gerph b0cd504
Add support for escaped strings to the dictionary.
gerph ae27ac9
Add dictionary support for a binary load of directories of files.
gerph faa8e5f
Fix for dictionary mutator failing to return correct values.
gerph beb0ce3
Add the operation type to the mutator types; add a dictionary append.
gerph ecebfff
Replace the timeout process kill with a terminate.
gerph 26d1e0e
Fix for corpus crashing if no mutator_filters supplied.
gerph 0f78a24
Update the requirements in setup.py and requirements.txt.
gerph 6daa2b5
Fix for the dictionary text insert leaving NUL characters in string.
gerph