Skip to content

Remove distutils from Burp plugin#39

Draft
Mirochill wants to merge 1 commit into
infobyte:masterfrom
Mirochill:fix-35-remove-burp-distutils
Draft

Remove distutils from Burp plugin#39
Mirochill wants to merge 1 commit into
infobyte:masterfrom
Mirochill:fix-35-remove-burp-distutils

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • Replace the Burp plugin's distutils.util.strtobool call with a local boolean parser.
  • Keep the accepted boolean string values compatible with the previous strtobool behavior.
  • Add focused coverage for Burp request/response binary node decoding and invalid boolean values.

Fixes #35

Validation

  • git diff --check HEAD~1..HEAD
  • Not run locally: test suite, pre-commit

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.

Burp plugin not working on Python >= 3.12 due to import from deprecated distutils

1 participant