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

Average time till bug find #167

Open
abwesend890 opened this issue Oct 28, 2023 · 0 comments
Open

Average time till bug find #167

abwesend890 opened this issue Oct 28, 2023 · 0 comments

Comments

@abwesend890
Copy link

abwesend890 commented Oct 28, 2023

Hi together,

in the Intro_Testing Notebook, there is the following line

https://github.com/uds-se/fuzzingbook/blob/master/notebooks/Intro_Testing.ipynb?short_path=f3246b2#L2634

the number of combinations is divided by the tests per year

but the exercise asks to provide the average time until a but gets triggered

first, as this task only considers one of the possible combinations, i would rephrase to something like ... "until a specific bug is getting triggered"

second, I propose to divide the number of combinations by 2 before dividing by the tests per year, as we only want to find the average time, but not the worst case time

let me know what you think

cheers

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

No branches or pull requests

1 participant