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

Fixed deprecation warning for Session.fuzz(name=name) #689

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

SR4ven
Copy link
Collaborator

@SR4ven SR4ven commented Sep 25, 2023

Calling Session.fuzz(name=name) should not warn about deprecated Session.fuzz_by_name

Fixes #640

Calling Session.fuzz(name=name) should not warn about deprecated
Session.fuzz_by_name
@SR4ven SR4ven merged commit 38e280c into master Oct 4, 2023
11 checks passed
@SR4ven SR4ven deleted the fix-#640 branch October 4, 2023 20:30
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.

Session.fuzz_by_name is deprecated in favor of Session.fuzz(name=name).
1 participant